Class FeeCheckResponseExtensionV11
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.fee11.FeeCheckResponseExtensionV11
- All Implemented Interfaces:
FeeCheckResponseExtension<FeeCheckResponseExtensionItemV11>
,EppResponse.ResponseExtension
,Cloneable
public class FeeCheckResponseExtensionV11
extends ImmutableObject
implements FeeCheckResponseExtension<FeeCheckResponseExtensionItemV11>
An XML data object that represents version 0.11 of the fee extension that may be present on the
response to EPP domain check commands.
-
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 TypeMethodDescriptioncom.google.common.collect.ImmutableList
<FeeCheckResponseExtensionItemV11> getItems()
void
setCurrencyIfSupported
(org.joda.money.CurrencyUnit currency) If currency is not supported at the top level of Check responses for this version of the fee extension, this function has not effect.Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
FeeCheckResponseExtensionV11
public FeeCheckResponseExtensionV11()
-
-
Method Details
-
setCurrencyIfSupported
public void setCurrencyIfSupported(org.joda.money.CurrencyUnit currency) Description copied from interface:FeeCheckResponseExtension
If currency is not supported at the top level of Check responses for this version of the fee extension, this function has not effect.- Specified by:
setCurrencyIfSupported
in interfaceFeeCheckResponseExtension<FeeCheckResponseExtensionItemV11>
-
getItems
- Specified by:
getItems
in interfaceFeeCheckResponseExtension<FeeCheckResponseExtensionItemV11>
-