public class AlarmState extends DynamicData
Java class for AlarmState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmState">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="alarm" type="{urn:vim25}ManagedObjectReference"/>
<element name="overallStatus" type="{urn:vim25}ManagedEntityStatus"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="acknowledged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="acknowledgedByUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="acknowledgedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="eventKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
acknowledged |
protected String |
acknowledgedByUser |
protected XMLGregorianCalendar |
acknowledgedTime |
protected ManagedObjectReference |
alarm |
protected ManagedObjectReference |
entity |
protected Integer |
eventKey |
protected String |
key |
protected ManagedEntityStatus |
overallStatus |
protected XMLGregorianCalendar |
time |
| Constructor and Description |
|---|
AlarmState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcknowledgedByUser()
Gets the value of the acknowledgedByUser property.
|
XMLGregorianCalendar |
getAcknowledgedTime()
Gets the value of the acknowledgedTime property.
|
ManagedObjectReference |
getAlarm()
Gets the value of the alarm property.
|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
Integer |
getEventKey()
Gets the value of the eventKey property.
|
String |
getKey()
Gets the value of the key property.
|
ManagedEntityStatus |
getOverallStatus()
Gets the value of the overallStatus property.
|
XMLGregorianCalendar |
getTime()
Gets the value of the time property.
|
Boolean |
isAcknowledged()
Gets the value of the acknowledged property.
|
void |
setAcknowledged(Boolean value)
Sets the value of the acknowledged property.
|
void |
setAcknowledgedByUser(String value)
Sets the value of the acknowledgedByUser property.
|
void |
setAcknowledgedTime(XMLGregorianCalendar value)
Sets the value of the acknowledgedTime property.
|
void |
setAlarm(ManagedObjectReference value)
Sets the value of the alarm property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setEventKey(Integer value)
Sets the value of the eventKey property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setOverallStatus(ManagedEntityStatus value)
Sets the value of the overallStatus property.
|
void |
setTime(XMLGregorianCalendar value)
Sets the value of the time property.
|
protected String key
protected ManagedObjectReference entity
protected ManagedObjectReference alarm
protected ManagedEntityStatus overallStatus
protected XMLGregorianCalendar time
protected Boolean acknowledged
protected String acknowledgedByUser
protected XMLGregorianCalendar acknowledgedTime
protected Integer eventKey
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getAlarm()
ManagedObjectReferencepublic void setAlarm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedEntityStatus getOverallStatus()
ManagedEntityStatuspublic void setOverallStatus(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatuspublic XMLGregorianCalendar getTime()
XMLGregorianCalendarpublic void setTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Boolean isAcknowledged()
Booleanpublic void setAcknowledged(Boolean value)
value - allowed object is
Booleanpublic String getAcknowledgedByUser()
Stringpublic void setAcknowledgedByUser(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getAcknowledgedTime()
XMLGregorianCalendarpublic void setAcknowledgedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getEventKey()
IntegerCopyright © 2018. All rights reserved.