Class AuthAgentGameCloud
- java.lang.Object
-
- com.rivet.api.resources.cloud.common.types.AuthAgentGameCloud
-
public final class AuthAgentGameCloud extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAuthAgentGameCloud._FinalStagestatic classAuthAgentGameCloud.Builderstatic interfaceAuthAgentGameCloud.GameIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthAgentGameCloud.GameIdStagebuilder()booleanequals(java.lang.Object other)java.util.UUIDgetGameId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getGameId
public java.util.UUID getGameId()
-
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 AuthAgentGameCloud.GameIdStage builder()
-
-