public class EventSubscribeResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
eventType
Event type.
|
protected long |
expiry
The validity period of the event.
|
protected java.lang.String |
publisherAccount
The publisher account
|
protected long |
time
The time when the event is subscribed
|
Constructor and Description |
---|
EventSubscribeResult() |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
long |
getExpiry() |
java.lang.String |
getPublisherAccount() |
long |
getTime() |
protected int eventType
protected long expiry
protected long time
protected java.lang.String publisherAccount