Class DeleteMatchmakerLobbyResponse
- java.lang.Object
-
- com.rivet.api.resources.cloud.games.matchmaker.types.DeleteMatchmakerLobbyResponse
-
public final class DeleteMatchmakerLobbyResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteMatchmakerLobbyResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteMatchmakerLobbyResponse.Builderbuilder()booleanequals(java.lang.Object other)java.util.Optional<java.lang.Boolean>getDidRemove()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getDidRemove
public java.util.Optional<java.lang.Boolean> getDidRemove()
- Returns:
- Whether or not the lobby was successfully stopped.
-
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 DeleteMatchmakerLobbyResponse.Builder builder()
-
-