public class SignUpResult extends Object implements Serializable, Cloneable
The response from the server for a registration request.
Constructor and Description |
---|
SignUpResult() |
Modifier and Type | Method and Description |
---|---|
SignUpResult |
clone() |
boolean |
equals(Object obj) |
CodeDeliveryDetailsType |
getCodeDeliveryDetails() |
Boolean |
getUserConfirmed()
A response from the server indicating that a user registration has been
confirmed.
|
int |
hashCode() |
Boolean |
isUserConfirmed()
A response from the server indicating that a user registration has been
confirmed.
|
void |
setCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
void |
setUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SignUpResult |
withCodeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails) |
SignUpResult |
withUserConfirmed(Boolean userConfirmed)
A response from the server indicating that a user registration has been
confirmed.
|
public void setUserConfirmed(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 Boolean getUserConfirmed()
A response from the server indicating that a user registration has been confirmed.
public SignUpResult withUserConfirmed(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 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 String toString()
toString
in class Object
Object.toString()
public SignUpResult clone()
Copyright © 2016. All rights reserved.