Class LogsLobbySummary
- java.lang.Object
-
- com.rivet.api.resources.cloud.common.types.LogsLobbySummary
-
public final class LogsLobbySummary extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogsLobbySummary._FinalStagestatic classLogsLobbySummary.Builderstatic interfaceLogsLobbySummary.CreateTsStagestatic interfaceLogsLobbySummary.LobbyGroupNameIdStagestatic interfaceLogsLobbySummary.LobbyIdStagestatic interfaceLogsLobbySummary.NamespaceIdStagestatic interfaceLogsLobbySummary.RegionIdStagestatic interfaceLogsLobbySummary.StatusStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogsLobbySummary.LobbyIdStagebuilder()booleanequals(java.lang.Object other)java.time.OffsetDateTimegetCreateTs()java.lang.StringgetLobbyGroupNameId()java.util.UUIDgetLobbyId()java.util.UUIDgetNamespaceId()java.util.Optional<java.time.OffsetDateTime>getReadyTs()java.util.UUIDgetRegionId()java.util.Optional<java.time.OffsetDateTime>getStartTs()LogsLobbyStatusgetStatus()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getLobbyId
public java.util.UUID getLobbyId()
-
getNamespaceId
public java.util.UUID getNamespaceId()
-
getLobbyGroupNameId
public java.lang.String getLobbyGroupNameId()
- Returns:
- A human readable short identifier used to references resources. Different than a
rivet.common#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause this should not include special characters and be short.
-
getRegionId
public java.util.UUID getRegionId()
-
getCreateTs
public java.time.OffsetDateTime getCreateTs()
- Returns:
- RFC3339 timestamp.
-
getStartTs
public java.util.Optional<java.time.OffsetDateTime> getStartTs()
- Returns:
- RFC3339 timestamp.
-
getReadyTs
public java.util.Optional<java.time.OffsetDateTime> getReadyTs()
- Returns:
- RFC3339 timestamp.
-
getStatus
public LogsLobbyStatus getStatus()
-
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 LogsLobbySummary.LobbyIdStage builder()
-
-