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
MediaDownloadResult
public MediaDownloadResult(byte[] content,
ContentType contentType,
String fileName)
getContent
public byte[] getContent()
getContentType
public ContentType getContentType()
getFileName
public String getFileName()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.