com.foxinmy.weixin4j.response
Class VideoResponse

java.lang.Object
  extended by com.foxinmy.weixin4j.response.VideoResponse
All Implemented Interfaces:
WeixinResponse

public class VideoResponse
extends Object
implements WeixinResponse

回复视频消息

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:

Constructor Summary
VideoResponse(String mediaId)
           
VideoResponse(String mediaId, String title, String desc)
           
 
Method Summary
 String getDesc()
           
 String getMediaId()
           
 String getMsgType()
          回复的消息类型
 String getTitle()
           
 void setDesc(String desc)
           
 void setTitle(String title)
           
 String toContent()
          回复的消息内容
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoResponse

public VideoResponse(String mediaId)

VideoResponse

public VideoResponse(String mediaId,
                     String title,
                     String desc)
Method Detail

toContent

public String toContent()
Description copied from interface: WeixinResponse
回复的消息内容

Specified by:
toContent in interface WeixinResponse
Returns:

getMediaId

public String getMediaId()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)

getMsgType

public String getMsgType()
Description copied from interface: WeixinResponse
回复的消息类型

Specified by:
getMsgType in interface WeixinResponse
Returns:


Copyright © 2014–2017. All rights reserved.