public class AuditApplyClientRequest extends AbstractModel
Constructor and Description |
---|
AuditApplyClientRequest() |
AuditApplyClientRequest(AuditApplyClientRequest 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 |
getAuditResult()
Get 审核结果,可能的取值:accept/reject
|
String |
getClientUin()
Get 待审核客户账号ID
|
String |
getNote()
Get 申请理由,B类客户审核通过时必须填写申请理由
|
void |
setAuditResult(String AuditResult)
Set 审核结果,可能的取值:accept/reject
|
void |
setClientUin(String ClientUin)
Set 待审核客户账号ID
|
void |
setNote(String Note)
Set 申请理由,B类客户审核通过时必须填写申请理由
|
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 AuditApplyClientRequest()
public AuditApplyClientRequest(AuditApplyClientRequest source)
public String getClientUin()
public void setClientUin(String ClientUin)
ClientUin
- 待审核客户账号IDpublic String getAuditResult()
public void setAuditResult(String AuditResult)
AuditResult
- 审核结果,可能的取值:accept/rejectpublic String getNote()
public void setNote(String Note)
Note
- 申请理由,B类客户审核通过时必须填写申请理由Copyright © 2022. All rights reserved.