| Constructor and Description |
|---|
DefaultChannel(String uaid,
String channelId,
long version,
String endpointToken) |
DefaultChannel(String uaid,
String channelId,
String endpointToken) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getChannelId()
Returns the channelId for this channel.
|
String |
getEndpointToken()
Returns the endpoint token for this channel.
|
String |
getUAID()
A unique identifier for a UserAgent created by the SimplePush Server.
|
long |
getVersion()
Returns the version for this channel.
|
int |
hashCode() |
String |
toString() |
public String getUAID()
Channelpublic String getChannelId()
ChannelgetChannelId in interface ChannelString this channels identifier.public long getVersion()
ChannelgetVersion in interface Channellong the version for this channel.public String getEndpointToken()
ChannelgetEndpointToken in interface ChannelString the endpoint token.Copyright © 2014 JBoss by Red Hat. All Rights Reserved.