GMTDUpdateDeliveryTaskRequest Class Reference

GMTDUpdateDeliveryTaskRequest Class Reference

Overview

An immutable object representing a request to update a delivery task.

Inherits GMTSImmutableData.

Public Member Functions

(instancetype) - initWithTaskID:taskOutcome:taskOutcomeTimestamp:
 Initializes and returns a GMTDCreateDeliveryTaskRequest object using the provided attributes.

Properties

GMTDFleetEngineIDStringtaskID
 Use initWithTaskID:taskOutcome:taskOutcomeTimestamp: instead.
GMTSTaskOutcome taskOutcome
 The outcome of the task.
NSTimeInterval outcomeTimestamp
 The time the outcome occurred.

Member Function Documentation

- (instancetype) initWithTaskID: (GMTDFleetEngineIDString *)  taskID
taskOutcome: (GMTSTaskOutcome taskOutcome
taskOutcomeTimestamp: (NSTimeInterval)  outcomeTimestamp 

Initializes and returns a GMTDCreateDeliveryTaskRequest object using the provided attributes.

Parameters:
taskIDThe ID of the task.
taskOutcomeThe outcome of the task.
outcomeTimestampThe time when the outcome was reported.

Property Documentation

- (GMTDFleetEngineIDString*) taskID [read, assign]

Use initWithTaskID:taskOutcome:taskOutcomeTimestamp: instead.

The ID of the task.

- (GMTSTaskOutcome) taskOutcome [read, assign]

The outcome of the task.

- (NSTimeInterval) outcomeTimestamp [read, assign]

The time the outcome occurred.