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