Open Kilda Java Documentation
org.openkilda.messaging.command.FlowsSyncRequest Class Reference
Inheritance diagram for org.openkilda.messaging.command.FlowsSyncRequest:
org.openkilda.messaging.command.CommandData org.openkilda.messaging.MessageData org.openkilda.messaging.BaseMessage

Additional Inherited Members

- Public Member Functions inherited from org.openkilda.messaging.command.CommandData
String toString ()
 
- Public Member Functions inherited from org.openkilda.messaging.MessageData
 MessageData (@JsonProperty(TIMESTAMP) final long timestamp)
 
 MessageData ()
 
- Public Member Functions inherited from org.openkilda.messaging.BaseMessage
 BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp)
 
 BaseMessage ()
 
long getTimestamp ()
 
void setTimestamp (long timestamp)
 
- Static Public Member Functions inherited from org.openkilda.messaging.BaseMessage
static final< T extends BaseMessage > T getMessage (String json, Class< T > type) throws java.io.IOException
 
static final< T extends BaseMessage > T tryGetMessage (String json, Class< T > type)
 
- Protected Attributes inherited from org.openkilda.messaging.BaseMessage
long timestamp = 0L
 

Detailed Description

Definition at line 3 of file FlowsSyncRequest.java.


The documentation for this class was generated from the following file: