Order

public final class Order implements Comparable<HyperTrack.Order>

Order assigned to the worker

Constructors

Link copied to clipboard
HyperTrack.Order HyperTrack.Order(    Result<Boolean, HyperTrack.LocationError> isInsideGeofence,     String orderHandle,     Integer position)

Functions

Link copied to clipboard
Integer compareTo(HyperTrack.Order other)
Link copied to clipboard
final String getOrderHandle()
Link copied to clipboard
final Result<Boolean, HyperTrack.LocationError> isInsideGeofence()

Properties

Link copied to clipboard
private final Result<Boolean, HyperTrack.LocationError> isInsideGeofence
Link copied to clipboard
private final String orderHandle