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