public class ApplyRbbCompanyGuardResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
token |
| Constructor and Description |
|---|
ApplyRbbCompanyGuardResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyRbbCompanyGuardResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getToken() |
ApplyRbbCompanyGuardResponse |
setReqMsgId(String reqMsgId) |
ApplyRbbCompanyGuardResponse |
setResultCode(String resultCode) |
ApplyRbbCompanyGuardResponse |
setResultMsg(String resultMsg) |
ApplyRbbCompanyGuardResponse |
setToken(String token) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="token") public String token
public static ApplyRbbCompanyGuardResponse build(Map<String,?> map) throws Exception
Exceptionpublic ApplyRbbCompanyGuardResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ApplyRbbCompanyGuardResponse setResultCode(String resultCode)
public String getResultCode()
public ApplyRbbCompanyGuardResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ApplyRbbCompanyGuardResponse setToken(String token)
public String getToken()
Copyright © 2025. All rights reserved.