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