Class JoinPortRange
- java.lang.Object
-
- com.rivet.api.resources.matchmaker.common.types.JoinPortRange
-
public final class JoinPortRange extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJoinPortRange._FinalStagestatic classJoinPortRange.Builderstatic interfaceJoinPortRange.MaxStagestatic interfaceJoinPortRange.MinStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JoinPortRange.MinStagebuilder()booleanequals(java.lang.Object other)intgetMax()intgetMin()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getMin
public int getMin()
- Returns:
- Minimum port that can be connected to. Inclusive range.
-
getMax
public int getMax()
- Returns:
- Maximum port that can be connected to. Inclusive range.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static JoinPortRange.MinStage builder()
-
-