The Class FlowResponse.
- Author
- Gaurav Chugh
Definition at line 19 of file FlowInfo.java.
◆ getDescription()
String org.openkilda.model.FlowInfo.getDescription |
( |
| ) |
|
Gets the description.
- Returns
- the description
Definition at line 259 of file FlowInfo.java.
◆ getDstPort()
int org.openkilda.model.FlowInfo.getDstPort |
( |
| ) |
|
Gets the dst port.
- Returns
- the dst port
Definition at line 179 of file FlowInfo.java.
◆ getDstVlan()
int org.openkilda.model.FlowInfo.getDstVlan |
( |
| ) |
|
Gets the dst vlan.
- Returns
- the dst vlan
Definition at line 199 of file FlowInfo.java.
◆ getFlowid()
String org.openkilda.model.FlowInfo.getFlowid |
( |
| ) |
|
Gets the flowid.
- Returns
- the flowid
Definition at line 79 of file FlowInfo.java.
◆ getLastUpdated()
String org.openkilda.model.FlowInfo.getLastUpdated |
( |
| ) |
|
Gets the last updated.
- Returns
- the last updated
Definition at line 279 of file FlowInfo.java.
◆ getMaximumBandwidth()
int org.openkilda.model.FlowInfo.getMaximumBandwidth |
( |
| ) |
|
Gets the maximum bandwidth.
- Returns
- the maximum bandwidth
Definition at line 219 of file FlowInfo.java.
◆ getSourceSwitch()
String org.openkilda.model.FlowInfo.getSourceSwitch |
( |
| ) |
|
Gets the source switch.
- Returns
- the source switch
Definition at line 99 of file FlowInfo.java.
◆ getSourceSwitchName()
String org.openkilda.model.FlowInfo.getSourceSwitchName |
( |
| ) |
|
◆ getSrcPort()
int org.openkilda.model.FlowInfo.getSrcPort |
( |
| ) |
|
Gets the src port.
- Returns
- the src port
Definition at line 119 of file FlowInfo.java.
◆ getSrcVlan()
int org.openkilda.model.FlowInfo.getSrcVlan |
( |
| ) |
|
Gets the src vlan.
- Returns
- the src vlan
Definition at line 139 of file FlowInfo.java.
◆ getStatus()
String org.openkilda.model.FlowInfo.getStatus |
( |
| ) |
|
Gets the status.
- Returns
- the status
Definition at line 239 of file FlowInfo.java.
◆ getTargetSwitch()
String org.openkilda.model.FlowInfo.getTargetSwitch |
( |
| ) |
|
Gets the target switch.
- Returns
- the target switch
Definition at line 159 of file FlowInfo.java.
◆ getTargetSwitchName()
String org.openkilda.model.FlowInfo.getTargetSwitchName |
( |
| ) |
|
◆ setDescription()
void org.openkilda.model.FlowInfo.setDescription |
( |
final String |
description | ) |
|
Sets the description.
- Parameters
-
description | the new description |
Definition at line 269 of file FlowInfo.java.
◆ setDstPort()
void org.openkilda.model.FlowInfo.setDstPort |
( |
final int |
dstPort | ) |
|
◆ setDstVlan()
void org.openkilda.model.FlowInfo.setDstVlan |
( |
final int |
dstVlan | ) |
|
◆ setFlowid()
void org.openkilda.model.FlowInfo.setFlowid |
( |
final String |
flowid | ) |
|
◆ setLastUpdated()
void org.openkilda.model.FlowInfo.setLastUpdated |
( |
final String |
lastUpdated | ) |
|
Sets the last updated.
- Parameters
-
lastUpdated | the new last updated |
Definition at line 289 of file FlowInfo.java.
◆ setMaximumBandwidth()
void org.openkilda.model.FlowInfo.setMaximumBandwidth |
( |
final int |
maximumBandwidth | ) |
|
Sets the maximum bandwidth.
- Parameters
-
maximumBandwidth | the new maximum bandwidth |
Definition at line 229 of file FlowInfo.java.
◆ setSourceSwitch()
void org.openkilda.model.FlowInfo.setSourceSwitch |
( |
final String |
sourceSwitch | ) |
|
Sets the source switch.
- Parameters
-
sourceSwitch | the new source switch |
Definition at line 109 of file FlowInfo.java.
◆ setSourceSwitchName()
void org.openkilda.model.FlowInfo.setSourceSwitchName |
( |
String |
sourceSwitchName | ) |
|
◆ setSrcPort()
void org.openkilda.model.FlowInfo.setSrcPort |
( |
final int |
srcPort | ) |
|
◆ setSrcVlan()
void org.openkilda.model.FlowInfo.setSrcVlan |
( |
final int |
srcVlan | ) |
|
◆ setStatus()
void org.openkilda.model.FlowInfo.setStatus |
( |
final String |
status | ) |
|
◆ setTargetSwitch()
void org.openkilda.model.FlowInfo.setTargetSwitch |
( |
final String |
targetSwitch | ) |
|
Sets the target switch.
- Parameters
-
targetSwitch | the new target switch |
Definition at line 169 of file FlowInfo.java.
◆ setTargetSwitchName()
void org.openkilda.model.FlowInfo.setTargetSwitchName |
( |
String |
targetSwitchName | ) |
|
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/FlowInfo.java