public class AlertConditionState extends AbstractAlertState
Java class for AlertConditionState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertConditionState">
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}AbstractAlertState">
<attribute name="ActualConditionGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="ActualPriority" type="{http://p11073-10207/draft10/pm/2017/10/05}AlertConditionPriority" />
<attribute name="Rank" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Presence" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="DeterminationTime" type="{http://p11073-10207/draft10/pm/2017/10/05}Timestamp" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
actualConditionGenerationDelay |
protected AlertConditionPriority |
actualPriority |
protected BigInteger |
determinationTime |
protected Boolean |
presence |
protected Integer |
rank |
activationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AlertConditionState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Duration |
getActualConditionGenerationDelay()
Gets the value of the actualConditionGenerationDelay property.
|
AlertConditionPriority |
getActualPriority()
Gets the value of the actualPriority property.
|
BigInteger |
getDeterminationTime()
Gets the value of the determinationTime property.
|
Integer |
getRank()
Gets the value of the rank property.
|
int |
hashCode() |
Boolean |
isPresence()
Gets the value of the presence property.
|
void |
setActualConditionGenerationDelay(Duration value)
Sets the value of the actualConditionGenerationDelay property.
|
void |
setActualPriority(AlertConditionPriority value)
Sets the value of the actualPriority property.
|
void |
setDeterminationTime(BigInteger value)
Sets the value of the determinationTime property.
|
void |
setPresence(Boolean value)
Sets the value of the presence property.
|
void |
setRank(Integer value)
Sets the value of the rank property.
|
String |
toString() |
getActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected Duration actualConditionGenerationDelay
protected AlertConditionPriority actualPriority
protected Integer rank
protected Boolean presence
protected BigInteger determinationTime
public Duration getActualConditionGenerationDelay()
Durationpublic void setActualConditionGenerationDelay(Duration value)
value - allowed object is
Durationpublic AlertConditionPriority getActualPriority()
AlertConditionPrioritypublic void setActualPriority(AlertConditionPriority value)
value - allowed object is
AlertConditionPrioritypublic Integer getRank()
Integerpublic void setRank(Integer value)
value - allowed object is
Integerpublic Boolean isPresence()
Booleanpublic void setPresence(Boolean value)
value - allowed object is
Booleanpublic BigInteger getDeterminationTime()
BigIntegerpublic void setDeterminationTime(BigInteger value)
value - allowed object is
BigIntegerpublic String toString()
toString in class AbstractAlertStatepublic boolean equals(Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertStateCopyright © 2018. All rights reserved.