public class LicenseReservationInfo extends DynamicData
Java class for LicenseReservationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseReservationInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{urn:vim25}LicenseReservationInfoState"/>
<element name="required" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected int |
required |
protected LicenseReservationInfoState |
state |
| Constructor and Description |
|---|
LicenseReservationInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the value of the key property.
|
int |
getRequired()
Gets the value of the required property.
|
LicenseReservationInfoState |
getState()
Gets the value of the state property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setRequired(int value)
Sets the value of the required property.
|
void |
setState(LicenseReservationInfoState value)
Sets the value of the state property.
|
protected String key
protected LicenseReservationInfoState state
protected int required
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic LicenseReservationInfoState getState()
LicenseReservationInfoStatepublic void setState(LicenseReservationInfoState value)
value - allowed object is
LicenseReservationInfoStatepublic int getRequired()
public void setRequired(int value)
Copyright © 2018. All rights reserved.