java.lang.Object | |
↳ | com.commsignia.v2x.client.model.FacilitySubscriptionMessages |
Represents a set of messages for facility subscription. Used with facilitySubscribe(FacilitySubscriptionMessages)
and facilityUnsubscribe(FacilitySubscriptionMessages)
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FacilitySubscriptionMessages()
Create a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
isCamIncluded()
Retruns true if CAM messages are included
| ||||||||||
boolean |
isDenmIncluded()
Retruns true if DENM messages are included
| ||||||||||
boolean |
isDsrcIncluded()
Retruns true if DSRC messages are included
| ||||||||||
boolean |
isMapIncluded()
Retruns true if MAP messages are included
| ||||||||||
boolean |
isSpatIncluded()
Retruns true if subscribed to SPAT messages
| ||||||||||
FacilitySubscriptionMessages |
setCamIncluded(boolean cams)
Sets whether CAM messages are included.
| ||||||||||
FacilitySubscriptionMessages |
setDenmIncluded(boolean denms)
Sets whether DENM messages are included.
| ||||||||||
FacilitySubscriptionMessages |
setDsrcIncluded(boolean dsrcs)
Sets whether DSRC messages are included.
| ||||||||||
FacilitySubscriptionMessages |
setMapIncluded(boolean maps)
Sets whether MAP messages are included.
| ||||||||||
FacilitySubscriptionMessages |
setSpatIncluded(boolean spats)
Sets whether SPAT messages are included.
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create a new instance.
Retruns true if CAM messages are included
Retruns true if DENM messages are included
Retruns true if DSRC messages are included
Retruns true if MAP messages are included
Retruns true if subscribed to SPAT messages
Sets whether CAM messages are included.
cams | true if CAM messages are included, false otherwise |
---|
Sets whether DENM messages are included.
denms | true if DENM messages are included, false otherwise |
---|
Sets whether DSRC messages are included.
dsrcs | true if DSRC messages are included, false otherwise. |
---|
Sets whether MAP messages are included.
maps | true if MAP messages are included, false otherwise |
---|
Sets whether SPAT messages are included.
spats | true if SPAT messages are included, false otherwise. |
---|