public class CurrentAlertSignal extends AbstractAlertState
| Modifier and Type | Field and Description |
|---|---|
protected AlertSignalLocation |
location |
protected AlertSignalPresence |
presence |
protected Long |
slot |
statedescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentAlertSignal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AlertSignalLocation |
getLocation()
See pm:AlertSignalPrimaryLocation.
|
AlertSignalPresence |
getPresence()
See pm:AlertSignalPresence.
|
Long |
getSlot()
The slot is a 0-based index that allows a prioritization of the ALERT SIGNAL w.r.t.
|
int |
hashCode() |
void |
setLocation(AlertSignalLocation value)
Sets the value of the location property.
|
void |
setPresence(AlertSignalPresence value)
Sets the value of the presence property.
|
void |
setSlot(Long value)
Sets the value of the slot property.
|
String |
toString() |
getState, setStategetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected AlertSignalPresence presence
protected AlertSignalLocation location
protected Long slot
public AlertSignalPresence getPresence()
AlertSignalPresencepublic void setPresence(AlertSignalPresence value)
value - allowed object is
AlertSignalPresencepublic AlertSignalLocation getLocation()
AlertSignalLocationpublic void setLocation(AlertSignalLocation value)
value - allowed object is
AlertSignalLocationpublic Long getSlot()
Longpublic void setSlot(Long value)
value - allowed object is
Longpublic String toString()
toString in class AbstractAlertStatepublic boolean equals(Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertStateCopyright © 2018. All rights reserved.