public class WxMpMaterialCountResult extends Object implements Serializable
| 构造器和说明 |
|---|
WxMpMaterialCountResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getImageCount() |
int |
getNewsCount() |
int |
getVideoCount() |
int |
getVoiceCount() |
void |
setImageCount(int imageCount) |
void |
setNewsCount(int newsCount) |
void |
setVideoCount(int videoCount) |
void |
setVoiceCount(int voiceCount) |
String |
toString() |
public int getVoiceCount()
public void setVoiceCount(int voiceCount)
public int getVideoCount()
public void setVideoCount(int videoCount)
public int getImageCount()
public void setImageCount(int imageCount)
public int getNewsCount()
public void setNewsCount(int newsCount)
Copyright © 2016. All rights reserved.