Package com.foxinmy.weixin4j.mp.model
Class AutoReplySetting.Entry
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.model.AutoReplySetting.Entry
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AutoReplySetting
public static class AutoReplySetting.Entry extends Object implements Serializable
数据项- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
getContent()
AutomatchMode
getMatchMode()
ButtonType
getType()
void
setContent(Serializable content)
void
setMatchMode(AutomatchMode matchMode)
void
setType(ButtonType type)
String
toString()
-
-
-
Method Detail
-
getType
public ButtonType getType()
-
setType
public void setType(ButtonType type)
-
getContent
public Serializable getContent()
-
setContent
public void setContent(Serializable content)
-
getMatchMode
public AutomatchMode getMatchMode()
-
setMatchMode
public void setMatchMode(AutomatchMode matchMode)
-
-