Class MiniProgramPage
- java.lang.Object
-
- com.foxinmy.weixin4j.wxa.model.custommessage.MiniProgramPage
-
- All Implemented Interfaces:
NotifyTuple
,Tuple
,Serializable
public class MiniProgramPage extends Object implements NotifyTuple
小程序卡片。- Since:
- 1.8
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MiniProgramPage()
MiniProgramPage(String title, String pagePath, String thumbMediaId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessageType()
消息类型String
getPagePath()
String
getThumbMediaId()
String
getTitle()
void
setPagePath(String pagePath)
void
setThumbMediaId(String thumbMediaId)
void
setTitle(String title)
-
-
-
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)
-
getPagePath
public String getPagePath()
-
setPagePath
public void setPagePath(String pagePath)
-
getThumbMediaId
public String getThumbMediaId()
-
setThumbMediaId
public void setThumbMediaId(String thumbMediaId)
-
-