Package google.registry.model.eppoutput
Class Result
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.eppoutput.Result
- All Implemented Interfaces:
Cloneable
"If the command was processed successfully, only one
Result
element MUST be returned. If
the command was not processed successfully, multiple Result
elements MAY be returned to
document failure conditions."-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
"EPP result codes are based on the theory of reply codes described in section 4.2.1 of [RFC5321].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 Result
create
(Result.Code code) static Result
create
(Result.Code code, String msg) getCode()
getMsg()
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getCode
-
getMsg
-
create
-
create
-