Package io.getlime.powerauth.soap.v3
Class UpdateRecoveryConfigRequest
- java.lang.Object
-
- io.getlime.powerauth.soap.v3.UpdateRecoveryConfigRequest
-
public class UpdateRecoveryConfigRequest extends java.lang.ObjectJava 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="remotePostcardPublicKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanactivationRecoveryEnabledprotected booleanallowMultipleRecoveryCodesprotected longapplicationIdprotected booleanrecoveryPostcardEnabledprotected java.lang.StringremotePostcardPublicKey
-
Constructor Summary
Constructors Constructor Description UpdateRecoveryConfigRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetApplicationId()Gets the value of the applicationId property.java.lang.StringgetRemotePostcardPublicKey()Gets the value of the remotePostcardPublicKey property.booleanisActivationRecoveryEnabled()Gets the value of the activationRecoveryEnabled property.booleanisAllowMultipleRecoveryCodes()Gets the value of the allowMultipleRecoveryCodes property.booleanisRecoveryPostcardEnabled()Gets the value of the recoveryPostcardEnabled property.voidsetActivationRecoveryEnabled(boolean value)Sets the value of the activationRecoveryEnabled property.voidsetAllowMultipleRecoveryCodes(boolean value)Sets the value of the allowMultipleRecoveryCodes property.voidsetApplicationId(long value)Sets the value of the applicationId property.voidsetRecoveryPostcardEnabled(boolean value)Sets the value of the recoveryPostcardEnabled property.voidsetRemotePostcardPublicKey(java.lang.String value)Sets the value of the remotePostcardPublicKey property.
-
-
-
Field Detail
-
applicationId
protected long applicationId
-
activationRecoveryEnabled
protected boolean activationRecoveryEnabled
-
recoveryPostcardEnabled
protected boolean recoveryPostcardEnabled
-
allowMultipleRecoveryCodes
protected boolean allowMultipleRecoveryCodes
-
remotePostcardPublicKey
protected java.lang.String remotePostcardPublicKey
-
-
Method Detail
-
getApplicationId
public long getApplicationId()
Gets the value of the applicationId property.
-
setApplicationId
public void setApplicationId(long value)
Sets the value of the applicationId property.
-
isActivationRecoveryEnabled
public boolean isActivationRecoveryEnabled()
Gets the value of the activationRecoveryEnabled property.
-
setActivationRecoveryEnabled
public void setActivationRecoveryEnabled(boolean value)
Sets the value of the activationRecoveryEnabled property.
-
isRecoveryPostcardEnabled
public boolean isRecoveryPostcardEnabled()
Gets the value of the recoveryPostcardEnabled property.
-
setRecoveryPostcardEnabled
public void setRecoveryPostcardEnabled(boolean value)
Sets the value of the recoveryPostcardEnabled property.
-
isAllowMultipleRecoveryCodes
public boolean isAllowMultipleRecoveryCodes()
Gets the value of the allowMultipleRecoveryCodes property.
-
setAllowMultipleRecoveryCodes
public void setAllowMultipleRecoveryCodes(boolean value)
Sets the value of the allowMultipleRecoveryCodes property.
-
getRemotePostcardPublicKey
public java.lang.String getRemotePostcardPublicKey()
Gets the value of the remotePostcardPublicKey property.- Returns:
- possible object is
String
-
setRemotePostcardPublicKey
public void setRemotePostcardPublicKey(java.lang.String value)
Sets the value of the remotePostcardPublicKey property.- Parameters:
value- allowed object isString
-
-