public class CalleeAttribute extends AbstractModel
header, skipSign
Constructor and Description |
---|
CalleeAttribute() |
CalleeAttribute(CalleeAttribute 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 |
getCallee()
Get 被叫号码
|
String |
getUUI()
Get 随路数据
|
Variable[] |
getVariables()
Get 参数
|
void |
setCallee(String Callee)
Set 被叫号码
|
void |
setUUI(String UUI)
Set 随路数据
|
void |
setVariables(Variable[] Variables)
Set 参数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CalleeAttribute()
public CalleeAttribute(CalleeAttribute source)
public String getCallee()
public void setCallee(String Callee)
Callee
- 被叫号码public String getUUI()
public void setUUI(String UUI)
UUI
- 随路数据public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables
- 参数Copyright © 2024. All rights reserved.