Open Kilda Java Documentation
org.openkilda.messaging.info.flow.FlowsResponse Class Reference
Inheritance diagram for org.openkilda.messaging.info.flow.FlowsResponse:
org.openkilda.messaging.info.InfoData org.openkilda.messaging.MessageData org.openkilda.messaging.BaseMessage

Public Member Functions

 FlowsResponse (@JsonProperty("flowIds") List< String > flowIds)
 
List< String > getFlowIds ()
 
String toString ()
 
int hashCode ()
 
boolean equals (Object object)
 
- Public Member Functions inherited from org.openkilda.messaging.info.InfoData
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)
 

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

Represents flows northbound response.

Definition at line 35 of file FlowsResponse.java.

Constructor & Destructor Documentation

◆ FlowsResponse()

org.openkilda.messaging.info.flow.FlowsResponse.FlowsResponse ( @JsonProperty("flowIds") List< String >  flowIds)

Instance constructor.

Parameters
flowIdsresponse payload
Exceptions
IllegalArgumentExceptionif payload is null

Definition at line 51 of file FlowsResponse.java.

Member Function Documentation

◆ equals()

boolean org.openkilda.messaging.info.flow.FlowsResponse.equals ( Object  object)

Definition at line 81 of file FlowsResponse.java.

◆ getFlowIds()

List<String> org.openkilda.messaging.info.flow.FlowsResponse.getFlowIds ( )

Definition at line 55 of file FlowsResponse.java.

◆ hashCode()

int org.openkilda.messaging.info.flow.FlowsResponse.hashCode ( )

Definition at line 73 of file FlowsResponse.java.

◆ toString()

String org.openkilda.messaging.info.flow.FlowsResponse.toString ( )

Definition at line 63 of file FlowsResponse.java.


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