Class FeeRenewCommandExtensionV12
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.fee.FeeTransformCommandExtension
-
- google.registry.model.domain.fee.FeeRenewCommandExtension
-
- google.registry.model.domain.fee12.FeeRenewCommandExtensionV12
-
- All Implemented Interfaces:
EppInput.CommandExtension
,java.lang.Cloneable
public class FeeRenewCommandExtensionV12 extends FeeRenewCommandExtension
A fee extension that may be present on domain renew 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 FeeRenewCommandExtensionV12()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeeTransformResponseExtension.Builder
createResponseBuilder()
com.google.common.collect.ImmutableList<Credit>
getCredits()
-
Methods inherited from class google.registry.model.domain.fee.FeeTransformCommandExtension
getCurrency, getFees
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getCredits
public com.google.common.collect.ImmutableList<Credit> getCredits()
- Specified by:
getCredits
in classFeeTransformCommandExtension
-
createResponseBuilder
public FeeTransformResponseExtension.Builder createResponseBuilder()
- Specified by:
createResponseBuilder
in classFeeTransformCommandExtension
-
-