JobFlowExecutionStatusDetail class

Describes the status of the cluster (job flow).

Constructors

JobFlowExecutionStatusDetail({required DateTime creationDateTime, required JobFlowExecutionState state, DateTime? endDateTime, String? lastStateChangeReason, DateTime? readyDateTime, DateTime? startDateTime})
JobFlowExecutionStatusDetail.fromJson(Map<String, dynamic> json)
factory

Properties

creationDateTime DateTime
The creation date and time of the job flow.
final
endDateTime DateTime?
The completion date and time of the job flow.
final
hashCode int
The hash code for this object.
no setterinherited
lastStateChangeReason String?
Description of the job flow last changed state.
final
readyDateTime DateTime?
The date and time when the job flow was ready to start running bootstrap actions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDateTime DateTime?
The start date and time of the job flow.
final
state JobFlowExecutionState
The state of the job flow.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited