Open Kilda Java Documentation
org.openkilda.integration.model.response.PathNode Member List

This is the complete list of members for org.openkilda.integration.model.response.PathNode, including all inherited members.

compareTo(PathNode obj)org.openkilda.integration.model.response.PathNode
equals(Object obj)org.openkilda.integration.model.response.PathNode
getInPortNo()org.openkilda.integration.model.response.PathNode
getOutPortNo()org.openkilda.integration.model.response.PathNode
getPortNo()org.openkilda.integration.model.response.PathNode
getSegmentLatency()org.openkilda.integration.model.response.PathNode
getSeqId()org.openkilda.integration.model.response.PathNode
getSwitchId()org.openkilda.integration.model.response.PathNode
getSwitchName()org.openkilda.integration.model.response.PathNode
hashCode()org.openkilda.integration.model.response.PathNode
PathNode()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)org.openkilda.integration.model.response.PathNode
setInPortNo(final Integer inPortNo)org.openkilda.integration.model.response.PathNode
setOutPortNo(final Integer outPortNo)org.openkilda.integration.model.response.PathNode
setPortNo(final Integer portNo)org.openkilda.integration.model.response.PathNode
setSegmentLatency(final Integer segmentLatency)org.openkilda.integration.model.response.PathNode
setSeqId(final Integer seqId)org.openkilda.integration.model.response.PathNode
setSwitchId(final String switchId)org.openkilda.integration.model.response.PathNode
setSwitchName(String switchName)org.openkilda.integration.model.response.PathNode
toString()org.openkilda.integration.model.response.PathNode