Open Kilda Java Documentation
org.openkilda.messaging.ctrl.state.FlowDump Class Reference
Inheritance diagram for org.openkilda.messaging.ctrl.state.FlowDump:

Public Member Functions

 FlowDump ( @JsonProperty("flows") Set< ImmutablePair< Flow, Flow >> flows)
 
Set< ImmutablePair< Flow, Flow > > getFlows ()
 

Detailed Description

Definition at line 18 of file FlowDump.java.

Constructor & Destructor Documentation

◆ FlowDump()

org.openkilda.messaging.ctrl.state.FlowDump.FlowDump ( @JsonProperty("flows") Set< ImmutablePair< Flow, Flow >>  flows)

Definition at line 23 of file FlowDump.java.

Member Function Documentation

◆ getFlows()

Set<ImmutablePair<Flow, Flow> > org.openkilda.messaging.ctrl.state.FlowDump.getFlows ( )

Definition at line 28 of file FlowDump.java.


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