public static class AutoReplySetting.Entry extends Object implements Serializable
| 构造器和说明 |
|---|
Entry() |
| 限定符和类型 | 方法和说明 |
|---|---|
Serializable |
getContent() |
AutomatchMode |
getMatchMode() |
ButtonType |
getType() |
void |
setContent(Serializable content) |
void |
setMatchMode(AutomatchMode matchMode) |
void |
setType(ButtonType type) |
String |
toString() |
public ButtonType getType()
public void setType(ButtonType type)
public Serializable getContent()
public void setContent(Serializable content)
public AutomatchMode getMatchMode()
public void setMatchMode(AutomatchMode matchMode)
Copyright © 2020. All rights reserved.