Package google.registry.flows.custom
Class DomainPricingCustomLogic.RestorePriceParameters
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.flows.custom.DomainPricingCustomLogic.RestorePriceParameters
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- DomainPricingCustomLogic
public abstract static class DomainPricingCustomLogic.RestorePriceParameters extends ImmutableObject
A class to encapsulate parameters for a call toDomainPricingCustomLogic.customizeRestorePrice(google.registry.flows.custom.DomainPricingCustomLogic.RestorePriceParameters)
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DomainPricingCustomLogic.RestorePriceParameters.Builder
Builder forDomainPricingCustomLogic.RestorePriceParameters
.-
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 RestorePriceParameters()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract org.joda.time.DateTime
asOfDate()
abstract com.google.common.net.InternetDomainName
domainName()
abstract FeesAndCredits
feesAndCredits()
static DomainPricingCustomLogic.RestorePriceParameters.Builder
newBuilder()
abstract Registry
registry()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
feesAndCredits
public abstract FeesAndCredits feesAndCredits()
-
registry
public abstract Registry registry()
-
domainName
public abstract com.google.common.net.InternetDomainName domainName()
-
asOfDate
public abstract org.joda.time.DateTime asOfDate()
-
newBuilder
public static DomainPricingCustomLogic.RestorePriceParameters.Builder newBuilder()
-
-