Represents flows northbound response.
Definition at line 35 of file FlowsResponse.java.
◆ FlowsResponse()
org.openkilda.messaging.info.flow.FlowsResponse.FlowsResponse |
( |
@JsonProperty("flowIds") List< String > |
flowIds | ) |
|
Instance constructor.
- Parameters
-
- Exceptions
-
IllegalArgumentException | if payload is null |
Definition at line 51 of file FlowsResponse.java.
◆ equals()
boolean org.openkilda.messaging.info.flow.FlowsResponse.equals |
( |
Object |
object | ) |
|
◆ getFlowIds()
List<String> org.openkilda.messaging.info.flow.FlowsResponse.getFlowIds |
( |
| ) |
|
◆ hashCode()
int org.openkilda.messaging.info.flow.FlowsResponse.hashCode |
( |
| ) |
|
◆ toString()
String org.openkilda.messaging.info.flow.FlowsResponse.toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/messaging/src/main/java/org/openkilda/messaging/info/flow/FlowsResponse.java