public class KeyList extends AbstractModel
Constructor and Description |
---|
KeyList() |
KeyList(KeyList source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get 用户按键(0-9、*、#、A-D)
|
String |
getOperate()
Get 1: 呼通被叫 2:interruptPrompt 重播提示 3:拆线
|
void |
setKey(String Key)
Set 用户按键(0-9、*、#、A-D)
|
void |
setOperate(String Operate)
Set 1: 呼通被叫 2:interruptPrompt 重播提示 3:拆线
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public KeyList()
public KeyList(KeyList source)
public String getKey()
public void setKey(String Key)
Key
- 用户按键(0-9、*、#、A-D)public String getOperate()
public void setOperate(String Operate)
Operate
- 1: 呼通被叫 2:interruptPrompt 重播提示 3:拆线Copyright © 2021. All rights reserved.