java.lang.Object | |
↳ | com.commsignia.v2x.client.model.GNNotification |
Represents a Geonet notification.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | GNNotification.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
long |
getBtpType()
Returns the BTP type.
| ||||||||||
byte[] |
getData()
Returns a copy of the payload data.
| ||||||||||
DestAreaCircle |
getDestinationAreaCircle()
Returns the destination area if it was set as a circle.
| ||||||||||
DestAreaEllipse |
getDestinationAreaEllipse()
Returns the destination area if it was set as an ellipse.
| ||||||||||
DestAreaRectangle |
getDestinationAreaRectangle()
Returns the destination area if it was set as a rectangle.
| ||||||||||
long |
getDestinationPort()
Returns the destination port.
| ||||||||||
String |
getGNAddress()
Returns the geonet address.
| ||||||||||
long |
getInterfaceID()
Returns the interface ID.
| ||||||||||
String |
getLLAddress()
Returns the LL address.
| ||||||||||
long |
getLatitude()
Returns the latitude.
| ||||||||||
long |
getLongitude()
Returns the longitude.
| ||||||||||
GNMethod |
getMethod()
Returns the method of sending.
| ||||||||||
long |
getRssi()
Returns the RSSI value.
| ||||||||||
GeonetSecurityInfo |
getSecurityInfo()
Returns the security info.
| ||||||||||
long |
getSecurityProfile()
Returns the security profile.
| ||||||||||
long |
getSourcePortOrDestinationInfo()
Returns the source port (when using BTP-A) or Destination info (when using BTP-B).
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the BTP type.
Returns a copy of the payload data.
Returns the destination area if it was set as a circle.
Returns the destination area if it was set as an ellipse.
Returns the destination area if it was set as a rectangle.
Returns the destination port.
Returns the geonet address.
Returns the interface ID.
Returns the LL address.
Returns the latitude.
Returns the longitude.
Returns the RSSI value.
Returns the security profile.
Returns the source port (when using BTP-A) or Destination info (when using BTP-B).