Class MatchmakerNamespaceConfig
- java.lang.Object
-
- com.rivet.api.resources.cloud.common.types.MatchmakerNamespaceConfig
-
public final class MatchmakerNamespaceConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMatchmakerNamespaceConfig._FinalStagestatic classMatchmakerNamespaceConfig.Builderstatic interfaceMatchmakerNamespaceConfig.LobbyCountMaxStagestatic interfaceMatchmakerNamespaceConfig.MaxPlayersPerClientHostingStagestatic interfaceMatchmakerNamespaceConfig.MaxPlayersPerClientProxyStagestatic interfaceMatchmakerNamespaceConfig.MaxPlayersPerClientStagestatic interfaceMatchmakerNamespaceConfig.MaxPlayersPerClientTorStagestatic interfaceMatchmakerNamespaceConfig.MaxPlayersPerClientVpnStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatchmakerNamespaceConfig.LobbyCountMaxStagebuilder()booleanequals(java.lang.Object other)intgetLobbyCountMax()intgetMaxPlayersPerClient()intgetMaxPlayersPerClientHosting()intgetMaxPlayersPerClientProxy()intgetMaxPlayersPerClientTor()intgetMaxPlayersPerClientVpn()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getLobbyCountMax
public int getLobbyCountMax()
- Returns:
- Unsigned 32 bit integer.
-
getMaxPlayersPerClient
public int getMaxPlayersPerClient()
- Returns:
- Unsigned 32 bit integer.
-
getMaxPlayersPerClientVpn
public int getMaxPlayersPerClientVpn()
- Returns:
- Unsigned 32 bit integer.
-
getMaxPlayersPerClientProxy
public int getMaxPlayersPerClientProxy()
- Returns:
- Unsigned 32 bit integer.
-
getMaxPlayersPerClientTor
public int getMaxPlayersPerClientTor()
- Returns:
- Unsigned 32 bit integer.
-
getMaxPlayersPerClientHosting
public int getMaxPlayersPerClientHosting()
- Returns:
- Unsigned 32 bit integer.
-
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 MatchmakerNamespaceConfig.LobbyCountMaxStage builder()
-
-