public class

FacilityNotification

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.FacilityNotification

Class Overview

Represents a facility notification.

Summary

Nested Classes
class FacilityNotification.Builder  
Public Methods
boolean equals(Object o)
DENM getDENM()
Returns the DENM event associated with this notification
DSRCData getDsrcData()
Returns the DSRC data associated with this message.
String getGNAddress()
Returns the GN address
Long getInterfaceID()
Returns the interface ID
List<IntersectionState> getIntersectionStates()
Returns the intersection states associated with this message
List<Intersection> getIntersections()
Returns the intersection associated with this message
String getLLAddress()
Returns the LL address
Long getLatitude()
Returns the latitude
Long getLongitude()
Returns the longitude
float getRssi()
Returns the RSSI value
Long getSecurityProfile()
Returns the security profile
StationObject getStationObject()
Returns the station associated with this message
FacilityNotificationType getType()
Returns the notification type.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public DENM getDENM ()

Returns the DENM event associated with this notification

Returns
  • denm event

public DSRCData getDsrcData ()

Returns the DSRC data associated with this message.

Returns
  • DSRC data

public String getGNAddress ()

Returns the GN address

Returns
  • GN address

public Long getInterfaceID ()

Returns the interface ID

Returns
  • interface ID

public List<IntersectionState> getIntersectionStates ()

Returns the intersection states associated with this message

Returns
  • list of intersection state

public List<Intersection> getIntersections ()

Returns the intersection associated with this message

Returns
  • list of intersections

public String getLLAddress ()

Returns the LL address

Returns
  • LL address

public Long getLatitude ()

Returns the latitude

Returns
  • latitude in 0.1 microdegrees

public Long getLongitude ()

Returns the longitude

Returns
  • longitude in 0.1 microdegrees

public float getRssi ()

Returns the RSSI value

Returns
  • RSSI value in dBm

public Long getSecurityProfile ()

Returns the security profile

Returns
  • security profile

public StationObject getStationObject ()

Returns the station associated with this message

Returns
  • station object

public FacilityNotificationType getType ()

Returns the notification type.

Returns
  • notification type

public int hashCode ()

public String toString ()