The Class FlowsCount.
Definition at line 14 of file FlowCount.java.
◆ equals()
boolean org.openkilda.model.FlowCount.equals |
( |
final Object |
obj | ) |
|
◆ getDstSwitch()
String org.openkilda.model.FlowCount.getDstSwitch |
( |
| ) |
|
Gets the dst switch.
- Returns
- the dst switch
Definition at line 54 of file FlowCount.java.
◆ getDstSwitchName()
String org.openkilda.model.FlowCount.getDstSwitchName |
( |
| ) |
|
◆ getFlowCount()
Integer org.openkilda.model.FlowCount.getFlowCount |
( |
| ) |
|
Gets the flow count.
- Returns
- the flow count
Definition at line 88 of file FlowCount.java.
◆ getSrcSwitch()
String org.openkilda.model.FlowCount.getSrcSwitch |
( |
| ) |
|
Gets the src switch.
- Returns
- the src switch
Definition at line 36 of file FlowCount.java.
◆ getSrcSwitchName()
String org.openkilda.model.FlowCount.getSrcSwitchName |
( |
| ) |
|
◆ hashCode()
int org.openkilda.model.FlowCount.hashCode |
( |
| ) |
|
◆ incrementFlowCount()
void org.openkilda.model.FlowCount.incrementFlowCount |
( |
| ) |
|
◆ setDstSwitch()
void org.openkilda.model.FlowCount.setDstSwitch |
( |
final String |
dstSwitch | ) |
|
Sets the dst switch.
- Parameters
-
dstSwitch | the new dst switch |
Definition at line 63 of file FlowCount.java.
◆ setDstSwitchName()
void org.openkilda.model.FlowCount.setDstSwitchName |
( |
String |
dstSwitchName | ) |
|
◆ setFlowCount()
void org.openkilda.model.FlowCount.setFlowCount |
( |
final Integer |
flowCount | ) |
|
Sets the flow count.
- Parameters
-
flowCount | the new flow count |
Definition at line 97 of file FlowCount.java.
◆ setSrcSwitch()
void org.openkilda.model.FlowCount.setSrcSwitch |
( |
final String |
srcSwitch | ) |
|
Sets the src switch.
- Parameters
-
srcSwitch | the new src switch |
Definition at line 45 of file FlowCount.java.
◆ setSrcSwitchName()
void org.openkilda.model.FlowCount.setSrcSwitchName |
( |
String |
srcSwitchName | ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/model/FlowCount.java