com.foxinmy.weixin4j.model.media
Class MediaDownloadResult

java.lang.Object
  extended by 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
MediaDownloadResult(byte[] content, ContentType contentType, String fileName)
           
 
Method Summary
 byte[] getContent()
           
 ContentType getContentType()
           
 String getFileName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.