GetStatusOutput class

Output structure for the GetStatus operation.

Constructors

GetStatusOutput({List<Artifact>? artifactList, String? carrier, DateTime? creationDate, String? currentManifest, int? errorCount, String? jobId, JobType? jobType, String? locationCode, String? locationMessage, String? logBucket, String? logKey, String? progressCode, String? progressMessage, String? signature, String? signatureFileContents, String? trackingNumber})
GetStatusOutput.fromXml(XmlElement elem)
factory

Properties

artifactList List<Artifact>?
final
carrier String?
final
creationDate DateTime?
final
currentManifest String?
final
errorCount int?
final
hashCode int
The hash code for this object.
no setterinherited
jobId String?
final
jobType JobType?
final
locationCode String?
final
locationMessage String?
final
logBucket String?
final
logKey String?
final
progressCode String?
final
progressMessage String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
final
signatureFileContents String?
final
trackingNumber String?
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