Class LaunchExtension
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.launch.LaunchExtension
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
LaunchCreateExtension
,LaunchDeleteExtension
,LaunchInfoExtension
,LaunchUpdateExtension
A launch extension which can be passed in to domain update and delete, and also returned from
domain create.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
LaunchExtension.Builder<T extends LaunchExtension,
B extends LaunchExtension.Builder<?, ?>> A builder for constructingLaunchExtension
.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
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
LaunchExtension
public LaunchExtension()
-
-
Method Details
-
getPhase
-