public class InitActivationRequest 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="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="timestampActivationExpire" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="maxFailureCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="activationOtpValidation" type="{http://getlime.io/security/powerauth/v3}ActivationOtpValidation" minOccurs="0"/>
<element name="activationOtp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationOtp |
protected ActivationOtpValidation |
activationOtpValidation |
protected long |
applicationId |
protected Long |
maxFailureCount |
protected XMLGregorianCalendar |
timestampActivationExpire |
protected String |
userId |
| Constructor and Description |
|---|
InitActivationRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationOtp()
Gets the value of the activationOtp property.
|
ActivationOtpValidation |
getActivationOtpValidation()
Gets the value of the activationOtpValidation property.
|
long |
getApplicationId()
Gets the value of the applicationId property.
|
Long |
getMaxFailureCount()
Gets the value of the maxFailureCount property.
|
XMLGregorianCalendar |
getTimestampActivationExpire()
Gets the value of the timestampActivationExpire property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setActivationOtp(String value)
Sets the value of the activationOtp property.
|
void |
setActivationOtpValidation(ActivationOtpValidation value)
Sets the value of the activationOtpValidation property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setMaxFailureCount(Long value)
Sets the value of the maxFailureCount property.
|
void |
setTimestampActivationExpire(XMLGregorianCalendar value)
Sets the value of the timestampActivationExpire property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String userId
protected long applicationId
protected XMLGregorianCalendar timestampActivationExpire
protected Long maxFailureCount
protected ActivationOtpValidation activationOtpValidation
protected String activationOtp
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public XMLGregorianCalendar getTimestampActivationExpire()
XMLGregorianCalendarpublic void setTimestampActivationExpire(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getMaxFailureCount()
Longpublic void setMaxFailureCount(Long value)
value - allowed object is
Longpublic ActivationOtpValidation getActivationOtpValidation()
ActivationOtpValidationpublic void setActivationOtpValidation(ActivationOtpValidation value)
value - allowed object is
ActivationOtpValidationpublic String getActivationOtp()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.