![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| FlowItem () | |
| String | getVersion () |
| void | setVersion (String version) |
| String | getTableId () |
| void | setTableId (String tableId) |
| String | getCookie () |
| void | setCookie (String cookie) |
| String | getByteCount () |
| void | setByteCount (String byteCount) |
| String | getPriority () |
| void | setPriority (String priority) |
| FlowInstructions | getFlowInstructions () |
| void | setFlowInstructions (FlowInstructions flowInstructions) |
Definition at line 10 of file FlowItem.java.
| org.openkilda.domain.floodlight.FlowItem.FlowItem | ( | ) |
Definition at line 22 of file FlowItem.java.
| String org.openkilda.domain.floodlight.FlowItem.getByteCount | ( | ) |
Definition at line 49 of file FlowItem.java.
| String org.openkilda.domain.floodlight.FlowItem.getCookie | ( | ) |
Definition at line 41 of file FlowItem.java.
| FlowInstructions org.openkilda.domain.floodlight.FlowItem.getFlowInstructions | ( | ) |
Definition at line 65 of file FlowItem.java.
| String org.openkilda.domain.floodlight.FlowItem.getPriority | ( | ) |
Definition at line 57 of file FlowItem.java.
| String org.openkilda.domain.floodlight.FlowItem.getTableId | ( | ) |
Definition at line 33 of file FlowItem.java.
| String org.openkilda.domain.floodlight.FlowItem.getVersion | ( | ) |
Definition at line 25 of file FlowItem.java.
| void org.openkilda.domain.floodlight.FlowItem.setByteCount | ( | String | byteCount | ) |
Definition at line 53 of file FlowItem.java.
| void org.openkilda.domain.floodlight.FlowItem.setCookie | ( | String | cookie | ) |
Definition at line 45 of file FlowItem.java.
| void org.openkilda.domain.floodlight.FlowItem.setFlowInstructions | ( | FlowInstructions | flowInstructions | ) |
Definition at line 69 of file FlowItem.java.
| void org.openkilda.domain.floodlight.FlowItem.setPriority | ( | String | priority | ) |
Definition at line 61 of file FlowItem.java.
| void org.openkilda.domain.floodlight.FlowItem.setTableId | ( | String | tableId | ) |
Definition at line 37 of file FlowItem.java.
| void org.openkilda.domain.floodlight.FlowItem.setVersion | ( | String | version | ) |
Definition at line 29 of file FlowItem.java.