public class TopicSubscription
extends java.lang.Object
Constructor and Description |
---|
TopicSubscription() |
Modifier and Type | Method and Description |
---|---|
long |
getCreationDate()
The date when the subscription is created as a unix timestamp in milliseconds.
|
java.lang.String |
getDeviceIdentifier()
The unique identifier of the device.
|
java.lang.String |
getTopic()
The topic the device is subscribed to.
|
void |
setCreationDate(long creationDate) |
void |
setDeviceIdentifier(java.lang.String deviceIdentifier) |
void |
setTopic(java.lang.String topic) |
public java.lang.String getDeviceIdentifier()
public void setDeviceIdentifier(java.lang.String deviceIdentifier)
public java.lang.String getTopic()
public void setTopic(java.lang.String topic)
public long getCreationDate()
public void setCreationDate(long creationDate)