com.foxinmy.weixin4j.mp.model
Class AutoReplySetting.Entry

java.lang.Object
  extended by 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
AutoReplySetting.Entry()
           
 
Method Summary
 Serializable getContent()
           
 AutomatchMode getMatchMode()
           
 ButtonType getType()
           
 void setContent(Serializable content)
           
 void setMatchMode(AutomatchMode matchMode)
           
 void setType(ButtonType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutoReplySetting.Entry

public AutoReplySetting.Entry()
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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.