![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
String | getMetric () |
void | setMetric (String metric) |
Tag | getTags () |
void | setTags (Tag tags) |
Map< String, Double > | getDps () |
void | setDps (Map< String, Double > dps) |
Definition at line 13 of file SwitchPortStats.java.
Map<String, Double> org.openkilda.model.SwitchPortStats.getDps | ( | ) |
Definition at line 40 of file SwitchPortStats.java.
String org.openkilda.model.SwitchPortStats.getMetric | ( | ) |
Definition at line 24 of file SwitchPortStats.java.
Tag org.openkilda.model.SwitchPortStats.getTags | ( | ) |
Definition at line 32 of file SwitchPortStats.java.
void org.openkilda.model.SwitchPortStats.setDps | ( | Map< String, Double > | dps | ) |
Definition at line 44 of file SwitchPortStats.java.
void org.openkilda.model.SwitchPortStats.setMetric | ( | String | metric | ) |
Definition at line 28 of file SwitchPortStats.java.
void org.openkilda.model.SwitchPortStats.setTags | ( | Tag | tags | ) |
Definition at line 36 of file SwitchPortStats.java.