public class PushMsgToSingleDeviceRequest extends PushRequest
deviceType, expires, timestamp, v| 构造器和说明 |
|---|
PushMsgToSingleDeviceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
PushMsgToSingleDeviceRequest |
addChannelId(String channelId) |
PushMsgToSingleDeviceRequest |
addDeployStatus(Integer deployStatus) |
PushMsgToSingleDeviceRequest |
addDeviceType(Integer deviceType) |
PushMsgToSingleDeviceRequest |
addExpires(Long requestTimeOut) |
PushMsgToSingleDeviceRequest |
addMessage(String message) |
PushMsgToSingleDeviceRequest |
addMessageType(Integer messageType) |
PushMsgToSingleDeviceRequest |
addMsgExpires(Integer msgExpires) |
PushMsgToSingleDeviceRequest |
addTopicId(String topicId) |
String |
getChannelId() |
Integer |
getDeployStatus() |
String |
getMessage() |
Integer |
getMessageType() |
Integer |
getMsgExpires() |
String |
getTopicId() |
void |
setChannelId(String channelId) |
void |
setDeployStatus(Integer deployStatus) |
void |
setMessage(String message) |
void |
setMessageType(Integer messageType) |
void |
setMsgExpires(Integer msgExpires) |
void |
setTopicId(String topicId) |
getDevice, getExpires, setDeviceType, setExpirespublic String getChannelId()
public Integer getMessageType()
public String getMessage()
public Integer getMsgExpires()
public String getTopicId()
public Integer getDeployStatus()
public void setChannelId(String channelId)
public void setMessageType(Integer messageType)
public void setMessage(String message)
public void setMsgExpires(Integer msgExpires)
public void setDeployStatus(Integer deployStatus)
public void setTopicId(String topicId)
public PushMsgToSingleDeviceRequest addChannelId(String channelId)
public PushMsgToSingleDeviceRequest addMessageType(Integer messageType)
public PushMsgToSingleDeviceRequest addMessage(String message)
public PushMsgToSingleDeviceRequest addMsgExpires(Integer msgExpires)
public PushMsgToSingleDeviceRequest addDeployStatus(Integer deployStatus)
public PushMsgToSingleDeviceRequest addDeviceType(Integer deviceType)
public PushMsgToSingleDeviceRequest addExpires(Long requestTimeOut)
public PushMsgToSingleDeviceRequest addTopicId(String topicId)
Copyright © 2017. All rights reserved.