public static final class

GNNotification.Builder

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

Summary

Public Constructors
GNNotification.Builder()
Public Methods
GNNotification build()
GNNotification.Builder withBtpType(long val)
GNNotification.Builder withData(byte[] data)
GNNotification.Builder withDestinationAreaCircle(DestAreaCircle val)
GNNotification.Builder withDestinationAreaEllipse(DestAreaEllipse val)
GNNotification.Builder withDestinationAreaRectangle(DestAreaRectangle val)
GNNotification.Builder withDestinationPort(long val)
GNNotification.Builder withGnAddress(String val)
GNNotification.Builder withGnMethod(GNMethod val)
GNNotification.Builder withInterfaceID(long val)
GNNotification.Builder withLatitude(long val)
GNNotification.Builder withLlAddress(String val)
GNNotification.Builder withLongitude(long val)
GNNotification.Builder withRssi(long val)
GNNotification.Builder withSecurityInfo(GeonetSecurityInfo val)
GNNotification.Builder withSecurityProfile(long val)
GNNotification.Builder withSourcePortOrDestinationInfo(long val)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GNNotification.Builder ()

Public Methods

public GNNotification build ()

public GNNotification.Builder withBtpType (long val)

public GNNotification.Builder withData (byte[] data)

public GNNotification.Builder withDestinationAreaCircle (DestAreaCircle val)

public GNNotification.Builder withDestinationAreaEllipse (DestAreaEllipse val)

public GNNotification.Builder withDestinationAreaRectangle (DestAreaRectangle val)

public GNNotification.Builder withDestinationPort (long val)

public GNNotification.Builder withGnAddress (String val)

public GNNotification.Builder withGnMethod (GNMethod val)

public GNNotification.Builder withInterfaceID (long val)

public GNNotification.Builder withLatitude (long val)

public GNNotification.Builder withLlAddress (String val)

public GNNotification.Builder withLongitude (long val)

public GNNotification.Builder withRssi (long val)

public GNNotification.Builder withSecurityInfo (GeonetSecurityInfo val)

public GNNotification.Builder withSecurityProfile (long val)

public GNNotification.Builder withSourcePortOrDestinationInfo (long val)