public class CreateApplicationResponse 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
applicationId |
protected String |
applicationName |
| Constructor and Description |
|---|
CreateApplicationResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getApplicationName()
Gets the value of the applicationName property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setApplicationName(String value)
Sets the value of the applicationName property.
|
protected long applicationId
protected String applicationName
public long getApplicationId()
public void setApplicationId(long value)
public String getApplicationName()
StringCopyright © 2017 Lime - HighTech Solutions Inc.. All rights reserved.