public class CreateApplicationVersionRequest 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="applicationVersionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
applicationId |
protected String |
applicationVersionName |
| Constructor and Description |
|---|
CreateApplicationVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getApplicationVersionName()
Gets the value of the applicationVersionName property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setApplicationVersionName(String value)
Sets the value of the applicationVersionName property.
|
protected long applicationId
protected String applicationVersionName
public long getApplicationId()
public void setApplicationId(long value)
public String getApplicationVersionName()
StringCopyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.