Package google.registry.model.domain
Class GracePeriod.GracePeriodHistory
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.GracePeriodBase
-
- google.registry.model.domain.GracePeriod.GracePeriodHistory
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- GracePeriod
@Entity(name="GracePeriodHistory") public static class GracePeriod.GracePeriodHistory extends GracePeriodBase
Entity class to represent a historicGracePeriod
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description GracePeriodHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getGracePeriodId()
HistoryEntry.HistoryEntryId
getHistoryEntryId()
-
Methods inherited from class google.registry.model.domain.GracePeriodBase
getBillingEvent, getBillingRecurrence, getDomainRepoId, getExpirationTime, getRegistrarId, getType, hasBillingEvent
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getGracePeriodId
public long getGracePeriodId()
- Overrides:
getGracePeriodId
in classGracePeriodBase
-
getHistoryEntryId
public HistoryEntry.HistoryEntryId getHistoryEntryId()
-
-