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
,Serializable
,Cloneable
- Enclosing class:
GracePeriod
@Entity(name="GracePeriodHistory")
public static class GracePeriod.GracePeriodHistory
extends GracePeriodBase
Entity class to represent a historic
GracePeriod
.- See Also:
-
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
-
Method Summary
Modifier and TypeMethodDescriptionlong
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
-
Constructor Details
-
GracePeriodHistory
public GracePeriodHistory()
-
-
Method Details
-
getGracePeriodId
public long getGracePeriodId()- Overrides:
getGracePeriodId
in classGracePeriodBase
-
getHistoryEntryId
-