public class MediaCounter extends Object implements Serializable
Description:
| 构造器和说明 |
|---|
MediaCounter() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getFileCount() |
long |
getImageCount() |
long |
getNewsCount() |
int |
getTotalCount() |
long |
getVideoCount() |
long |
getVoiceCount() |
void |
setFileCount(int fileCount) |
void |
setImageCount(long imageCount) |
void |
setNewsCount(long newsCount) |
void |
setTotalCount(int totalCount) |
void |
setVideoCount(long videoCount) |
void |
setVoiceCount(long voiceCount) |
String |
toString() |
public long getVoiceCount()
public void setVoiceCount(long voiceCount)
public long getVideoCount()
public void setVideoCount(long videoCount)
public long getImageCount()
public void setImageCount(long imageCount)
public long getNewsCount()
public void setNewsCount(long newsCount)
public int getTotalCount()
public void setTotalCount(int totalCount)
public int getFileCount()
public void setFileCount(int fileCount)
Copyright © 2019. All rights reserved.