public class AlarmTriggeringActionTransitionSpec extends DynamicData
Java class for AlarmTriggeringActionTransitionSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmTriggeringActionTransitionSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="startState" type="{urn:vim25}ManagedEntityStatus"/>
<element name="finalState" type="{urn:vim25}ManagedEntityStatus"/>
<element name="repeats" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedEntityStatus |
finalState |
protected boolean |
repeats |
protected ManagedEntityStatus |
startState |
| Constructor and Description |
|---|
AlarmTriggeringActionTransitionSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedEntityStatus |
getFinalState()
Gets the value of the finalState property.
|
ManagedEntityStatus |
getStartState()
Gets the value of the startState property.
|
boolean |
isRepeats()
Gets the value of the repeats property.
|
void |
setFinalState(ManagedEntityStatus value)
Sets the value of the finalState property.
|
void |
setRepeats(boolean value)
Sets the value of the repeats property.
|
void |
setStartState(ManagedEntityStatus value)
Sets the value of the startState property.
|
protected ManagedEntityStatus startState
protected ManagedEntityStatus finalState
protected boolean repeats
public ManagedEntityStatus getStartState()
ManagedEntityStatuspublic void setStartState(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatuspublic ManagedEntityStatus getFinalState()
ManagedEntityStatuspublic void setFinalState(ManagedEntityStatus value)
value - allowed object is
ManagedEntityStatuspublic boolean isRepeats()
public void setRepeats(boolean value)
Copyright © 2018. All rights reserved.