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 | |
GMTDFleetEngineIDString * | taskID |
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:
-
taskID The ID of the task. taskOutcome The outcome of the task. outcomeTimestamp The 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.