public class SignUpResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The response from the server for a registration request.
Modifier and Type | Field and Description |
---|---|
private CodeDeliveryDetailsType |
codeDeliveryDetails |
private java.lang.Boolean |
userConfirmed
A response from the server indicating that a user registration has been
confirmed.
|
Constructor and Description |
---|
SignUpResult() |
Modifier and Type | Method and Description |
---|---|
SignUpResult |
clone() |
boolean |
equals(java.lang.Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails() |
java.lang.Boolean |
getUserConfirmed()
A response from the server indicating that a user registration has been
confirmed.
|
int |
hashCode() |
java.lang.Boolean |
isUserConfirmed()
A response from the server indicating that a user registration has been
confirmed.
|
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
void |
setUserConfirmed(java.lang.Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SignUpResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
SignUpResult |
withUserConfirmed(java.lang.Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
private java.lang.Boolean userConfirmed
A response from the server indicating that a user registration has been confirmed.
private CodeDeliveryDetailsType codeDeliveryDetails
public void setUserConfirmed(java.lang.Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
userConfirmed
- A response from the server indicating that a user registration has
been confirmed.public java.lang.Boolean getUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
public SignUpResult withUserConfirmed(java.lang.Boolean userConfirmed)
A response from the server indicating that a user registration has been confirmed.
userConfirmed
- A response from the server indicating that a user registration has
been confirmed.public java.lang.Boolean isUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
public void setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
codeDeliveryDetails
- public CodeDeliveryDetailsType getCodeDeliveryDetails()
public SignUpResult withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)
codeDeliveryDetails
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SignUpResult clone()
clone
in class java.lang.Object