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 Accompanying data. 
 | 
Variable[] | 
getVariables()
Get Parameter. 
 | 
void | 
setCallee(String Callee)
Set Called number. 
 | 
void | 
setUUI(String UUI)
Set Accompanying 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - Accompanying data.public Variable[] getVariables()
public void setVariables(Variable[] Variables)
Variables - Parameter.Copyright © 2025. All rights reserved.