public class DescribeCallerDisplayListResponse extends AbstractModel
Constructor and Description |
---|
DescribeCallerDisplayListResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAppId()
Get appid
注意:此字段可能返回 null,表示取不到有效值。
|
CallBackPhoneCode[] |
getCodeList()
Get 主叫显号号码集合,codeList[0...*] 结构体数组,如果业务是主被叫互显,该字段为空
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorCode()
Get 错误码
|
String |
getMsg()
Get 错误原因
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setAppId(String AppId)
Set appid
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCodeList(CallBackPhoneCode[] CodeList)
Set 主叫显号号码集合,codeList[0...*] 结构体数组,如果业务是主被叫互显,该字段为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorCode(String ErrorCode)
Set 错误码
|
void |
setMsg(String Msg)
Set 错误原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getAppId()
public void setAppId(String AppId)
AppId
- appid
注意:此字段可能返回 null,表示取不到有效值。public CallBackPhoneCode[] getCodeList()
public void setCodeList(CallBackPhoneCode[] CodeList)
CodeList
- 主叫显号号码集合,codeList[0...*] 结构体数组,如果业务是主被叫互显,该字段为空
注意:此字段可能返回 null,表示取不到有效值。public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- 错误码public String getMsg()
public void setMsg(String Msg)
Msg
- 错误原因
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.