public class IoFilterQueryIssueResult extends DynamicData
Java class for IoFilterQueryIssueResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IoFilterQueryIssueResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="opType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostIssue" type="{urn:vim25}IoFilterHostIssue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<IoFilterHostIssue> |
hostIssue |
protected String |
opType |
| Constructor and Description |
|---|
IoFilterQueryIssueResult() |
| Modifier and Type | Method and Description |
|---|---|
List<IoFilterHostIssue> |
getHostIssue()
Gets the value of the hostIssue property.
|
String |
getOpType()
Gets the value of the opType property.
|
void |
setOpType(String value)
Sets the value of the opType property.
|
protected String opType
protected List<IoFilterHostIssue> hostIssue
public String getOpType()
Stringpublic void setOpType(String value)
value - allowed object is
Stringpublic List<IoFilterHostIssue> getHostIssue()
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 hostIssue property.
For example, to add a new item, do as follows:
getHostIssue().add(newItem);
Objects of the following type(s) are allowed in the list
IoFilterHostIssue
Copyright © 2018. All rights reserved.