public static class PhysicalVerification.CredentialLevel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PhysicalVerification.CredentialLevel |
PRIMARY
Represents a primary credential
|
static PhysicalVerification.CredentialLevel |
SECONDARY
Represents a secondary credential
|
Constructor and Description |
---|
PhysicalVerification.CredentialLevel(java.lang.String value)
Creates a new
CredentialLevel object. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this
CredentialLevel object to the specified object. |
java.lang.String |
getValue()
Returns the value of this
CredentialLevel . |
int |
hashCode()
Returns the hash code for this instance.
|
java.lang.String |
toString()
Returns a description of this
CredentialLevel . |
public static final PhysicalVerification.CredentialLevel PRIMARY
public static final PhysicalVerification.CredentialLevel SECONDARY
public PhysicalVerification.CredentialLevel(java.lang.String value)
CredentialLevel
object.value
- The String
value of this CredentialLevel
.public java.lang.String getValue()
CredentialLevel
.public java.lang.String toString()
CredentialLevel
.toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
CredentialLevel
object to the specified object.equals
in class java.lang.Object
o
- The object to compare to.boolean
value.