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