public class

ProtectedCommunicationZone

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

Class Overview

Represents a protected communications zone.

Summary

Nested Classes
class ProtectedCommunicationZone.Builder Builder for ProtectedCommunicationZone instances. 
Public Methods
Date getExpiryTime()
Returns the expiration time
Long getProtectedZoneID()
Returns the id of the protected zone.
long getProtectedZoneLatitude()
Returns the latitude of the protected zone.
long getProtectedZoneLongitude()
Returns the longitude of the protected zone.
Long getProtectedZoneRadius()
Returns the radius of the protected zone in meters
ProtectedZoneType getProtectedZoneType()
Returns the protected zone type.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Date getExpiryTime ()

Returns the expiration time

Returns
  • expiration time

public Long getProtectedZoneID ()

Returns the id of the protected zone.

Returns
  • id of the protected zone

public long getProtectedZoneLatitude ()

Returns the latitude of the protected zone.

Returns
  • latitude of the protected zone in microdegrees

public long getProtectedZoneLongitude ()

Returns the longitude of the protected zone.

Returns
  • longitude of the protected zone in microdegrees

public Long getProtectedZoneRadius ()

Returns the radius of the protected zone in meters

Returns
  • radius of the protected zone in meters

public ProtectedZoneType getProtectedZoneType ()

Returns the protected zone type.

Returns
  • protected zone type