public static class CapabilityStationaryPosition.Position
extends java.lang.Object
CapabilityStationaryPosition.DeviceLocation
and CapabilityStationaryPosition.BeaconLocation.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
locationId
The location of the device/beacon.
|
java.lang.String |
lotId
The lot-id of this beacon/device.
|
double |
xcoordinate
The x-coordinate of this position.
|
double |
ycoordinate
The y-coordinate of this position.
|
| Constructor and Description |
|---|
Position() |
@SerializedName(value="locationIdStr") public java.lang.String locationId
@SerializedName(value="lotIdStr") public java.lang.String lotId
@SerializedName(value="xCoordinate") public double xcoordinate
@SerializedName(value="yCoordinate") public double ycoordinate