public class EventAlarmExpression extends AlarmExpression
Java class for EventAlarmExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventAlarmExpression">
<complexContent>
<extension base="{urn:vim25}AlarmExpression">
<sequence>
<element name="comparisons" type="{urn:vim25}EventAlarmExpressionComparison" maxOccurs="unbounded" minOccurs="0"/>
<element name="eventType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="eventTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{urn:vim25}ManagedEntityStatus" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EventAlarmExpressionComparison> |
comparisons |
protected String |
eventType |
protected String |
eventTypeId |
protected String |
objectType |
protected ManagedEntityStatus |
status |
| Constructor and Description |
|---|
EventAlarmExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<EventAlarmExpressionComparison> |
getComparisons()
Gets the value of the comparisons property.
|
String |
getEventType()
Gets the value of the eventType property.
|
String |
getEventTypeId()
Gets the value of the eventTypeId property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
ManagedEntityStatus |
getStatus()
Gets the value of the status property.
|
void |
setEventType(String value)
Sets the value of the eventType property.
|
void |
setEventTypeId(String value)
Sets the value of the eventTypeId property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setStatus(ManagedEntityStatus value)
Sets the value of the status property.
|
protected List<EventAlarmExpressionComparison> comparisons
protected String eventType
protected String eventTypeId
protected String objectType
protected ManagedEntityStatus status
public List<EventAlarmExpressionComparison> getComparisons()
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 comparisons property.
For example, to add a new item, do as follows:
getComparisons().add(newItem);
Objects of the following type(s) are allowed in the list
EventAlarmExpressionComparison
public String getEventType()
Stringpublic void setEventType(String value)
value - allowed object is
Stringpublic String getEventTypeId()
Stringpublic void setEventTypeId(String value)
value - allowed object is
Stringpublic String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic ManagedEntityStatus getStatus()
ManagedEntityStatuspublic void setStatus(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatusCopyright © 2018. All rights reserved.