The Class Path.
- Author
- Gaurav Chugh
Definition at line 19 of file PathNode.java.
◆ PathNode() [1/2]
org.openkilda.integration.model.response.PathNode.PathNode |
( |
| ) |
|
◆ PathNode() [2/2]
org.openkilda.integration.model.response.PathNode.PathNode |
( |
@JsonProperty("seq_id") Integer |
seqId, |
|
|
@JsonProperty("in_port_no") Integer |
inPortNo, |
|
|
@JsonProperty("out_port_no") Integer |
outPortNo, |
|
|
@JsonProperty("switch_id") String |
switchId, |
|
|
@JsonProperty("switch_name") String |
switchName |
|
) |
| |
◆ compareTo()
int org.openkilda.integration.model.response.PathNode.compareTo |
( |
PathNode |
obj | ) |
|
◆ equals()
boolean org.openkilda.integration.model.response.PathNode.equals |
( |
Object |
obj | ) |
|
◆ getInPortNo()
Integer org.openkilda.integration.model.response.PathNode.getInPortNo |
( |
| ) |
|
Gets the in port no.
- Returns
- the in port no
Definition at line 148 of file PathNode.java.
◆ getOutPortNo()
Integer org.openkilda.integration.model.response.PathNode.getOutPortNo |
( |
| ) |
|
Gets the out port no.
- Returns
- the out port no
Definition at line 166 of file PathNode.java.
◆ getPortNo()
Integer org.openkilda.integration.model.response.PathNode.getPortNo |
( |
| ) |
|
Gets the port no.
- Returns
- the port no
Definition at line 76 of file PathNode.java.
◆ getSegmentLatency()
Integer org.openkilda.integration.model.response.PathNode.getSegmentLatency |
( |
| ) |
|
Gets the segment latency.
- Returns
- the segment latency
Definition at line 94 of file PathNode.java.
◆ getSeqId()
Integer org.openkilda.integration.model.response.PathNode.getSeqId |
( |
| ) |
|
Gets the seq id.
- Returns
- the seq id
Definition at line 112 of file PathNode.java.
◆ getSwitchId()
String org.openkilda.integration.model.response.PathNode.getSwitchId |
( |
| ) |
|
Gets the switch id.
- Returns
- the switch id
Definition at line 130 of file PathNode.java.
◆ getSwitchName()
String org.openkilda.integration.model.response.PathNode.getSwitchName |
( |
| ) |
|
◆ hashCode()
int org.openkilda.integration.model.response.PathNode.hashCode |
( |
| ) |
|
◆ setInPortNo()
void org.openkilda.integration.model.response.PathNode.setInPortNo |
( |
final Integer |
inPortNo | ) |
|
Sets the in port no.
- Parameters
-
inPortNo | the new in port no |
Definition at line 157 of file PathNode.java.
◆ setOutPortNo()
void org.openkilda.integration.model.response.PathNode.setOutPortNo |
( |
final Integer |
outPortNo | ) |
|
Sets the out port no.
- Parameters
-
outPortNo | the new out port no |
Definition at line 175 of file PathNode.java.
◆ setPortNo()
void org.openkilda.integration.model.response.PathNode.setPortNo |
( |
final Integer |
portNo | ) |
|
◆ setSegmentLatency()
void org.openkilda.integration.model.response.PathNode.setSegmentLatency |
( |
final Integer |
segmentLatency | ) |
|
Sets the segment latency.
- Parameters
-
segmentLatency | the new segment latency |
Definition at line 103 of file PathNode.java.
◆ setSeqId()
void org.openkilda.integration.model.response.PathNode.setSeqId |
( |
final Integer |
seqId | ) |
|
◆ setSwitchId()
void org.openkilda.integration.model.response.PathNode.setSwitchId |
( |
final String |
switchId | ) |
|
Sets the switch id.
- Parameters
-
switchId | the new switch id |
Definition at line 139 of file PathNode.java.
◆ setSwitchName()
void org.openkilda.integration.model.response.PathNode.setSwitchName |
( |
String |
switchName | ) |
|
◆ toString()
String org.openkilda.integration.model.response.PathNode.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/response/PathNode.java