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
AutoReplySetting.Entry
public AutoReplySetting.Entry()
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)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.