public class EvaluationLicenseSource extends LicenseSource
Java class for EvaluationLicenseSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluationLicenseSource">
<complexContent>
<extension base="{urn:vim25}LicenseSource">
<sequence>
<element name="remainingHours" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
remainingHours |
| Constructor and Description |
|---|
EvaluationLicenseSource() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getRemainingHours()
Gets the value of the remainingHours property.
|
void |
setRemainingHours(Long value)
Sets the value of the remainingHours property.
|
protected Long remainingHours
Copyright © 2018. All rights reserved.