public class GetRecoveryConfigResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="activationRecoveryEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="recoveryPostcardEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="allowMultipleRecoveryCodes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="postcardPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="remotePostcardPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
activationRecoveryEnabled |
protected boolean |
allowMultipleRecoveryCodes |
protected long |
applicationId |
protected String |
postcardPublicKey |
protected boolean |
recoveryPostcardEnabled |
protected String |
remotePostcardPublicKey |
| Constructor and Description |
|---|
GetRecoveryConfigResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getPostcardPublicKey()
Gets the value of the postcardPublicKey property.
|
String |
getRemotePostcardPublicKey()
Gets the value of the remotePostcardPublicKey property.
|
boolean |
isActivationRecoveryEnabled()
Gets the value of the activationRecoveryEnabled property.
|
boolean |
isAllowMultipleRecoveryCodes()
Gets the value of the allowMultipleRecoveryCodes property.
|
boolean |
isRecoveryPostcardEnabled()
Gets the value of the recoveryPostcardEnabled property.
|
void |
setActivationRecoveryEnabled(boolean value)
Sets the value of the activationRecoveryEnabled property.
|
void |
setAllowMultipleRecoveryCodes(boolean value)
Sets the value of the allowMultipleRecoveryCodes property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setPostcardPublicKey(String value)
Sets the value of the postcardPublicKey property.
|
void |
setRecoveryPostcardEnabled(boolean value)
Sets the value of the recoveryPostcardEnabled property.
|
void |
setRemotePostcardPublicKey(String value)
Sets the value of the remotePostcardPublicKey property.
|
protected long applicationId
protected boolean activationRecoveryEnabled
protected boolean recoveryPostcardEnabled
protected boolean allowMultipleRecoveryCodes
protected String postcardPublicKey
protected String remotePostcardPublicKey
public long getApplicationId()
public void setApplicationId(long value)
public boolean isActivationRecoveryEnabled()
public void setActivationRecoveryEnabled(boolean value)
public boolean isRecoveryPostcardEnabled()
public void setRecoveryPostcardEnabled(boolean value)
public boolean isAllowMultipleRecoveryCodes()
public void setAllowMultipleRecoveryCodes(boolean value)
public String getPostcardPublicKey()
Stringpublic void setPostcardPublicKey(String value)
value - allowed object is
Stringpublic String getRemotePostcardPublicKey()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.