Class GameModeInfo
- java.lang.Object
-
- com.rivet.api.resources.matchmaker.common.types.GameModeInfo
-
public final class GameModeInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGameModeInfo._FinalStagestatic classGameModeInfo.Builderstatic interfaceGameModeInfo.GameModeIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GameModeInfo.GameModeIdStagebuilder()booleanequals(java.lang.Object other)java.lang.StringgetGameModeId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getGameModeId
public java.lang.String getGameModeId()
-
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 GameModeInfo.GameModeIdStage builder()
-
-