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