public static final class

FacilityNotification.Builder

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

Summary

Public Constructors
FacilityNotification.Builder()
Public Methods
FacilityNotification build()
FacilityNotification.Builder withDenmEvent(DENM val)
FacilityNotification.Builder withDsrcData(DSRCData val)
FacilityNotification.Builder withGnAddress(String val)
FacilityNotification.Builder withInterfaceID(Long val)
FacilityNotification.Builder withIntersectionStates(List<IntersectionState> val)
FacilityNotification.Builder withIntersections(List<Intersection> val)
FacilityNotification.Builder withLatitude(Long val)
FacilityNotification.Builder withLlAddress(String val)
FacilityNotification.Builder withLongitude(Long val)
FacilityNotification.Builder withRssi(float val)
FacilityNotification.Builder withSecurityProfile(Long val)
FacilityNotification.Builder withStationObject(StationObject val)
FacilityNotification.Builder withType(FacilityNotificationType val)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FacilityNotification.Builder ()

Public Methods

public FacilityNotification build ()

public FacilityNotification.Builder withDenmEvent (DENM val)

public FacilityNotification.Builder withDsrcData (DSRCData val)

public FacilityNotification.Builder withGnAddress (String val)

public FacilityNotification.Builder withInterfaceID (Long val)

public FacilityNotification.Builder withIntersectionStates (List<IntersectionState> val)

public FacilityNotification.Builder withIntersections (List<Intersection> val)

public FacilityNotification.Builder withLatitude (Long val)

public FacilityNotification.Builder withLlAddress (String val)

public FacilityNotification.Builder withLongitude (Long val)

public FacilityNotification.Builder withRssi (float val)

public FacilityNotification.Builder withSecurityProfile (Long val)

public FacilityNotification.Builder withStationObject (StationObject val)