Package google.registry.flows.custom
Class DomainInfoFlowCustomLogic.BeforeResponseReturnData
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.flows.custom.DomainInfoFlowCustomLogic.BeforeResponseReturnData
-
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- DomainInfoFlowCustomLogic
public abstract static class DomainInfoFlowCustomLogic.BeforeResponseReturnData extends ImmutableObject
A class to encapsulate parameters for the return values from a call toDomainInfoFlowCustomLogic.beforeResponse(google.registry.flows.custom.DomainInfoFlowCustomLogic.BeforeResponseParameters)
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DomainInfoFlowCustomLogic.BeforeResponseReturnData.Builder
Builder forDomainInfoFlowCustomLogic.BeforeResponseReturnData
.-
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 BeforeResponseReturnData()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DomainInfoFlowCustomLogic.BeforeResponseReturnData.Builder
newBuilder()
abstract DomainInfoData
resData()
abstract com.google.common.collect.ImmutableList<? extends EppResponse.ResponseExtension>
responseExtensions()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
resData
public abstract DomainInfoData resData()
-
responseExtensions
public abstract com.google.common.collect.ImmutableList<? extends EppResponse.ResponseExtension> responseExtensions()
-
newBuilder
public static DomainInfoFlowCustomLogic.BeforeResponseReturnData.Builder newBuilder()
-
-