Package google.registry.model.domain.fee
Class FeeExtensionCommandDescriptor
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.fee.FeeExtensionCommandDescriptor
- All Implemented Interfaces:
Cloneable
A command name along with the launch phase and subphase it is to be executed in.
-
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 TypeMethodDescriptioncreate
(FeeQueryCommandExtensionItem.CommandName commandName, String phase, String subphase) getPhase()
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
FeeExtensionCommandDescriptor
public FeeExtensionCommandDescriptor()
-
-
Method Details
-
getPhase
-
getSubphase
-
getUnparsedCommandName
-
getCommand
-
create
public static FeeExtensionCommandDescriptor create(FeeQueryCommandExtensionItem.CommandName commandName, String phase, String subphase)
-