Open Kilda Java Documentation
org.openkilda.messaging.model.ImmutablePair< L, R > Member List

This is the complete list of members for org.openkilda.messaging.model.ImmutablePair< L, R >, including all inherited members.

equals(Object object)org.openkilda.messaging.model.ImmutablePair< L, R >
getLeft()org.openkilda.messaging.model.ImmutablePair< L, R >
getRight()org.openkilda.messaging.model.ImmutablePair< L, R >
hashCode()org.openkilda.messaging.model.ImmutablePair< L, R >
ImmutablePair(@JsonProperty("forward") L left, @JsonProperty("reverse") R right)org.openkilda.messaging.model.ImmutablePair< L, R >
leftorg.openkilda.messaging.model.ImmutablePair< L, R >
rightorg.openkilda.messaging.model.ImmutablePair< L, R >
toString()org.openkilda.messaging.model.ImmutablePair< L, R >