Represents flow northbound response.
Definition at line 40 of file FlowResponse.java.
◆ FlowResponse()
org.openkilda.messaging.info.flow.FlowResponse.FlowResponse |
( |
@JsonProperty(Utils.PAYLOAD) Flow |
payload | ) |
|
Instance constructor.
- Parameters
-
- Exceptions
-
IllegalArgumentException | if payload is null |
Definition at line 59 of file FlowResponse.java.
◆ equals()
boolean org.openkilda.messaging.info.flow.FlowResponse.equals |
( |
Object |
object | ) |
|
◆ getPayload()
Flow org.openkilda.messaging.info.flow.FlowResponse.getPayload |
( |
| ) |
|
Returns response payload.
- Returns
- response payload
Definition at line 68 of file FlowResponse.java.
◆ hashCode()
int org.openkilda.messaging.info.flow.FlowResponse.hashCode |
( |
| ) |
|
◆ setPayload()
void org.openkilda.messaging.info.flow.FlowResponse.setPayload |
( |
Flow |
payload | ) |
|
◆ toString()
String org.openkilda.messaging.info.flow.FlowResponse.toString |
( |
| ) |
|
◆ payload
Flow org.openkilda.messaging.info.flow.FlowResponse.payload |
|
protected |
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/FlowResponse.java