public class PerfEntityMetricCSV extends PerfEntityMetricBase
Java class for PerfEntityMetricCSV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfEntityMetricCSV">
<complexContent>
<extension base="{urn:vim25}PerfEntityMetricBase">
<sequence>
<element name="sampleInfoCSV" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{urn:vim25}PerfMetricSeriesCSV" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
sampleInfoCSV |
protected List<PerfMetricSeriesCSV> |
value |
entity| Constructor and Description |
|---|
PerfEntityMetricCSV() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSampleInfoCSV()
Gets the value of the sampleInfoCSV property.
|
List<PerfMetricSeriesCSV> |
getValue()
Gets the value of the value property.
|
void |
setSampleInfoCSV(String value)
Sets the value of the sampleInfoCSV property.
|
getEntity, setEntityprotected String sampleInfoCSV
protected List<PerfMetricSeriesCSV> value
public String getSampleInfoCSV()
Stringpublic void setSampleInfoCSV(String value)
value - allowed object is
Stringpublic List<PerfMetricSeriesCSV> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
PerfMetricSeriesCSV
Copyright © 2018. All rights reserved.