Order

public final class Order implements Comparable<HyperTrack.Order>

Order assigned to the worker

Constructors

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

Functions

Link copied to clipboard
Integer compareTo(HyperTrack.Order other)
Link copied to clipboard
Boolean equals(Object 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