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 Called number.
|
String |
getUUI()
Get Associate data.
|
Variable[] |
getVariables()
Get Parameter
|
void |
setCallee(String Callee)
Set Called number.
|
void |
setUUI(String UUI)
Set Associate data.
|
void |
setVariables(Variable[] Variables)
Set Parameter
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CalleeAttribute()
public CalleeAttribute(CalleeAttribute source)
public String getCallee()
public void setCallee(String Callee)
Callee
- Called number.public String getUUI()
public void setUUI(String UUI)
UUI
- Associate data.public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables
- ParameterCopyright © 2024. All rights reserved.