public class LicenseManagerLicenseInfo extends DynamicData
Java class for LicenseManagerLicenseInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseManagerLicenseInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="licenseKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="editionKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="used" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="costUnit" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="properties" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="labels" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
costUnit |
protected String |
editionKey |
protected List<KeyValue> |
labels |
protected String |
licenseKey |
protected String |
name |
protected List<KeyAnyValue> |
properties |
protected int |
total |
protected Integer |
used |
| Constructor and Description |
|---|
LicenseManagerLicenseInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCostUnit()
Gets the value of the costUnit property.
|
String |
getEditionKey()
Gets the value of the editionKey property.
|
List<KeyValue> |
getLabels()
Gets the value of the labels property.
|
String |
getLicenseKey()
Gets the value of the licenseKey property.
|
String |
getName()
Gets the value of the name property.
|
List<KeyAnyValue> |
getProperties()
Gets the value of the properties property.
|
int |
getTotal()
Gets the value of the total property.
|
Integer |
getUsed()
Gets the value of the used property.
|
void |
setCostUnit(String value)
Sets the value of the costUnit property.
|
void |
setEditionKey(String value)
Sets the value of the editionKey property.
|
void |
setLicenseKey(String value)
Sets the value of the licenseKey property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTotal(int value)
Sets the value of the total property.
|
void |
setUsed(Integer value)
Sets the value of the used property.
|
protected String licenseKey
protected String editionKey
protected String name
protected int total
protected Integer used
protected String costUnit
protected List<KeyAnyValue> properties
public String getLicenseKey()
Stringpublic void setLicenseKey(String value)
value - allowed object is
Stringpublic String getEditionKey()
Stringpublic void setEditionKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getTotal()
public void setTotal(int value)
public Integer getUsed()
Integerpublic void setUsed(Integer value)
value - allowed object is
Integerpublic String getCostUnit()
Stringpublic void setCostUnit(String value)
value - allowed object is
Stringpublic List<KeyAnyValue> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
public List<KeyValue> getLabels()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the labels property.
For example, to add a new item, do as follows:
getLabels().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
Copyright © 2018. All rights reserved.