![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| String | getFlowid () |
| void | setFlowid (String flowid) |
| String | getStartDate () |
| void | setStartDate (String startDate) |
| String | getEndDate () |
| void | setEndDate (String endDate) |
| String | getDownsample () |
| void | setDownsample (String downsample) |
| List< String > | getSwitches () |
| void | setSwitches (List< String > switches) |
| String | getDirection () |
| void | setDirection (String direction) |
Definition at line 13 of file FlowPathStats.java.
| String org.openkilda.model.FlowPathStats.getDirection | ( | ) |
Definition at line 73 of file FlowPathStats.java.
| String org.openkilda.model.FlowPathStats.getDownsample | ( | ) |
Definition at line 57 of file FlowPathStats.java.
| String org.openkilda.model.FlowPathStats.getEndDate | ( | ) |
Definition at line 49 of file FlowPathStats.java.
| String org.openkilda.model.FlowPathStats.getFlowid | ( | ) |
Definition at line 33 of file FlowPathStats.java.
| String org.openkilda.model.FlowPathStats.getStartDate | ( | ) |
Definition at line 41 of file FlowPathStats.java.
| List<String> org.openkilda.model.FlowPathStats.getSwitches | ( | ) |
Definition at line 65 of file FlowPathStats.java.
| void org.openkilda.model.FlowPathStats.setDirection | ( | String | direction | ) |
Definition at line 78 of file FlowPathStats.java.
| void org.openkilda.model.FlowPathStats.setDownsample | ( | String | downsample | ) |
Definition at line 61 of file FlowPathStats.java.
| void org.openkilda.model.FlowPathStats.setEndDate | ( | String | endDate | ) |
Definition at line 53 of file FlowPathStats.java.
| void org.openkilda.model.FlowPathStats.setFlowid | ( | String | flowid | ) |
Definition at line 37 of file FlowPathStats.java.
| void org.openkilda.model.FlowPathStats.setStartDate | ( | String | startDate | ) |
Definition at line 45 of file FlowPathStats.java.
| void org.openkilda.model.FlowPathStats.setSwitches | ( | List< String > | switches | ) |
Definition at line 69 of file FlowPathStats.java.