public class HelloResponseImpl extends Object implements HelloResponse
MessageType.TypeUAID_FIELDMESSSAGE_TYPE_FIELD| Constructor and Description |
|---|
HelloResponseImpl(String uaid) |
| Modifier and Type | Method and Description |
|---|---|
MessageType.Type |
getMessageType()
Returns the Type of this message.
|
String |
getUAID()
A globally unique identifier for a UserAgent created by the SimplePush Server.
|
String |
toString() |
public HelloResponseImpl(String uaid)
public String getUAID()
HelloResponsegetUAID in interface HelloResponseString a globally unique id for a UserAgent, or an empty String if the UserAgent has not
been assigned a uaid yet or wants to reset it, which will create a new one.public MessageType.Type getMessageType()
MessageTypegetMessageType in interface MessageTypeType the MessageType.Type of this message.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.