Package google.registry.model.domain.fee
Class FeeTransformResponseExtension
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.fee.FeeTransformResponseExtension
-
- All Implemented Interfaces:
EppResponse.ResponseExtension
,java.lang.Cloneable
- Direct Known Subclasses:
FeeCreateResponseExtensionV06
,FeeCreateResponseExtensionV11
,FeeCreateResponseExtensionV12
,FeeDeleteResponseExtensionV06
,FeeDeleteResponseExtensionV11
,FeeDeleteResponseExtensionV12
,FeeRenewResponseExtensionV06
,FeeRenewResponseExtensionV11
,FeeRenewResponseExtensionV12
,FeeTransferResponseExtensionV06
,FeeTransferResponseExtensionV11
,FeeTransferResponseExtensionV12
,FeeUpdateResponseExtensionV06
,FeeUpdateResponseExtensionV11
,FeeUpdateResponseExtensionV12
public class FeeTransformResponseExtension extends ImmutableObject implements EppResponse.ResponseExtension
Base class for fee responses on general transform commands (create, update, renew, transfer).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeeTransformResponseExtension.Builder
Abstract builder forFeeTransformResponseExtension
.-
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 FeeTransformResponseExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableList<Credit>
getCredits()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getCredits
public com.google.common.collect.ImmutableList<Credit> getCredits()
-
-