![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
String | getSwitchId () |
void | setSwitchId (final String switchId) |
Integer | getPortNo () |
void | setPortNo (final Integer portNo) |
Integer | getSeqId () |
void | setSeqId (final Integer seqId) |
Integer | getSegmentLatency () |
void | setSegmentLatency (final Integer segmentLatency) |
String | toString () |
Definition at line 11 of file IslPath.java.
Integer org.openkilda.integration.model.response.IslPath.getPortNo | ( | ) |
Definition at line 30 of file IslPath.java.
Integer org.openkilda.integration.model.response.IslPath.getSegmentLatency | ( | ) |
Definition at line 46 of file IslPath.java.
Integer org.openkilda.integration.model.response.IslPath.getSeqId | ( | ) |
Definition at line 38 of file IslPath.java.
String org.openkilda.integration.model.response.IslPath.getSwitchId | ( | ) |
Definition at line 22 of file IslPath.java.
void org.openkilda.integration.model.response.IslPath.setPortNo | ( | final Integer | portNo | ) |
Definition at line 34 of file IslPath.java.
void org.openkilda.integration.model.response.IslPath.setSegmentLatency | ( | final Integer | segmentLatency | ) |
Definition at line 50 of file IslPath.java.
void org.openkilda.integration.model.response.IslPath.setSeqId | ( | final Integer | seqId | ) |
Definition at line 42 of file IslPath.java.
void org.openkilda.integration.model.response.IslPath.setSwitchId | ( | final String | switchId | ) |
Definition at line 26 of file IslPath.java.
String org.openkilda.integration.model.response.IslPath.toString | ( | ) |
Definition at line 55 of file IslPath.java.