Package google.registry.model.domain.rgp
Class RgpInfoExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.rgp.RgpInfoExtension
- All Implemented Interfaces:
EppResponse.ResponseExtension
,Cloneable
The EPP registry grace period extension to be returned with domain info commands.
-
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 TypeMethodDescriptionstatic RgpInfoExtension
create
(com.google.common.collect.ImmutableSet<GracePeriodStatus> rgpStatus) Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
RgpInfoExtension
public RgpInfoExtension()
-
-
Method Details
-
create
public static RgpInfoExtension create(com.google.common.collect.ImmutableSet<GracePeriodStatus> rgpStatus)
-