public static class GetApplicationListResponse.Applications 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="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationName |
protected long |
id |
| Constructor and Description |
|---|
Applications() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Gets the value of the applicationName property.
|
long |
getId()
Gets the value of the id property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
void |
setId(long value)
Sets the value of the id property.
|
protected long id
protected String applicationName
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.