public class PushBatchUniMsgRequest extends PushRequest
deviceType, expires, timestamp, v| 构造器和说明 |
|---|
PushBatchUniMsgRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
PushBatchUniMsgRequest |
addChannelIds(String[] channelIds) |
PushBatchUniMsgRequest |
addDeviceType(Integer deviceType) |
PushBatchUniMsgRequest |
addExpires(Long requestTimeOut) |
PushBatchUniMsgRequest |
addMessage(String message) |
PushBatchUniMsgRequest |
addMessageType(Integer msgType) |
PushBatchUniMsgRequest |
addMsgExpires(Integer msgExpires) |
PushBatchUniMsgRequest |
addTopicId(String topicId) |
String[] |
getChannelIdsInArray() |
String |
getChannelIdsInString() |
String |
getMessage() |
Integer |
getMessageType() |
Integer |
getMsgExpires() |
String |
getTopicId() |
void |
setChannelIds(String[] channelIds) |
void |
setMessage(String message) |
void |
setMessageType(Integer msgType) |
void |
setMsgExpires(Integer msgExpires) |
void |
setTopicId(String topicId) |
getDevice, getExpires, setDeviceType, setExpirespublic Integer getMessageType()
public String getMessage()
public Integer getMsgExpires()
public String getChannelIdsInString()
public String[] getChannelIdsInArray()
public String getTopicId()
public void setMessageType(Integer msgType)
public void setMessage(String message)
public void setMsgExpires(Integer msgExpires)
public void setChannelIds(String[] channelIds)
public void setTopicId(String topicId)
public PushBatchUniMsgRequest addMessageType(Integer msgType)
public PushBatchUniMsgRequest addMessage(String message)
public PushBatchUniMsgRequest addMsgExpires(Integer msgExpires)
public PushBatchUniMsgRequest addDeviceType(Integer deviceType)
public PushBatchUniMsgRequest addExpires(Long requestTimeOut)
public PushBatchUniMsgRequest addChannelIds(String[] channelIds)
public PushBatchUniMsgRequest addTopicId(String topicId)
Copyright © 2017. All rights reserved.