Class LobbyGroupRegion
- java.lang.Object
-
- com.rivet.api.resources.cloud.version.matchmaker.lobbygroup.types.LobbyGroupRegion
-
public final class LobbyGroupRegion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLobbyGroupRegion._FinalStagestatic classLobbyGroupRegion.Builderstatic interfaceLobbyGroupRegion.RegionIdStagestatic interfaceLobbyGroupRegion.TierNameIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LobbyGroupRegion.RegionIdStagebuilder()booleanequals(java.lang.Object other)java.util.Optional<LobbyGroupIdleLobbiesConfig>getIdleLobbies()java.util.UUIDgetRegionId()java.lang.StringgetTierNameId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getRegionId
public java.util.UUID getRegionId()
-
getTierNameId
public java.lang.String getTierNameId()
- Returns:
- A human readable short identifier used to references resources. Different than a
rivet.common#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause this should not include special characters and be short.
-
getIdleLobbies
public java.util.Optional<LobbyGroupIdleLobbiesConfig> getIdleLobbies()
-
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 LobbyGroupRegion.RegionIdStage builder()
-
-