Package com.foxinmy.weixin4j.model.media
Class MediaDownloadResult
- java.lang.Object
-
- com.foxinmy.weixin4j.model.media.MediaDownloadResult
-
- All Implemented Interfaces:
Serializable
public class MediaDownloadResult extends Object implements Serializable
媒体文件下载结果- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MediaDownloadResult(byte[] content, ContentType contentType, String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getContent()
ContentType
getContentType()
String
getFileName()
String
toString()
-
-
-
Constructor Detail
-
MediaDownloadResult
public MediaDownloadResult(byte[] content, ContentType contentType, String fileName)
-
-
Method Detail
-
getContent
public byte[] getContent()
-
getContentType
public ContentType getContentType()
-
getFileName
public String getFileName()
-
-