Package google.registry.model.eppoutput
Class EppOutput
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppoutput.EppOutput
-
- All Implemented Interfaces:
java.lang.Cloneable
public class EppOutput extends ImmutableObject
This class represents the root EPP XML element for output.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EppOutput.ResponseOrGreeting
Marker interface for types allowed inside of anEppOutput
.-
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 EppOutput()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EppOutput
create(EppOutput.ResponseOrGreeting responseOrGreeting)
EppResponse
getResponse()
boolean
isResponse()
boolean
isSuccess()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static EppOutput create(EppOutput.ResponseOrGreeting responseOrGreeting)
-
isSuccess
public boolean isSuccess()
-
getResponse
public EppResponse getResponse()
-
isResponse
public boolean isResponse()
-
-