java.lang.Object | |
↳ | com.commsignia.v2x.client.model.WsaNotification |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | WsaNotification.Builder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | WILDCARD_PSID |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
boolean |
getAdaptable()
Returns whether DataRate and Transmit Power Level are boundary values or fixed values.
| ||||||||||
String |
getAdvertiserID()
Returns the advertiser ID.
| ||||||||||
ChannelAccessMode |
getChannelAccess()
Returns the channel access mode.
| ||||||||||
Long |
getChannelNumber()
Returns the channel number
| ||||||||||
String |
getCountryString()
Returns the country string.
| ||||||||||
Long |
getDataRate()
Returns the data rate.
| ||||||||||
Double |
getElevation(LengthUnit unit)
Returns the elevation in the sepecified unit or null if not specified.
| ||||||||||
Long |
getElevationConfidence()
Returns the elevation confidence.
| ||||||||||
Long |
getLatitude()
Returns the latitude.
| ||||||||||
Long |
getLongitude()
Returns the longitude.
| ||||||||||
Long |
getOperatingClass()
Returns the operating class.
| ||||||||||
Long |
getPositionConfidence()
Returns the position confidence.
| ||||||||||
String |
getProviderMac()
Returns the provider MAC address.
| ||||||||||
byte[] |
getPsc()
Returns the provider service context.
| ||||||||||
long |
getPsid()
Returns the PSID (provider service identifier).
| ||||||||||
Double |
getSemiMajorAccuracy(LengthUnit unit)
Returns the semi major accuracy in the specified unit.
| ||||||||||
Double |
getSemiMajorAngle(DegreeUnit unit)
Returns the semi major angle.
| ||||||||||
Double |
getSemiMinorAccuracy(LengthUnit unit)
Returns the semi minor accuracy in the specified unit.
| ||||||||||
long |
getServicePriority()
Returns the service priority.
| ||||||||||
Long |
getTxPowerLevel()
Returns the TX power level
| ||||||||||
boolean |
hasElevation()
Retruns true if elevation has been set.
| ||||||||||
boolean |
hasSemiMajorAccuracy()
Returns true if the semi major accuracy has been set.
| ||||||||||
boolean |
hasSemiMinorAccuracy()
Returns true if the semi minor accuracy has been set.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns whether DataRate and Transmit Power Level are boundary values or fixed values. True indicates dataRate is interpreted as the minimum rate allowed and Transmit Power Level as the maximum level allowed. False indicates that DataRate and Transmit Power Level are interpreted as fixed values
Returns the advertiser ID.
Returns the channel access mode.
Returns the channel number
Returns the country string.
Returns the data rate.
Returns the elevation in the sepecified unit or null if not specified.
unit | target unit |
---|
Returns the elevation confidence.
Returns the latitude.
Returns the longitude.
Returns the operating class.
Returns the position confidence.
Returns the provider MAC address.
Returns the provider service context. The format of the PSC is PSID dependent.
Returns the PSID (provider service identifier).
Returns the semi major accuracy in the specified unit.
unit | target unit |
---|
Returns the semi major angle.
unit | target unit |
---|
Returns the semi minor accuracy in the specified unit.
unit | target unit |
---|
Returns the service priority.
Returns the TX power level
Retruns true if elevation has been set.
Returns true if the semi major accuracy has been set.
Returns true if the semi minor accuracy has been set.