Class MiniProgramPage
- java.lang.Object
-
- com.foxinmy.weixin4j.wxa.model.custommessage.MiniProgramPage
-
- All Implemented Interfaces:
com.foxinmy.weixin4j.tuple.NotifyTuple
,com.foxinmy.weixin4j.tuple.Tuple
,Serializable
public class MiniProgramPage extends Object implements com.foxinmy.weixin4j.tuple.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()
- Specified by:
getMessageType
in interfacecom.foxinmy.weixin4j.tuple.Tuple
-
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)
-
-