Class Link
- java.lang.Object
-
- com.foxinmy.weixin4j.wxa.model.custommessage.Link
-
- All Implemented Interfaces:
NotifyTuple
,Tuple
,Serializable
public class Link extends Object implements NotifyTuple
图文链接。- Since:
- 1.8
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getMessageType()
消息类型String
getThumbUrl()
String
getTitle()
String
getUrl()
void
setDescription(String description)
void
setThumbUrl(String thumbUrl)
void
setTitle(String title)
void
setUrl(String url)
-
-
-
Method Detail
-
getMessageType
public String getMessageType()
Description copied from interface:Tuple
消息类型- Specified by:
getMessageType
in interfaceTuple
- Returns:
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getThumbUrl
public String getThumbUrl()
-
setThumbUrl
public void setThumbUrl(String thumbUrl)
-
-