public static class SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizCardId
The ID of the card message.
|
String |
bizDigitalId
The ID of the digital message.
|
String |
bizSmsId
The ID of the text message.
|
Integer |
cardTmpState
The review status of the card message template.
|
String |
mediaMobiles
The mobile phone number from which the card message is sent.
|
String |
notMediaMobiles
The mobile phone number whose card message is rolled back.
|
| 构造器和说明 |
|---|
SendBatchCardSmsResponseBodyData() |
@NameInMap(value="BizCardId") public String bizCardId
The ID of the card message.
example:123
@NameInMap(value="BizDigitalId") public String bizDigitalId
The ID of the digital message.
example:3214
@NameInMap(value="BizSmsId") public String bizSmsId
The ID of the text message.
example:3256
@NameInMap(value="CardTmpState") public Integer cardTmpState
The review status of the card message template.
example:Unapproved card messages are rolled back.
0
@NameInMap(value="MediaMobiles") public String mediaMobiles
The mobile phone number from which the card message is sent.
example:1390000****
@NameInMap(value="NotMediaMobiles") public String notMediaMobiles
The mobile phone number whose card message is rolled back.
example:1390000****
public static SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData setBizCardId(String bizCardId)
public String getBizCardId()
public SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData setBizDigitalId(String bizDigitalId)
public String getBizDigitalId()
public SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData setBizSmsId(String bizSmsId)
public String getBizSmsId()
public SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData setCardTmpState(Integer cardTmpState)
public Integer getCardTmpState()
public SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData setMediaMobiles(String mediaMobiles)
public String getMediaMobiles()
public SendBatchCardSmsResponseBody.SendBatchCardSmsResponseBodyData setNotMediaMobiles(String notMediaMobiles)
public String getNotMediaMobiles()
Copyright © 2024. All rights reserved.