public class SubscriptionRequest
extends java.lang.Object
| Constructor and Description |
|---|
SubscriptionRequest(org.oddjob.websocket.SubscriptionRequest.Action action,
long remoteId,
NotificationType<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
org.oddjob.websocket.SubscriptionRequest.Action |
getAction() |
long |
getRemoteId() |
NotificationType<?> |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public SubscriptionRequest(org.oddjob.websocket.SubscriptionRequest.Action action,
long remoteId,
NotificationType<?> type)
public org.oddjob.websocket.SubscriptionRequest.Action getAction()
public long getRemoteId()
public NotificationType<?> getType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object