public class AlarmSpec extends DynamicData
Java class for AlarmSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="systemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="expression" type="{urn:vim25}AlarmExpression"/>
<element name="action" type="{urn:vim25}AlarmAction" minOccurs="0"/>
<element name="actionFrequency" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="setting" type="{urn:vim25}AlarmSetting" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlarmAction |
action |
protected Integer |
actionFrequency |
protected String |
description |
protected boolean |
enabled |
protected AlarmExpression |
expression |
protected String |
name |
protected AlarmSetting |
setting |
protected String |
systemName |
| Constructor and Description |
|---|
AlarmSpec() |
| Modifier and Type | Method and Description |
|---|---|
AlarmAction |
getAction()
Gets the value of the action property.
|
Integer |
getActionFrequency()
Gets the value of the actionFrequency property.
|
String |
getDescription()
Gets the value of the description property.
|
AlarmExpression |
getExpression()
Gets the value of the expression property.
|
String |
getName()
Gets the value of the name property.
|
AlarmSetting |
getSetting()
Gets the value of the setting property.
|
String |
getSystemName()
Gets the value of the systemName property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAction(AlarmAction value)
Sets the value of the action property.
|
void |
setActionFrequency(Integer value)
Sets the value of the actionFrequency property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setExpression(AlarmExpression value)
Sets the value of the expression property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSetting(AlarmSetting value)
Sets the value of the setting property.
|
void |
setSystemName(String value)
Sets the value of the systemName property.
|
protected String name
protected String systemName
protected String description
protected boolean enabled
protected AlarmExpression expression
protected AlarmAction action
protected Integer actionFrequency
protected AlarmSetting setting
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSystemName()
Stringpublic void setSystemName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isEnabled()
public void setEnabled(boolean value)
public AlarmExpression getExpression()
AlarmExpressionpublic void setExpression(AlarmExpression value)
value - allowed object is
AlarmExpressionpublic AlarmAction getAction()
AlarmActionpublic void setAction(AlarmAction value)
value - allowed object is
AlarmActionpublic Integer getActionFrequency()
Integerpublic void setActionFrequency(Integer value)
value - allowed object is
Integerpublic AlarmSetting getSetting()
AlarmSettingpublic void setSetting(AlarmSetting value)
value - allowed object is
AlarmSettingCopyright © 2018. All rights reserved.