public class PerfSampleInfo extends DynamicData
Java class for PerfSampleInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfSampleInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="interval" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
interval |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
PerfSampleInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInterval()
Gets the value of the interval property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setInterval(int value)
Sets the value of the interval property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected XMLGregorianCalendar timestamp
protected int interval
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getInterval()
public void setInterval(int value)
Copyright © 2018. All rights reserved.