public class SubscriptionRequest
extends java.lang.Object
| Constructor and Description | 
|---|
SubscriptionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
org.oddjob.websocket.SubscriptionRequest.Action | 
getAction()  | 
long | 
getRemoteId()  | 
NotificationType<?> | 
getType()  | 
int | 
hashCode()  | 
void | 
setAction(org.oddjob.websocket.SubscriptionRequest.Action action)  | 
void | 
setRemoteId(long remoteId)  | 
void | 
setType(NotificationType<?> type)  | 
java.lang.String | 
toString()  | 
public org.oddjob.websocket.SubscriptionRequest.Action getAction()
public void setAction(org.oddjob.websocket.SubscriptionRequest.Action action)
public long getRemoteId()
public void setRemoteId(long remoteId)
public NotificationType<?> getType()
public void setType(NotificationType<?> type)
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