public class CreateApplicationVersionResponse 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationKey |
protected String |
applicationSecret |
protected long |
applicationVersionId |
protected String |
applicationVersionName |
protected boolean |
supported |
| Constructor and Description |
|---|
CreateApplicationVersionResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationKey()
Gets the value of the applicationKey property.
|
String |
getApplicationSecret()
Gets the value of the applicationSecret property.
|
long |
getApplicationVersionId()
Gets the value of the applicationVersionId property.
|
String |
getApplicationVersionName()
Gets the value of the applicationVersionName property.
|
boolean |
isSupported()
Gets the value of the supported property.
|
void |
setApplicationKey(String value)
Sets the value of the applicationKey property.
|
void |
setApplicationSecret(String value)
Sets the value of the applicationSecret property.
|
void |
setApplicationVersionId(long value)
Sets the value of the applicationVersionId property.
|
void |
setApplicationVersionName(String value)
Sets the value of the applicationVersionName property.
|
void |
setSupported(boolean value)
Sets the value of the supported property.
|
protected long applicationVersionId
protected String applicationVersionName
protected String applicationKey
protected String applicationSecret
protected boolean supported
public long getApplicationVersionId()
public void setApplicationVersionId(long value)
public String getApplicationVersionName()
Stringpublic void setApplicationVersionName(String value)
value - allowed object is
Stringpublic String getApplicationKey()
Stringpublic void setApplicationKey(String value)
value - allowed object is
Stringpublic String getApplicationSecret()
Stringpublic void setApplicationSecret(String value)
value - allowed object is
Stringpublic boolean isSupported()
public void setSupported(boolean value)
Copyright © 2017 Lime - HighTech Solutions Inc.. All rights reserved.