public class ApplyRbbCompanyCreditResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
token |
| Constructor and Description |
|---|
ApplyRbbCompanyCreditResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyRbbCompanyCreditResponse |
build(Map<String,?> map) |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getToken() |
ApplyRbbCompanyCreditResponse |
setReqMsgId(String reqMsgId) |
ApplyRbbCompanyCreditResponse |
setResultCode(String resultCode) |
ApplyRbbCompanyCreditResponse |
setResultMsg(String resultMsg) |
ApplyRbbCompanyCreditResponse |
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 ApplyRbbCompanyCreditResponse build(Map<String,?> map) throws Exception
Exceptionpublic ApplyRbbCompanyCreditResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ApplyRbbCompanyCreditResponse setResultCode(String resultCode)
public String getResultCode()
public ApplyRbbCompanyCreditResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ApplyRbbCompanyCreditResponse setToken(String token)
public String getToken()
Copyright © 2025. All rights reserved.