public class IVRKeyPressedElement extends AbstractModel
| Constructor and Description |
|---|
IVRKeyPressedElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Get 按键
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLabel()
Get 按键关联的标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 按键
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String Label)
Set 按键关联的标签
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic String getKey()
public void setKey(String Key)
Key - 按键
注意:此字段可能返回 null,表示取不到有效值。public String getLabel()
public void setLabel(String Label)
Label - 按键关联的标签
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.