-
public final class PushMessage
-
-
Constructor Summary
Constructors Constructor Description PushMessage(String messageId, String channelId, String channelType)
-
Method Summary
Modifier and Type Method Description final StringgetMessageId()final StringgetChannelId()final StringgetChannelType()-
-
Method Detail
-
getMessageId
final String getMessageId()
-
getChannelId
final String getChannelId()
-
getChannelType
final String getChannelType()
-
-
-
-