public class AuditApplyClientResponse extends AbstractModel
Constructor and Description |
---|
AuditApplyClientResponse() |
AuditApplyClientResponse(AuditApplyClientResponse 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 |
---|---|
Long |
getAgentTime()
Get 关联时间对应的时间戳
|
String |
getAuditResult()
Get 审核结果,包括accept/reject/qcloudaudit(腾讯云审核)
|
String |
getClientUin()
Get 客户账号ID
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getUin()
Get 代理商账号ID
|
void |
setAgentTime(Long AgentTime)
Set 关联时间对应的时间戳
|
void |
setAuditResult(String AuditResult)
Set 审核结果,包括accept/reject/qcloudaudit(腾讯云审核)
|
void |
setClientUin(String ClientUin)
Set 客户账号ID
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setUin(String Uin)
Set 代理商账号ID
|
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 AuditApplyClientResponse()
public AuditApplyClientResponse(AuditApplyClientResponse source)
public String getUin()
public void setUin(String Uin)
Uin
- 代理商账号IDpublic String getClientUin()
public void setClientUin(String ClientUin)
ClientUin
- 客户账号IDpublic String getAuditResult()
public void setAuditResult(String AuditResult)
AuditResult
- 审核结果,包括accept/reject/qcloudaudit(腾讯云审核)public Long getAgentTime()
public void setAgentTime(Long AgentTime)
AgentTime
- 关联时间对应的时间戳public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2021. All rights reserved.