public class ApplyQmpPhonenumberstatusforsmsResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
carrier |
String |
customerKey |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
status |
| Constructor and Description |
|---|
ApplyQmpPhonenumberstatusforsmsResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyQmpPhonenumberstatusforsmsResponse |
build(Map<String,?> map) |
String |
getCarrier() |
String |
getCustomerKey() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getStatus() |
ApplyQmpPhonenumberstatusforsmsResponse |
setCarrier(String carrier) |
ApplyQmpPhonenumberstatusforsmsResponse |
setCustomerKey(String customerKey) |
ApplyQmpPhonenumberstatusforsmsResponse |
setReqMsgId(String reqMsgId) |
ApplyQmpPhonenumberstatusforsmsResponse |
setResultCode(String resultCode) |
ApplyQmpPhonenumberstatusforsmsResponse |
setResultMsg(String resultMsg) |
ApplyQmpPhonenumberstatusforsmsResponse |
setStatus(String status) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="customer_key") public String customerKey
@NameInMap(value="status") public String status
@NameInMap(value="carrier") public String carrier
public ApplyQmpPhonenumberstatusforsmsResponse()
public static ApplyQmpPhonenumberstatusforsmsResponse build(Map<String,?> map) throws Exception
Exceptionpublic ApplyQmpPhonenumberstatusforsmsResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ApplyQmpPhonenumberstatusforsmsResponse setResultCode(String resultCode)
public String getResultCode()
public ApplyQmpPhonenumberstatusforsmsResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ApplyQmpPhonenumberstatusforsmsResponse setCustomerKey(String customerKey)
public String getCustomerKey()
public ApplyQmpPhonenumberstatusforsmsResponse setStatus(String status)
public String getStatus()
public ApplyQmpPhonenumberstatusforsmsResponse setCarrier(String carrier)
public String getCarrier()
Copyright © 2025. All rights reserved.