public class CreateRecoveryCodeRequest 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="userId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pukCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
applicationId |
protected long |
pukCount |
protected String |
userId |
| Constructor and Description |
|---|
CreateRecoveryCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Gets the value of the applicationId property.
|
long |
getPukCount()
Gets the value of the pukCount property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setPukCount(long value)
Sets the value of the pukCount property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected long applicationId
protected String userId
protected long pukCount
public long getApplicationId()
public void setApplicationId(long value)
public String getUserId()
Stringpublic void setUserId(String value)
value - allowed object is
Stringpublic long getPukCount()
public void setPukCount(long value)
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.