Class SubscribeScopeMessage
- java.lang.Object
-
- co.arago.hiro.client.model.websocket.events.impl.SubscribeScopeMessage
-
- All Implemented Interfaces:
JsonMessage,java.io.Serializable
public class SubscribeScopeMessage extends java.lang.Object implements JsonMessage
{ "type": "subscribe", "id":id}- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscribeScopeMessage(java.lang.String id)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Field Detail
-
type
public final java.lang.String type
- See Also:
- Constant Field Values
-
id
public final java.lang.String id
-
-