public class OTPDetails
extends java.lang.Object
| Constructor and Description |
|---|
OTPDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier() |
int |
getType() |
int |
getValue() |
void |
setIdentifier(java.lang.String identifier) |
void |
setType(int type) |
void |
setValue(int value) |
public int getType()
public void setType(int type)
type - the one-time-password type.public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier - the one-time-password identifier.public int getValue()
public void setValue(int value)
value - the one-time-password value.