Definition at line 12 of file Flow.java.
◆ getDescription()
String org.openkilda.integration.model.Flow.getDescription |
( |
| ) |
|
◆ getDestination()
FlowEndpoint org.openkilda.integration.model.Flow.getDestination |
( |
| ) |
|
◆ getId()
String org.openkilda.integration.model.Flow.getId |
( |
| ) |
|
◆ getLastUpdated()
String org.openkilda.integration.model.Flow.getLastUpdated |
( |
| ) |
|
◆ getMaximumBandwidth()
int org.openkilda.integration.model.Flow.getMaximumBandwidth |
( |
| ) |
|
◆ getSource()
FlowEndpoint org.openkilda.integration.model.Flow.getSource |
( |
| ) |
|
◆ getStatus()
String org.openkilda.integration.model.Flow.getStatus |
( |
| ) |
|
◆ setDescription()
void org.openkilda.integration.model.Flow.setDescription |
( |
final String |
description | ) |
|
◆ setDestination()
void org.openkilda.integration.model.Flow.setDestination |
( |
final FlowEndpoint |
destination | ) |
|
◆ setId()
void org.openkilda.integration.model.Flow.setId |
( |
final String |
id | ) |
|
◆ setLastUpdated()
void org.openkilda.integration.model.Flow.setLastUpdated |
( |
final String |
lastUpdated | ) |
|
◆ setMaximumBandwidth()
void org.openkilda.integration.model.Flow.setMaximumBandwidth |
( |
final int |
maximumBandwidth | ) |
|
◆ setSource()
void org.openkilda.integration.model.Flow.setSource |
( |
final FlowEndpoint |
source | ) |
|
◆ setStatus()
void org.openkilda.integration.model.Flow.setStatus |
( |
String |
status | ) |
|
◆ toString()
String org.openkilda.integration.model.Flow.toString |
( |
| ) |
|
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/integration/model/Flow.java