Class GlobalEventMatchmakerLobbyJoin
- java.lang.Object
-
- com.rivet.api.resources.identity.common.types.GlobalEventMatchmakerLobbyJoin
-
public final class GlobalEventMatchmakerLobbyJoin extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGlobalEventMatchmakerLobbyJoin._FinalStagestatic classGlobalEventMatchmakerLobbyJoin.Builderstatic interfaceGlobalEventMatchmakerLobbyJoin.LobbyStagestatic interfaceGlobalEventMatchmakerLobbyJoin.PlayerStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalEventMatchmakerLobbyJoin.LobbyStagebuilder()booleanequals(java.lang.Object other)JoinLobbygetLobby()JoinPlayergetPlayer()java.util.Map<java.lang.String,JoinPort>getPorts()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getLobby
public JoinLobby getLobby()
-
getPorts
public java.util.Map<java.lang.String,JoinPort> getPorts()
-
getPlayer
public JoinPlayer getPlayer()
-
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 GlobalEventMatchmakerLobbyJoin.LobbyStage builder()
-
-