Package google.registry.model.eppcommon
Class AuthInfo.PasswordAuth
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.eppcommon.AuthInfo.PasswordAuth
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- AuthInfo
@Embeddable public static class AuthInfo.PasswordAuth extends ImmutableObject implements UnsafeSerializable
The "pwAuthInfoType" complex type.- See Also:
- Serialized Form
-
-
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 PasswordAuth()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthInfo.PasswordAuth
create(java.lang.String value)
static AuthInfo.PasswordAuth
create(java.lang.String value, java.lang.String repoId)
java.lang.String
getRepoId()
java.lang.String
getValue()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
getRepoId
public java.lang.String getRepoId()
-
create
public static AuthInfo.PasswordAuth create(java.lang.String value, java.lang.String repoId)
-
create
public static AuthInfo.PasswordAuth create(java.lang.String value)
-
-