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
,java.lang.Cloneable
public class RgpInfoExtension extends ImmutableObject implements EppResponse.ResponseExtension
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.DoNotCompare, ImmutableObject.DoNotHydrate, ImmutableObject.EmptySetToNull, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description RgpInfoExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RgpInfoExtension
create(com.google.common.collect.ImmutableSet<GracePeriodStatus> rgpStatus)
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static RgpInfoExtension create(com.google.common.collect.ImmutableSet<GracePeriodStatus> rgpStatus)
-
-