public class LookupActivationsRequest 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="userIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="applicationIds" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="timestampLastUsedBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="timestampLastUsedAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActivationStatus |
activationStatus |
protected List<Long> |
applicationIds |
protected XMLGregorianCalendar |
timestampLastUsedAfter |
protected XMLGregorianCalendar |
timestampLastUsedBefore |
protected List<String> |
userIds |
| Constructor and Description |
|---|
LookupActivationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ActivationStatus |
getActivationStatus()
Gets the value of the activationStatus property.
|
List<Long> |
getApplicationIds()
Gets the value of the applicationIds property.
|
XMLGregorianCalendar |
getTimestampLastUsedAfter()
Gets the value of the timestampLastUsedAfter property.
|
XMLGregorianCalendar |
getTimestampLastUsedBefore()
Gets the value of the timestampLastUsedBefore property.
|
List<String> |
getUserIds()
Gets the value of the userIds property.
|
void |
setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
void |
setTimestampLastUsedAfter(XMLGregorianCalendar value)
Sets the value of the timestampLastUsedAfter property.
|
void |
setTimestampLastUsedBefore(XMLGregorianCalendar value)
Sets the value of the timestampLastUsedBefore property.
|
protected XMLGregorianCalendar timestampLastUsedBefore
protected XMLGregorianCalendar timestampLastUsedAfter
protected ActivationStatus activationStatus
public List<String> getUserIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the userIds property.
For example, to add a new item, do as follows:
getUserIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<Long> getApplicationIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the applicationIds property.
For example, to add a new item, do as follows:
getApplicationIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public XMLGregorianCalendar getTimestampLastUsedBefore()
XMLGregorianCalendarpublic void setTimestampLastUsedBefore(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getTimestampLastUsedAfter()
XMLGregorianCalendarpublic void setTimestampLastUsedAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ActivationStatus getActivationStatus()
ActivationStatuspublic void setActivationStatus(ActivationStatus value)
value - allowed object is
ActivationStatusCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.