public class QueryAvailablePerfMetricRequestType extends Object
Java class for QueryAvailablePerfMetricRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryAvailablePerfMetricRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="beginTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="intervalId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected XMLGregorianCalendar |
beginTime |
protected XMLGregorianCalendar |
endTime |
protected ManagedObjectReference |
entity |
protected Integer |
intervalId |
| Constructor and Description |
|---|
QueryAvailablePerfMetricRequestType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getBeginTime()
Gets the value of the beginTime property.
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
Integer |
getIntervalId()
Gets the value of the intervalId property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setBeginTime(XMLGregorianCalendar value)
Sets the value of the beginTime property.
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setIntervalId(Integer value)
Sets the value of the intervalId property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference entity
protected XMLGregorianCalendar beginTime
protected XMLGregorianCalendar endTime
protected Integer intervalId
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic XMLGregorianCalendar getBeginTime()
XMLGregorianCalendarpublic void setBeginTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getIntervalId()
IntegerCopyright © 2018. All rights reserved.