public class BatchPubRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
deviceName |
String |
iotInstanceId |
String |
messageContent |
String |
productKey |
Integer |
qos |
String |
topicShortName |
| 构造器和说明 |
|---|
BatchPubRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BatchPubRequest |
build(Map<String,?> map) |
List<String> |
getDeviceName() |
String |
getIotInstanceId() |
String |
getMessageContent() |
String |
getProductKey() |
Integer |
getQos() |
String |
getTopicShortName() |
BatchPubRequest |
setDeviceName(List<String> deviceName) |
BatchPubRequest |
setIotInstanceId(String iotInstanceId) |
BatchPubRequest |
setMessageContent(String messageContent) |
BatchPubRequest |
setProductKey(String productKey) |
BatchPubRequest |
setQos(Integer qos) |
BatchPubRequest |
setTopicShortName(String topicShortName) |
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="MessageContent") public String messageContent
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="Qos") public Integer qos
@NameInMap(value="TopicShortName") public String topicShortName
public static BatchPubRequest build(Map<String,?> map) throws Exception
Exceptionpublic BatchPubRequest setDeviceName(List<String> deviceName)
public BatchPubRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public BatchPubRequest setMessageContent(String messageContent)
public String getMessageContent()
public BatchPubRequest setProductKey(String productKey)
public String getProductKey()
public BatchPubRequest setQos(Integer qos)
public Integer getQos()
public BatchPubRequest setTopicShortName(String topicShortName)
public String getTopicShortName()
Copyright © 2023. All rights reserved.