Open Kilda Java Documentation
org.openkilda.messaging.model.ImmutablePair< L, R > Class Template Reference
Inheritance diagram for org.openkilda.messaging.model.ImmutablePair< L, R >:

Public Member Functions

String toString ()
 
boolean equals (Object object)
 
int hashCode ()
 
 ImmutablePair (@JsonProperty("forward") L left, @JsonProperty("reverse") R right)
 
getLeft ()
 
getRight ()
 

Public Attributes

final L left
 
final R right
 

Detailed Description

Definition at line 29 of file ImmutablePair.java.

Constructor & Destructor Documentation

◆ ImmutablePair()

org.openkilda.messaging.model.ImmutablePair< L, R >.ImmutablePair ( @JsonProperty("forward") L  left,
@JsonProperty("reverse") R  right 
)

Definition at line 66 of file ImmutablePair.java.

Member Function Documentation

◆ equals()

boolean org.openkilda.messaging.model.ImmutablePair< L, R >.equals ( Object  object)

Definition at line 47 of file ImmutablePair.java.

◆ getLeft()

Definition at line 71 of file ImmutablePair.java.

◆ getRight()

Definition at line 75 of file ImmutablePair.java.

◆ hashCode()

Definition at line 61 of file ImmutablePair.java.

◆ toString()

String org.openkilda.messaging.model.ImmutablePair< L, R >.toString ( )

Definition at line 39 of file ImmutablePair.java.

Member Data Documentation

◆ left

Definition at line 33 of file ImmutablePair.java.

◆ right

Definition at line 36 of file ImmutablePair.java.


The documentation for this class was generated from the following file: