Class ListLobbiesResponse
- java.lang.Object
-
- com.rivet.api.resources.matchmaker.lobbies.types.ListLobbiesResponse
-
public final class ListLobbiesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListLobbiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLobbiesResponse.Builderbuilder()booleanequals(java.lang.Object other)java.util.List<GameModeInfo>getGameModes()java.util.List<LobbyInfo>getLobbies()java.util.List<RegionInfo>getRegions()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getGameModes
public java.util.List<GameModeInfo> getGameModes()
-
getRegions
public java.util.List<RegionInfo> getRegions()
-
getLobbies
public java.util.List<LobbyInfo> getLobbies()
-
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 ListLobbiesResponse.Builder builder()
-
-