public class AlarmInfo extends AlarmSpec
Java class for AlarmInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmInfo">
<complexContent>
<extension base="{urn:vim25}AlarmSpec">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="alarm" type="{urn:vim25}ManagedObjectReference"/>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="lastModifiedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastModifiedUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="creationEventId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
alarm |
protected int |
creationEventId |
protected ManagedObjectReference |
entity |
protected String |
key |
protected XMLGregorianCalendar |
lastModifiedTime |
protected String |
lastModifiedUser |
action, actionFrequency, description, enabled, expression, name, setting, systemName| Constructor and Description |
|---|
AlarmInfo() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getAlarm()
Gets the value of the alarm property.
|
int |
getCreationEventId()
Gets the value of the creationEventId property.
|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
String |
getKey()
Gets the value of the key property.
|
XMLGregorianCalendar |
getLastModifiedTime()
Gets the value of the lastModifiedTime property.
|
String |
getLastModifiedUser()
Gets the value of the lastModifiedUser property.
|
void |
setAlarm(ManagedObjectReference value)
Sets the value of the alarm property.
|
void |
setCreationEventId(int value)
Sets the value of the creationEventId property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLastModifiedTime(XMLGregorianCalendar value)
Sets the value of the lastModifiedTime property.
|
void |
setLastModifiedUser(String value)
Sets the value of the lastModifiedUser property.
|
getAction, getActionFrequency, getDescription, getExpression, getName, getSetting, getSystemName, isEnabled, setAction, setActionFrequency, setDescription, setEnabled, setExpression, setName, setSetting, setSystemNameprotected String key
protected ManagedObjectReference alarm
protected ManagedObjectReference entity
protected XMLGregorianCalendar lastModifiedTime
protected String lastModifiedUser
protected int creationEventId
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic ManagedObjectReference getAlarm()
ManagedObjectReferencepublic void setAlarm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic XMLGregorianCalendar getLastModifiedTime()
XMLGregorianCalendarpublic void setLastModifiedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLastModifiedUser()
Stringpublic void setLastModifiedUser(String value)
value - allowed object is
Stringpublic int getCreationEventId()
public void setCreationEventId(int value)
Copyright © 2018. All rights reserved.