Package google.registry.model.domain.fee
Class FeeCheckResponseExtensionItem
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.fee.FeeQueryResponseExtensionItem
-
- google.registry.model.domain.fee.FeeCheckResponseExtensionItem
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
FeeCheckResponseExtensionItemV06
,FeeCheckResponseExtensionItemV11
,FeeCheckResponseExtensionItemV12
public abstract class FeeCheckResponseExtensionItem extends FeeQueryResponseExtensionItem
Abstract class for individual fee extension items in Check responses. These are derived from the more general query items (which cover Info responses as well), but may also contain a domain name, depending on the version of the fee extension.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeeCheckResponseExtensionItem.Builder<T extends FeeCheckResponseExtensionItem>
Abstract builder forFeeCheckResponseExtensionItem
.-
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 FeeCheckResponseExtensionItem()
-
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
-
-