public class PerfCompositeMetric extends DynamicData
Java class for PerfCompositeMetric complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerfCompositeMetric">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}PerfEntityMetricBase" minOccurs="0"/>
<element name="childEntity" type="{urn:vim25}PerfEntityMetricBase" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PerfEntityMetricBase> |
childEntity |
protected PerfEntityMetricBase |
entity |
| Constructor and Description |
|---|
PerfCompositeMetric() |
| Modifier and Type | Method and Description |
|---|---|
List<PerfEntityMetricBase> |
getChildEntity()
Gets the value of the childEntity property.
|
PerfEntityMetricBase |
getEntity()
Gets the value of the entity property.
|
void |
setEntity(PerfEntityMetricBase value)
Sets the value of the entity property.
|
protected PerfEntityMetricBase entity
protected List<PerfEntityMetricBase> childEntity
public PerfEntityMetricBase getEntity()
PerfEntityMetricBasepublic void setEntity(PerfEntityMetricBase value)
value - allowed object is
PerfEntityMetricBasepublic List<PerfEntityMetricBase> getChildEntity()
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 childEntity property.
For example, to add a new item, do as follows:
getChildEntity().add(newItem);
Objects of the following type(s) are allowed in the list
PerfEntityMetricBase
Copyright © 2018. All rights reserved.