Open Kilda Java Documentation
org.openkilda.messaging.ctrl.ResponseData Class Reference
Inheritance diagram for org.openkilda.messaging.ctrl.ResponseData:
org.openkilda.messaging.BaseMessage org.openkilda.messaging.ctrl.DumpStateResponseData

Public Member Functions

 ResponseData ( @JsonProperty("component") String component, @JsonProperty("task_id") Integer taskId, @JsonProperty("topology") String topology)
 
String getComponent ()
 
Integer getTaskId ()
 
String getTopology ()
 
- Public Member Functions inherited from org.openkilda.messaging.BaseMessage
 BaseMessage (@JsonProperty(TIMESTAMP) final long timestamp)
 
 BaseMessage ()
 
long getTimestamp ()
 
void setTimestamp (long timestamp)
 

Additional Inherited Members

- 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 10 of file ResponseData.java.

Constructor & Destructor Documentation

◆ ResponseData()

org.openkilda.messaging.ctrl.ResponseData.ResponseData ( @JsonProperty("component") String  component,
@JsonProperty("task_id") Integer  taskId,
@JsonProperty("topology") String  topology 
)

Specify the component directly.

Parameters
componentThe component
taskIdThe taskId
topologyThe topology

Definition at line 29 of file ResponseData.java.

Member Function Documentation

◆ getComponent()

String org.openkilda.messaging.ctrl.ResponseData.getComponent ( )

Definition at line 38 of file ResponseData.java.

◆ getTaskId()

Integer org.openkilda.messaging.ctrl.ResponseData.getTaskId ( )

Definition at line 42 of file ResponseData.java.

◆ getTopology()

String org.openkilda.messaging.ctrl.ResponseData.getTopology ( )

Definition at line 46 of file ResponseData.java.


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