![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
String | toString () |
boolean | equals (Object object) |
int | hashCode () |
ImmutablePair (@JsonProperty("forward") L left, @JsonProperty("reverse") R right) | |
L | getLeft () |
R | getRight () |
Public Attributes | |
final L | left |
final R | right |
Definition at line 29 of file ImmutablePair.java.
org.openkilda.messaging.model.ImmutablePair< L, R >.ImmutablePair | ( | @JsonProperty("forward") L | left, |
@JsonProperty("reverse") R | right | ||
) |
Definition at line 66 of file ImmutablePair.java.
boolean org.openkilda.messaging.model.ImmutablePair< L, R >.equals | ( | Object | object | ) |
Definition at line 47 of file ImmutablePair.java.
L org.openkilda.messaging.model.ImmutablePair< L, R >.getLeft | ( | ) |
Definition at line 71 of file ImmutablePair.java.
R org.openkilda.messaging.model.ImmutablePair< L, R >.getRight | ( | ) |
Definition at line 75 of file ImmutablePair.java.
int org.openkilda.messaging.model.ImmutablePair< L, R >.hashCode | ( | ) |
Definition at line 61 of file ImmutablePair.java.
String org.openkilda.messaging.model.ImmutablePair< L, R >.toString | ( | ) |
Definition at line 39 of file ImmutablePair.java.
final L org.openkilda.messaging.model.ImmutablePair< L, R >.left |
Definition at line 33 of file ImmutablePair.java.
final R org.openkilda.messaging.model.ImmutablePair< L, R >.right |
Definition at line 36 of file ImmutablePair.java.