Class CalleeAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.CalleeAttribute
-
public class CalleeAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallee()Get 被叫号码StringgetUUI()Get 随路数据Variable[]getVariables()Get 参数voidsetCallee(String Callee)Set 被叫号码voidsetUUI(String UUI)Set 随路数据voidsetVariables(Variable[] Variables)Set 参数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CalleeAttribute
public CalleeAttribute()
-
CalleeAttribute
public 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.
-
-
Method Detail
-
getCallee
public String getCallee()
Get 被叫号码- Returns:
- Callee 被叫号码
-
setCallee
public void setCallee(String Callee)
Set 被叫号码- Parameters:
Callee- 被叫号码
-
getUUI
public String getUUI()
Get 随路数据- Returns:
- UUI 随路数据
-
setUUI
public void setUUI(String UUI)
Set 随路数据- Parameters:
UUI- 随路数据
-
getVariables
public Variable[] getVariables()
Get 参数- Returns:
- Variables 参数
-
setVariables
public void setVariables(Variable[] Variables)
Set 参数- Parameters:
Variables- 参数
-
-