Uses of Class
com.tencentcloudapi.npp.v20190823.models.CallBackPhoneCode
-
Packages that use CallBackPhoneCode Package Description com.tencentcloudapi.npp.v20190823.models -
-
Uses of CallBackPhoneCode in com.tencentcloudapi.npp.v20190823.models
Methods in com.tencentcloudapi.npp.v20190823.models that return CallBackPhoneCode Modifier and Type Method Description CallBackPhoneCode[]
DescribeCallerDisplayListResponse. getCodeList()
Get 主叫显号号码集合,codeList[0...*] 结构体数组,如果业务是主被叫互显,该字段为空 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.npp.v20190823.models with parameters of type CallBackPhoneCode Modifier and Type Method Description void
DescribeCallerDisplayListResponse. setCodeList(CallBackPhoneCode[] CodeList)
Set 主叫显号号码集合,codeList[0...*] 结构体数组,如果业务是主被叫互显,该字段为空 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.npp.v20190823.models with parameters of type CallBackPhoneCode Constructor Description CallBackPhoneCode(CallBackPhoneCode 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.
-