Package google.registry.model.eppoutput
Class EppOutput
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.EppOutput
- All Implemented Interfaces:
Cloneable
This class represents the root EPP XML element for output.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic EppOutput
create
(EppOutput.ResponseOrGreeting responseOrGreeting) boolean
boolean
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
EppOutput
public EppOutput()
-
-
Method Details
-
create
-
isSuccess
public boolean isSuccess() -
getResponse
-
isResponse
public boolean isResponse()
-