public class PerfInterval extends DynamicData
Java class for PerfInterval complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfInterval">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="samplingPeriod" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
protected int |
key |
protected int |
length |
protected Integer |
level |
protected String |
name |
protected int |
samplingPeriod |
| Constructor and Description |
|---|
PerfInterval() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the value of the key property.
|
int |
getLength()
Gets the value of the length property.
|
Integer |
getLevel()
Gets the value of the level property.
|
String |
getName()
Gets the value of the name property.
|
int |
getSamplingPeriod()
Gets the value of the samplingPeriod property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setKey(int value)
Sets the value of the key property.
|
void |
setLength(int value)
Sets the value of the length property.
|
void |
setLevel(Integer value)
Sets the value of the level property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSamplingPeriod(int value)
Sets the value of the samplingPeriod property.
|
protected int key
protected int samplingPeriod
protected String name
protected int length
protected Integer level
protected boolean enabled
public int getKey()
public void setKey(int value)
public int getSamplingPeriod()
public void setSamplingPeriod(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic int getLength()
public void setLength(int value)
public Integer getLevel()
Integerpublic void setLevel(Integer value)
value - allowed object is
Integerpublic boolean isEnabled()
public void setEnabled(boolean value)
Copyright © 2018. All rights reserved.