public class VAppProductInfo extends DynamicData
Java class for VAppProductInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppProductInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="classId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="instanceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fullVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendorUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="productUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="appUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appUrl |
protected String |
classId |
protected String |
fullVersion |
protected String |
instanceId |
protected int |
key |
protected String |
name |
protected String |
productUrl |
protected String |
vendor |
protected String |
vendorUrl |
protected String |
version |
| Constructor and Description |
|---|
VAppProductInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppUrl()
Gets the value of the appUrl property.
|
String |
getClassId()
Gets the value of the classId property.
|
String |
getFullVersion()
Gets the value of the fullVersion property.
|
String |
getInstanceId()
Gets the value of the instanceId property.
|
int |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
String |
getProductUrl()
Gets the value of the productUrl property.
|
String |
getVendor()
Gets the value of the vendor property.
|
String |
getVendorUrl()
Gets the value of the vendorUrl property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setAppUrl(String value)
Sets the value of the appUrl property.
|
void |
setClassId(String value)
Sets the value of the classId property.
|
void |
setFullVersion(String value)
Sets the value of the fullVersion property.
|
void |
setInstanceId(String value)
Sets the value of the instanceId property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProductUrl(String value)
Sets the value of the productUrl property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVendorUrl(String value)
Sets the value of the vendorUrl property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected int key
protected String classId
protected String instanceId
protected String name
protected String vendor
protected String version
protected String fullVersion
protected String vendorUrl
protected String productUrl
protected String appUrl
public int getKey()
public void setKey(int value)
public String getClassId()
Stringpublic void setClassId(String value)
value - allowed object is
Stringpublic String getInstanceId()
Stringpublic void setInstanceId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getFullVersion()
Stringpublic void setFullVersion(String value)
value - allowed object is
Stringpublic String getVendorUrl()
Stringpublic void setVendorUrl(String value)
value - allowed object is
Stringpublic String getProductUrl()
Stringpublic void setProductUrl(String value)
value - allowed object is
Stringpublic String getAppUrl()
StringCopyright © 2018. All rights reserved.