public class Confirmation extends Action
| Constructor and Description |
|---|
Confirmation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmationCode()
Returns the confirmation code.
|
Token |
getToken()
Returns the token.
|
void |
setConfirmationCode(String confirmationCode)
Sets the confirmation code.
|
void |
setToken(Token token)
Sets the token.
|
getActionId, setActionIdpublic String getConfirmationCode()
public void setConfirmationCode(String confirmationCode)
confirmationCode - the confirmation code.public Token getToken()
public void setToken(Token token)
token - the token.Copyright © 2016. All rights reserved.