public class UpdateStatusForActivationsRequest 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="activationIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="activationStatus" type="{http://getlime.io/security/powerauth/v3}ActivationStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
activationIds |
protected ActivationStatus |
activationStatus |
| Constructor and Description |
|---|
UpdateStatusForActivationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getActivationIds()
Gets the value of the activationIds property.
|
ActivationStatus |
getActivationStatus()
Gets the value of the activationStatus property.
|
void |
setActivationStatus(ActivationStatus value)
Sets the value of the activationStatus property.
|
protected ActivationStatus activationStatus
public List<String> getActivationIds()
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 activationIds property.
For example, to add a new item, do as follows:
getActivationIds().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ActivationStatus getActivationStatus()
ActivationStatuspublic void setActivationStatus(ActivationStatus value)
value - allowed object is
ActivationStatusCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.