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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
applicationId |
protected Long |
maxFailureCount |
protected XMLGregorianCalendar |
timestampActivationExpire |
protected String |
userId |
| Constructor and Description |
|---|
InitActivationRequest() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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
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()
LongCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.