Class FeeInfoResponseExtensionV06
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.fee.FeeQueryResponseExtensionItem
-
- google.registry.model.domain.fee06.FeeInfoResponseExtensionV06
-
- All Implemented Interfaces:
EppResponse.ResponseExtension
,java.lang.Cloneable
public class FeeInfoResponseExtensionV06 extends FeeQueryResponseExtensionItem implements EppResponse.ResponseExtension
An XML data object that represents a fee extension that may be present on the response to EPP domain info commands.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeeInfoResponseExtensionV06.Builder
Builder forFeeInfoResponseExtensionV06
.-
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
Constructors Constructor Description FeeInfoResponseExtensionV06()
-
Method Summary
-
Methods inherited from class google.registry.model.domain.fee.FeeQueryResponseExtensionItem
getFeeClass, getFees, getPeriod
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-