Package com.foxinmy.weixin4j.model.media
Class MediaRecord
- java.lang.Object
- 
- com.foxinmy.weixin4j.model.media.MediaRecord
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class MediaRecord extends Object implements Serializable 媒体素材记录- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MediaRecord()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetItemCount()List<MediaItem>getItems()MediaTypegetMediaType()PageablegetPageable()Pagedata<MediaItem>getPagedata()intgetTotalCount()voidsetItemCount(int itemCount)voidsetItems(List<MediaItem> items)voidsetMediaType(MediaType mediaType)voidsetPageable(Pageable pageable)voidsetTotalCount(int totalCount)StringtoString()
 
- 
- 
- 
Method Detail- 
getTotalCountpublic int getTotalCount() 
 - 
setTotalCountpublic void setTotalCount(int totalCount) 
 - 
getItemCountpublic int getItemCount() 
 - 
setItemCountpublic void setItemCount(int itemCount) 
 - 
getMediaTypepublic MediaType getMediaType() 
 - 
setMediaTypepublic void setMediaType(MediaType mediaType) 
 - 
getPageablepublic Pageable getPageable() 
 - 
setPageablepublic void setPageable(Pageable pageable) 
 
- 
 
-