public class PbmComplianceOperationalStatus extends DynamicData
Java class for PbmComplianceOperationalStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PbmComplianceOperationalStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="healthy" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="operationETA" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="operationProgress" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="transitional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
healthy |
protected XMLGregorianCalendar |
operationETA |
protected Long |
operationProgress |
protected Boolean |
transitional |
| Constructor and Description |
|---|
PbmComplianceOperationalStatus() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getOperationETA()
Gets the value of the operationETA property.
|
Long |
getOperationProgress()
Gets the value of the operationProgress property.
|
Boolean |
isHealthy()
Gets the value of the healthy property.
|
Boolean |
isTransitional()
Gets the value of the transitional property.
|
void |
setHealthy(Boolean value)
Sets the value of the healthy property.
|
void |
setOperationETA(XMLGregorianCalendar value)
Sets the value of the operationETA property.
|
void |
setOperationProgress(Long value)
Sets the value of the operationProgress property.
|
void |
setTransitional(Boolean value)
Sets the value of the transitional property.
|
protected Boolean healthy
protected XMLGregorianCalendar operationETA
protected Long operationProgress
protected Boolean transitional
public Boolean isHealthy()
Booleanpublic void setHealthy(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getOperationETA()
XMLGregorianCalendarpublic void setOperationETA(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getOperationProgress()
Longpublic void setOperationProgress(Long value)
value - allowed object is
Longpublic Boolean isTransitional()
BooleanCopyright © 2018. All rights reserved.