public class UpdateAssignedLicenseRequestType extends Object
Java class for UpdateAssignedLicenseRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateAssignedLicenseRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="entity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="licenseKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entityDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
entity |
protected String |
entityDisplayName |
protected String |
licenseKey |
| Constructor and Description |
|---|
UpdateAssignedLicenseRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity()
Gets the value of the entity property.
|
String |
getEntityDisplayName()
Gets the value of the entityDisplayName property.
|
String |
getLicenseKey()
Gets the value of the licenseKey property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setEntity(String value)
Sets the value of the entity property.
|
void |
setEntityDisplayName(String value)
Sets the value of the entityDisplayName property.
|
void |
setLicenseKey(String value)
Sets the value of the licenseKey property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String entity
protected String licenseKey
protected String entityDisplayName
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getEntity()
Stringpublic void setEntity(String value)
value - allowed object is
Stringpublic String getLicenseKey()
Stringpublic void setLicenseKey(String value)
value - allowed object is
Stringpublic String getEntityDisplayName()
StringCopyright © 2018. All rights reserved.