public class StateAlarmExpression extends AlarmExpression
Java class for StateAlarmExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateAlarmExpression">
<complexContent>
<extension base="{urn:vim25}AlarmExpression">
<sequence>
<element name="operator" type="{urn:vim25}StateAlarmOperator"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="statePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="yellow" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="red" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StateAlarmOperator |
operator |
protected String |
red |
protected String |
statePath |
protected String |
type |
protected String |
yellow |
| Constructor and Description |
|---|
StateAlarmExpression() |
| Modifier and Type | Method and Description |
|---|---|
StateAlarmOperator |
getOperator()
Gets the value of the operator property.
|
String |
getRed()
Gets the value of the red property.
|
String |
getStatePath()
Gets the value of the statePath property.
|
String |
getType()
Gets the value of the type property.
|
String |
getYellow()
Gets the value of the yellow property.
|
void |
setOperator(StateAlarmOperator value)
Sets the value of the operator property.
|
void |
setRed(String value)
Sets the value of the red property.
|
void |
setStatePath(String value)
Sets the value of the statePath property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setYellow(String value)
Sets the value of the yellow property.
|
protected StateAlarmOperator operator
protected String type
protected String statePath
protected String yellow
protected String red
public StateAlarmOperator getOperator()
StateAlarmOperatorpublic void setOperator(StateAlarmOperator value)
value - allowed object is
StateAlarmOperatorpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getStatePath()
Stringpublic void setStatePath(String value)
value - allowed object is
Stringpublic String getYellow()
Stringpublic void setYellow(String value)
value - allowed object is
Stringpublic String getRed()
StringCopyright © 2018. All rights reserved.