public class GetApplicationDetailResponse 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="applicationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="masterPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="versions" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicationVersionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="applicationVersionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationSecret" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="supported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetApplicationDetailResponse.Versions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected long |
applicationId |
protected String |
applicationName |
protected String |
masterPublicKey |
protected List<GetApplicationDetailResponse.Versions> |
versions |
| Constructor and Description |
|---|
GetApplicationDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getApplicationName()
Gets the value of the applicationName property.
|
String |
getMasterPublicKey()
Gets the value of the masterPublicKey property.
|
List<GetApplicationDetailResponse.Versions> |
getVersions()
Gets the value of the versions property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setMasterPublicKey(String value)
Sets the value of the masterPublicKey property.
|
protected long applicationId
protected String applicationName
protected String masterPublicKey
protected List<GetApplicationDetailResponse.Versions> versions
public long getApplicationId()
public void setApplicationId(long value)
public String getApplicationName()
Stringpublic void setApplicationName(String value)
value - allowed object is
Stringpublic String getMasterPublicKey()
Stringpublic void setMasterPublicKey(String value)
value - allowed object is
Stringpublic List<GetApplicationDetailResponse.Versions> getVersions()
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 versions property.
For example, to add a new item, do as follows:
getVersions().add(newItem);
Objects of the following type(s) are allowed in the list
GetApplicationDetailResponse.Versions
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.