Class FeeCheckResponseExtensionItemV12
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.fee.FeeQueryResponseExtensionItem
google.registry.model.domain.fee.FeeCheckResponseExtensionItem
google.registry.model.domain.fee12.FeeCheckResponseExtensionItemV12
- All Implemented Interfaces:
Cloneable
The version 0.12 response for a domain check on a single resource.
-
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 TypeMethodDescriptionThis method is not annotated for JAXB because this version of the extension doesn't support "feeClass" and because the data comes off of the command object rather than a field.com.google.common.collect.ImmutableList
<Fee> getFees()
This method is overridden and not annotated for JAXB because this version of the extension doesn't support "fee".This method is overridden and not annotated for JAXB because this version of the extension doesn't support "period".Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
FeeCheckResponseExtensionItemV12
public FeeCheckResponseExtensionItemV12()
-
-
Method Details
-
getPeriod
This method is overridden and not annotated for JAXB because this version of the extension doesn't support "period".- Overrides:
getPeriod
in classFeeQueryResponseExtensionItem
-
getFees
This method is overridden and not annotated for JAXB because this version of the extension doesn't support "fee".- Overrides:
getFees
in classFeeQueryResponseExtensionItem
-
getFeeClass
This method is not annotated for JAXB because this version of the extension doesn't support "feeClass" and because the data comes off of the command object rather than a field.- Overrides:
getFeeClass
in classFeeQueryResponseExtensionItem
-