Package google.registry.model.eppoutput
Class Greeting
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppoutput.Greeting
-
- All Implemented Interfaces:
EppOutput.ResponseOrGreeting
,java.lang.Cloneable
public class Greeting extends ImmutableObject implements EppOutput.ResponseOrGreeting
-
-
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
Constructors Constructor Description Greeting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Greeting
create(org.joda.time.DateTime svDate, java.lang.String svID)
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
create
public static Greeting create(org.joda.time.DateTime svDate, java.lang.String svID)
-
-