v2x-client
| java.lang.Object | |
| ↳ | com.commsignia.v2x.client.model.ProtectedCommunicationZone.Builder |
Builder for ProtectedCommunicationZone instances.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
ProtectedCommunicationZone.Builder()
Creates a new builder instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ProtectedCommunicationZone |
build()
Builds a ProtectedCommunicationZone instance.
| ||||||||||
| ProtectedCommunicationZone.Builder |
withExpiryTime(Date expiryTime)
Specifies the expiration time.
| ||||||||||
| ProtectedCommunicationZone.Builder |
withProtectedZoneID(Long protectedZoneID)
Specifies the identifier for the protected zone id.
| ||||||||||
| ProtectedCommunicationZone.Builder |
withProtectedZoneLatitude(long protectedZoneLatitude)
Specifies the latitude for the protected zone.
| ||||||||||
| ProtectedCommunicationZone.Builder |
withProtectedZoneLongitude(long protectedZoneLongitude)
Specifies the longitude for the protected zone.
| ||||||||||
| ProtectedCommunicationZone.Builder |
withProtectedZoneRadius(Long protectedZoneRadius)
Specifies the radius for the protected zone.
| ||||||||||
| ProtectedCommunicationZone.Builder |
withProtectedZoneType(ProtectedZoneType protectedZoneType)
Specifies the protected zone type.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new builder instance.
Builds a ProtectedCommunicationZone instance.
Specifies the expiration time.
| expiryTime | expiration time |
|---|
Specifies the identifier for the protected zone id.
| protectedZoneID | identifier of the protected zone |
|---|
Specifies the latitude for the protected zone.
| protectedZoneLatitude | latitude of the protected zone in microdegrees |
|---|
Specifies the longitude for the protected zone.
| protectedZoneLongitude | longitude of the protected zone in microdegrees |
|---|
Specifies the radius for the protected zone.
| protectedZoneRadius | radius of the protected zone |
|---|
Specifies the protected zone type.
| protectedZoneType | protected zone type |
|---|