Package google.registry.model.eppoutput
Class Greeting
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.Greeting
- All Implemented Interfaces:
EppOutput.ResponseOrGreeting
,Cloneable
A greeting, defined in RFC5730.
It would be nice to make this a singleton, but we need the svDate
field to stay
current.
-
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
-
Method Summary
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Greeting
public Greeting()
-
-
Method Details
-
create
-