Class FeeCheckResponseExtensionV11
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.fee11.FeeCheckResponseExtensionV11
-
- All Implemented Interfaces:
FeeCheckResponseExtension<FeeCheckResponseExtensionItemV11>
,EppResponse.ResponseExtension
,java.lang.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
Constructors Constructor Description FeeCheckResponseExtensionV11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.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
-
-
-
-
Method Detail
-
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
public com.google.common.collect.ImmutableList<FeeCheckResponseExtensionItemV11> getItems()
- Specified by:
getItems
in interfaceFeeCheckResponseExtension<FeeCheckResponseExtensionItemV11>
-
-