You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -34,42 +35,24 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$3.ClaimSummary>? claims,
|
||||
$core.int? claimNumber,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (status != null) {
|
||||
$result.status = status;
|
||||
}
|
||||
if (orderID != null) {
|
||||
$result.orderID = orderID;
|
||||
}
|
||||
if (shipFrom != null) {
|
||||
$result.shipFrom = shipFrom;
|
||||
}
|
||||
if (shipTo != null) {
|
||||
$result.shipTo = shipTo;
|
||||
}
|
||||
if (carrier != null) {
|
||||
$result.carrier = carrier;
|
||||
}
|
||||
if (carrierService != null) {
|
||||
$result.carrierService = carrierService;
|
||||
}
|
||||
if (attachments != null) {
|
||||
$result.attachments.addAll(attachments);
|
||||
}
|
||||
if (attachmentNumber != null) {
|
||||
$result.attachmentNumber = attachmentNumber;
|
||||
}
|
||||
if (claims != null) {
|
||||
$result.claims.addAll(claims);
|
||||
}
|
||||
if (claimNumber != null) {
|
||||
$result.claimNumber = claimNumber;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (status != null) result.status = status;
|
||||
if (orderID != null) result.orderID = orderID;
|
||||
if (shipFrom != null) result.shipFrom = shipFrom;
|
||||
if (shipTo != null) result.shipTo = shipTo;
|
||||
if (carrier != null) result.carrier = carrier;
|
||||
if (carrierService != null) result.carrierService = carrierService;
|
||||
if (attachments != null) result.attachments.addAll(attachments);
|
||||
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
|
||||
if (claims != null) result.claims.addAll(claims);
|
||||
if (claimNumber != null) result.claimNumber = claimNumber;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowMapSummaryToOrderPayload._() : super();
|
||||
factory ExecutionflowMapSummaryToOrderPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowMapSummaryToOrderPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowMapSummaryToOrderPayload._();
|
||||
|
||||
factory ExecutionflowMapSummaryToOrderPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowMapSummaryToOrderPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapSummaryToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ExecutionflowStatusStruct>(1, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create)
|
||||
@@ -90,10 +73,12 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowMapSummaryToOrderPayload copyWith(void Function(ExecutionflowMapSummaryToOrderPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowMapSummaryToOrderPayload)) as ExecutionflowMapSummaryToOrderPayload;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowMapSummaryToOrderPayload create() => ExecutionflowMapSummaryToOrderPayload._();
|
||||
@$core.override
|
||||
ExecutionflowMapSummaryToOrderPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowMapSummaryToOrderPayload> createRepeated() => $pb.PbList<ExecutionflowMapSummaryToOrderPayload>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -103,7 +88,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$81.ExecutionflowStatusStruct get status => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set status($81.ExecutionflowStatusStruct v) { $_setField(1, v); }
|
||||
set status($81.ExecutionflowStatusStruct value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasStatus() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -114,7 +99,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get orderID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set orderID($core.String v) { $_setString(1, v); }
|
||||
set orderID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasOrderID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -123,7 +108,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(2);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($81.TradeTier value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(2);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -134,7 +119,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(3);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($81.TradeTier value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(3);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -145,7 +130,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(4);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($81.TradeTier value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
@@ -156,7 +141,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get carrierService => $_getSZ(5);
|
||||
@$pb.TagNumber(7)
|
||||
set carrierService($core.String v) { $_setString(5, v); }
|
||||
set carrierService($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasCarrierService() => $_has(5);
|
||||
@$pb.TagNumber(7)
|
||||
@@ -168,7 +153,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(17)
|
||||
$core.int get attachmentNumber => $_getIZ(7);
|
||||
@$pb.TagNumber(17)
|
||||
set attachmentNumber($core.int v) { $_setSignedInt32(7, v); }
|
||||
set attachmentNumber($core.int value) => $_setSignedInt32(7, value);
|
||||
@$pb.TagNumber(17)
|
||||
$core.bool hasAttachmentNumber() => $_has(7);
|
||||
@$pb.TagNumber(17)
|
||||
@@ -180,7 +165,7 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(19)
|
||||
$core.int get claimNumber => $_getIZ(9);
|
||||
@$pb.TagNumber(19)
|
||||
set claimNumber($core.int v) { $_setSignedInt32(9, v); }
|
||||
set claimNumber($core.int value) => $_setSignedInt32(9, value);
|
||||
@$pb.TagNumber(19)
|
||||
$core.bool hasClaimNumber() => $_has(9);
|
||||
@$pb.TagNumber(19)
|
||||
@@ -195,27 +180,19 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
ExecutionflowMapSummaryToOrderPayload? eventPayload,
|
||||
ExecutionflowMapSummaryToOrderPayload? previousPayload,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (iD != null) {
|
||||
$result.iD = iD;
|
||||
}
|
||||
if (payload != null) {
|
||||
$result.payload = payload;
|
||||
}
|
||||
if (eventPayload != null) {
|
||||
$result.eventPayload = eventPayload;
|
||||
}
|
||||
if (previousPayload != null) {
|
||||
$result.previousPayload = previousPayload;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iD != null) result.iD = iD;
|
||||
if (payload != null) result.payload = payload;
|
||||
if (eventPayload != null) result.eventPayload = eventPayload;
|
||||
if (previousPayload != null) result.previousPayload = previousPayload;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowMapSummaryToOrder._() : super();
|
||||
factory ExecutionflowMapSummaryToOrder.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowMapSummaryToOrder.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowMapSummaryToOrder._();
|
||||
|
||||
factory ExecutionflowMapSummaryToOrder.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowMapSummaryToOrder.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapSummaryToOrder', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.CommandHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.CommandHeader.create)
|
||||
@@ -231,10 +208,12 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowMapSummaryToOrder copyWith(void Function(ExecutionflowMapSummaryToOrder) updates) => super.copyWith((message) => updates(message as ExecutionflowMapSummaryToOrder)) as ExecutionflowMapSummaryToOrder;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowMapSummaryToOrder create() => ExecutionflowMapSummaryToOrder._();
|
||||
@$core.override
|
||||
ExecutionflowMapSummaryToOrder createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowMapSummaryToOrder> createRepeated() => $pb.PbList<ExecutionflowMapSummaryToOrder>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -244,7 +223,7 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.CommandHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.CommandHeader v) { $_setField(1, v); }
|
||||
set header($3.CommandHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -255,7 +234,7 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$3.EntityID get iD => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set iD($3.EntityID v) { $_setField(2, v); }
|
||||
set iD($3.EntityID value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -266,7 +245,7 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowMapSummaryToOrderPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(ExecutionflowMapSummaryToOrderPayload v) { $_setField(3, v); }
|
||||
set payload(ExecutionflowMapSummaryToOrderPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -277,7 +256,7 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
ExecutionflowMapSummaryToOrderPayload get eventPayload => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set eventPayload(ExecutionflowMapSummaryToOrderPayload v) { $_setField(4, v); }
|
||||
set eventPayload(ExecutionflowMapSummaryToOrderPayload value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEventPayload() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -288,7 +267,7 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
ExecutionflowMapSummaryToOrderPayload get previousPayload => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set previousPayload(ExecutionflowMapSummaryToOrderPayload v) { $_setField(5, v); }
|
||||
set previousPayload(ExecutionflowMapSummaryToOrderPayload value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasPreviousPayload() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -304,18 +283,16 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage {
|
||||
$81.ETA? executionflowETAComputed,
|
||||
$core.String? orderID,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (executionflowETAComputed != null) {
|
||||
$result.executionflowETAComputed = executionflowETAComputed;
|
||||
}
|
||||
if (orderID != null) {
|
||||
$result.orderID = orderID;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (executionflowETAComputed != null) result.executionflowETAComputed = executionflowETAComputed;
|
||||
if (orderID != null) result.orderID = orderID;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowMapETAToOrderPayload._() : super();
|
||||
factory ExecutionflowMapETAToOrderPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowMapETAToOrderPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowMapETAToOrderPayload._();
|
||||
|
||||
factory ExecutionflowMapETAToOrderPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowMapETAToOrderPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapETAToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $81.ETA.create)
|
||||
@@ -328,10 +305,12 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowMapETAToOrderPayload copyWith(void Function(ExecutionflowMapETAToOrderPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowMapETAToOrderPayload)) as ExecutionflowMapETAToOrderPayload;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowMapETAToOrderPayload create() => ExecutionflowMapETAToOrderPayload._();
|
||||
@$core.override
|
||||
ExecutionflowMapETAToOrderPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowMapETAToOrderPayload> createRepeated() => $pb.PbList<ExecutionflowMapETAToOrderPayload>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -341,7 +320,7 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get executionflowETAComputed => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set executionflowETAComputed($81.ETA v) { $_setField(1, v); }
|
||||
set executionflowETAComputed($81.ETA value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasExecutionflowETAComputed() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -352,7 +331,7 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get orderID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set orderID($core.String v) { $_setString(1, v); }
|
||||
set orderID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasOrderID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -367,27 +346,19 @@ class ExecutionflowMapETAToOrder extends $pb.GeneratedMessage {
|
||||
ExecutionflowMapETAToOrderPayload? eventPayload,
|
||||
ExecutionflowMapETAToOrderPayload? previousPayload,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (iD != null) {
|
||||
$result.iD = iD;
|
||||
}
|
||||
if (payload != null) {
|
||||
$result.payload = payload;
|
||||
}
|
||||
if (eventPayload != null) {
|
||||
$result.eventPayload = eventPayload;
|
||||
}
|
||||
if (previousPayload != null) {
|
||||
$result.previousPayload = previousPayload;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iD != null) result.iD = iD;
|
||||
if (payload != null) result.payload = payload;
|
||||
if (eventPayload != null) result.eventPayload = eventPayload;
|
||||
if (previousPayload != null) result.previousPayload = previousPayload;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowMapETAToOrder._() : super();
|
||||
factory ExecutionflowMapETAToOrder.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowMapETAToOrder.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowMapETAToOrder._();
|
||||
|
||||
factory ExecutionflowMapETAToOrder.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowMapETAToOrder.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapETAToOrder', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.CommandHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.CommandHeader.create)
|
||||
@@ -403,10 +374,12 @@ class ExecutionflowMapETAToOrder extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowMapETAToOrder copyWith(void Function(ExecutionflowMapETAToOrder) updates) => super.copyWith((message) => updates(message as ExecutionflowMapETAToOrder)) as ExecutionflowMapETAToOrder;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowMapETAToOrder create() => ExecutionflowMapETAToOrder._();
|
||||
@$core.override
|
||||
ExecutionflowMapETAToOrder createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowMapETAToOrder> createRepeated() => $pb.PbList<ExecutionflowMapETAToOrder>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -416,7 +389,7 @@ class ExecutionflowMapETAToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.CommandHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.CommandHeader v) { $_setField(1, v); }
|
||||
set header($3.CommandHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -427,7 +400,7 @@ class ExecutionflowMapETAToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$3.EntityID get iD => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set iD($3.EntityID v) { $_setField(2, v); }
|
||||
set iD($3.EntityID value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -438,7 +411,7 @@ class ExecutionflowMapETAToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowMapETAToOrderPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(ExecutionflowMapETAToOrderPayload v) { $_setField(3, v); }
|
||||
set payload(ExecutionflowMapETAToOrderPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -449,7 +422,7 @@ class ExecutionflowMapETAToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
ExecutionflowMapETAToOrderPayload get eventPayload => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set eventPayload(ExecutionflowMapETAToOrderPayload v) { $_setField(4, v); }
|
||||
set eventPayload(ExecutionflowMapETAToOrderPayload value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEventPayload() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -460,7 +433,7 @@ class ExecutionflowMapETAToOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
ExecutionflowMapETAToOrderPayload get previousPayload => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set previousPayload(ExecutionflowMapETAToOrderPayload v) { $_setField(5, v); }
|
||||
set previousPayload(ExecutionflowMapETAToOrderPayload value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasPreviousPayload() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -487,51 +460,27 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
$core.bool? shipFromAcked,
|
||||
$core.bool? shipToAcked,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (creationDateTime != null) {
|
||||
$result.creationDateTime = creationDateTime;
|
||||
}
|
||||
if (orderID != null) {
|
||||
$result.orderID = orderID;
|
||||
}
|
||||
if (metaData != null) {
|
||||
$result.metaData.addAll(metaData);
|
||||
}
|
||||
if (shipFrom != null) {
|
||||
$result.shipFrom = shipFrom;
|
||||
}
|
||||
if (shipTo != null) {
|
||||
$result.shipTo = shipTo;
|
||||
}
|
||||
if (carrier != null) {
|
||||
$result.carrier = carrier;
|
||||
}
|
||||
if (carrierService != null) {
|
||||
$result.carrierService = carrierService;
|
||||
}
|
||||
if (requestedMilestones != null) {
|
||||
$result.requestedMilestones = requestedMilestones;
|
||||
}
|
||||
if (lines != null) {
|
||||
$result.lines.addAll(lines);
|
||||
}
|
||||
if (handlingunits != null) {
|
||||
$result.handlingunits.addAll(handlingunits);
|
||||
}
|
||||
if (status != null) {
|
||||
$result.status = status;
|
||||
}
|
||||
if (shipFromAcked != null) {
|
||||
$result.shipFromAcked = shipFromAcked;
|
||||
}
|
||||
if (shipToAcked != null) {
|
||||
$result.shipToAcked = shipToAcked;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (creationDateTime != null) result.creationDateTime = creationDateTime;
|
||||
if (orderID != null) result.orderID = orderID;
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (shipFrom != null) result.shipFrom = shipFrom;
|
||||
if (shipTo != null) result.shipTo = shipTo;
|
||||
if (carrier != null) result.carrier = carrier;
|
||||
if (carrierService != null) result.carrierService = carrierService;
|
||||
if (requestedMilestones != null) result.requestedMilestones = requestedMilestones;
|
||||
if (lines != null) result.lines.addAll(lines);
|
||||
if (handlingunits != null) result.handlingunits.addAll(handlingunits);
|
||||
if (status != null) result.status = status;
|
||||
if (shipFromAcked != null) result.shipFromAcked = shipFromAcked;
|
||||
if (shipToAcked != null) result.shipToAcked = shipToAcked;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowNotifyPartnerAppsPayload._() : super();
|
||||
factory ExecutionflowNotifyPartnerAppsPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowNotifyPartnerAppsPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowNotifyPartnerAppsPayload._();
|
||||
|
||||
factory ExecutionflowNotifyPartnerAppsPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowNotifyPartnerAppsPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowNotifyPartnerAppsPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
||||
@@ -555,10 +504,12 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowNotifyPartnerAppsPayload copyWith(void Function(ExecutionflowNotifyPartnerAppsPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowNotifyPartnerAppsPayload)) as ExecutionflowNotifyPartnerAppsPayload;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowNotifyPartnerAppsPayload create() => ExecutionflowNotifyPartnerAppsPayload._();
|
||||
@$core.override
|
||||
ExecutionflowNotifyPartnerAppsPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowNotifyPartnerAppsPayload> createRepeated() => $pb.PbList<ExecutionflowNotifyPartnerAppsPayload>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -568,7 +519,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.DateTime get creationDateTime => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set creationDateTime($3.DateTime v) { $_setField(1, v); }
|
||||
set creationDateTime($3.DateTime value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCreationDateTime() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -579,7 +530,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get orderID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set orderID($core.String v) { $_setString(1, v); }
|
||||
set orderID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasOrderID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -593,7 +544,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($81.TradeTier value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -605,7 +556,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($81.TradeTier value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -617,7 +568,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($81.TradeTier value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
@@ -629,7 +580,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get carrierService => $_getSZ(6);
|
||||
@$pb.TagNumber(7)
|
||||
set carrierService($core.String v) { $_setString(6, v); }
|
||||
set carrierService($core.String value) => $_setString(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasCarrierService() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
@@ -638,7 +589,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
set requestedMilestones($81.OrderRequestedMilestones value) => $_setField(8, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasRequestedMilestones() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
@@ -655,7 +606,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct get status => $_getN(10);
|
||||
@$pb.TagNumber(13)
|
||||
set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
set status($81.ExecutionflowStatusStruct value) => $_setField(13, value);
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasStatus() => $_has(10);
|
||||
@$pb.TagNumber(13)
|
||||
@@ -666,7 +617,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool get shipFromAcked => $_getBF(11);
|
||||
@$pb.TagNumber(14)
|
||||
set shipFromAcked($core.bool v) { $_setBool(11, v); }
|
||||
set shipFromAcked($core.bool value) => $_setBool(11, value);
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool hasShipFromAcked() => $_has(11);
|
||||
@$pb.TagNumber(14)
|
||||
@@ -675,7 +626,7 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool get shipToAcked => $_getBF(12);
|
||||
@$pb.TagNumber(15)
|
||||
set shipToAcked($core.bool v) { $_setBool(12, v); }
|
||||
set shipToAcked($core.bool value) => $_setBool(12, value);
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool hasShipToAcked() => $_has(12);
|
||||
@$pb.TagNumber(15)
|
||||
@@ -690,27 +641,19 @@ class ExecutionflowNotifyPartnerApps extends $pb.GeneratedMessage {
|
||||
ExecutionflowNotifyPartnerAppsPayload? eventPayload,
|
||||
ExecutionflowNotifyPartnerAppsPayload? previousPayload,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (iD != null) {
|
||||
$result.iD = iD;
|
||||
}
|
||||
if (payload != null) {
|
||||
$result.payload = payload;
|
||||
}
|
||||
if (eventPayload != null) {
|
||||
$result.eventPayload = eventPayload;
|
||||
}
|
||||
if (previousPayload != null) {
|
||||
$result.previousPayload = previousPayload;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iD != null) result.iD = iD;
|
||||
if (payload != null) result.payload = payload;
|
||||
if (eventPayload != null) result.eventPayload = eventPayload;
|
||||
if (previousPayload != null) result.previousPayload = previousPayload;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowNotifyPartnerApps._() : super();
|
||||
factory ExecutionflowNotifyPartnerApps.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowNotifyPartnerApps.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowNotifyPartnerApps._();
|
||||
|
||||
factory ExecutionflowNotifyPartnerApps.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowNotifyPartnerApps.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowNotifyPartnerApps', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.CommandHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.CommandHeader.create)
|
||||
@@ -726,10 +669,12 @@ class ExecutionflowNotifyPartnerApps extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowNotifyPartnerApps copyWith(void Function(ExecutionflowNotifyPartnerApps) updates) => super.copyWith((message) => updates(message as ExecutionflowNotifyPartnerApps)) as ExecutionflowNotifyPartnerApps;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowNotifyPartnerApps create() => ExecutionflowNotifyPartnerApps._();
|
||||
@$core.override
|
||||
ExecutionflowNotifyPartnerApps createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowNotifyPartnerApps> createRepeated() => $pb.PbList<ExecutionflowNotifyPartnerApps>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -739,7 +684,7 @@ class ExecutionflowNotifyPartnerApps extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.CommandHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.CommandHeader v) { $_setField(1, v); }
|
||||
set header($3.CommandHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -750,7 +695,7 @@ class ExecutionflowNotifyPartnerApps extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$3.EntityID get iD => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set iD($3.EntityID v) { $_setField(2, v); }
|
||||
set iD($3.EntityID value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -761,7 +706,7 @@ class ExecutionflowNotifyPartnerApps extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowNotifyPartnerAppsPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(ExecutionflowNotifyPartnerAppsPayload v) { $_setField(3, v); }
|
||||
set payload(ExecutionflowNotifyPartnerAppsPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -772,7 +717,7 @@ class ExecutionflowNotifyPartnerApps extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
ExecutionflowNotifyPartnerAppsPayload get eventPayload => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set eventPayload(ExecutionflowNotifyPartnerAppsPayload v) { $_setField(4, v); }
|
||||
set eventPayload(ExecutionflowNotifyPartnerAppsPayload value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEventPayload() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -783,7 +728,7 @@ class ExecutionflowNotifyPartnerApps extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
ExecutionflowNotifyPartnerAppsPayload get previousPayload => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set previousPayload(ExecutionflowNotifyPartnerAppsPayload v) { $_setField(5, v); }
|
||||
set previousPayload(ExecutionflowNotifyPartnerAppsPayload value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasPreviousPayload() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -807,42 +752,24 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$81.ExeFlowLine>? lines,
|
||||
$81.ExecutionflowStatusStruct? status,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (creationDateTime != null) {
|
||||
$result.creationDateTime = creationDateTime;
|
||||
}
|
||||
if (orderID != null) {
|
||||
$result.orderID = orderID;
|
||||
}
|
||||
if (metaData != null) {
|
||||
$result.metaData.addAll(metaData);
|
||||
}
|
||||
if (shipFrom != null) {
|
||||
$result.shipFrom = shipFrom;
|
||||
}
|
||||
if (shipTo != null) {
|
||||
$result.shipTo = shipTo;
|
||||
}
|
||||
if (carrier != null) {
|
||||
$result.carrier = carrier;
|
||||
}
|
||||
if (carrierService != null) {
|
||||
$result.carrierService = carrierService;
|
||||
}
|
||||
if (requestedMilestones != null) {
|
||||
$result.requestedMilestones = requestedMilestones;
|
||||
}
|
||||
if (lines != null) {
|
||||
$result.lines.addAll(lines);
|
||||
}
|
||||
if (status != null) {
|
||||
$result.status = status;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (creationDateTime != null) result.creationDateTime = creationDateTime;
|
||||
if (orderID != null) result.orderID = orderID;
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (shipFrom != null) result.shipFrom = shipFrom;
|
||||
if (shipTo != null) result.shipTo = shipTo;
|
||||
if (carrier != null) result.carrier = carrier;
|
||||
if (carrierService != null) result.carrierService = carrierService;
|
||||
if (requestedMilestones != null) result.requestedMilestones = requestedMilestones;
|
||||
if (lines != null) result.lines.addAll(lines);
|
||||
if (status != null) result.status = status;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowCreateDetectedOrderPayload._() : super();
|
||||
factory ExecutionflowCreateDetectedOrderPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowCreateDetectedOrderPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowCreateDetectedOrderPayload._();
|
||||
|
||||
factory ExecutionflowCreateDetectedOrderPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowCreateDetectedOrderPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowCreateDetectedOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create)
|
||||
@@ -863,10 +790,12 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowCreateDetectedOrderPayload copyWith(void Function(ExecutionflowCreateDetectedOrderPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowCreateDetectedOrderPayload)) as ExecutionflowCreateDetectedOrderPayload;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowCreateDetectedOrderPayload create() => ExecutionflowCreateDetectedOrderPayload._();
|
||||
@$core.override
|
||||
ExecutionflowCreateDetectedOrderPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowCreateDetectedOrderPayload> createRepeated() => $pb.PbList<ExecutionflowCreateDetectedOrderPayload>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -876,7 +805,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.DateTime get creationDateTime => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set creationDateTime($3.DateTime v) { $_setField(1, v); }
|
||||
set creationDateTime($3.DateTime value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCreationDateTime() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -887,7 +816,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get orderID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set orderID($core.String v) { $_setString(1, v); }
|
||||
set orderID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasOrderID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -899,7 +828,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$81.TradeTier get shipFrom => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set shipFrom($81.TradeTier v) { $_setField(4, v); }
|
||||
set shipFrom($81.TradeTier value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasShipFrom() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -910,7 +839,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$81.TradeTier get shipTo => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set shipTo($81.TradeTier v) { $_setField(5, v); }
|
||||
set shipTo($81.TradeTier value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasShipTo() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -921,7 +850,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(6)
|
||||
$81.TradeTier get carrier => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set carrier($81.TradeTier v) { $_setField(6, v); }
|
||||
set carrier($81.TradeTier value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCarrier() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
@@ -932,7 +861,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get carrierService => $_getSZ(6);
|
||||
@$pb.TagNumber(7)
|
||||
set carrierService($core.String v) { $_setString(6, v); }
|
||||
set carrierService($core.String value) => $_setString(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasCarrierService() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
@@ -941,7 +870,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(8)
|
||||
$81.OrderRequestedMilestones get requestedMilestones => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); }
|
||||
set requestedMilestones($81.OrderRequestedMilestones value) => $_setField(8, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasRequestedMilestones() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
@@ -955,7 +884,7 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(13)
|
||||
$81.ExecutionflowStatusStruct get status => $_getN(9);
|
||||
@$pb.TagNumber(13)
|
||||
set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); }
|
||||
set status($81.ExecutionflowStatusStruct value) => $_setField(13, value);
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasStatus() => $_has(9);
|
||||
@$pb.TagNumber(13)
|
||||
@@ -972,27 +901,19 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
ExecutionflowCreateDetectedOrderPayload? eventPayload,
|
||||
ExecutionflowCreateDetectedOrderPayload? previousPayload,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (iD != null) {
|
||||
$result.iD = iD;
|
||||
}
|
||||
if (payload != null) {
|
||||
$result.payload = payload;
|
||||
}
|
||||
if (eventPayload != null) {
|
||||
$result.eventPayload = eventPayload;
|
||||
}
|
||||
if (previousPayload != null) {
|
||||
$result.previousPayload = previousPayload;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (iD != null) result.iD = iD;
|
||||
if (payload != null) result.payload = payload;
|
||||
if (eventPayload != null) result.eventPayload = eventPayload;
|
||||
if (previousPayload != null) result.previousPayload = previousPayload;
|
||||
return result;
|
||||
}
|
||||
ExecutionflowCreateDetectedOrder._() : super();
|
||||
factory ExecutionflowCreateDetectedOrder.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ExecutionflowCreateDetectedOrder.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ExecutionflowCreateDetectedOrder._();
|
||||
|
||||
factory ExecutionflowCreateDetectedOrder.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ExecutionflowCreateDetectedOrder.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowCreateDetectedOrder', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.CommandHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.CommandHeader.create)
|
||||
@@ -1008,10 +929,12 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ExecutionflowCreateDetectedOrder copyWith(void Function(ExecutionflowCreateDetectedOrder) updates) => super.copyWith((message) => updates(message as ExecutionflowCreateDetectedOrder)) as ExecutionflowCreateDetectedOrder;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ExecutionflowCreateDetectedOrder create() => ExecutionflowCreateDetectedOrder._();
|
||||
@$core.override
|
||||
ExecutionflowCreateDetectedOrder createEmptyInstance() => create();
|
||||
static $pb.PbList<ExecutionflowCreateDetectedOrder> createRepeated() => $pb.PbList<ExecutionflowCreateDetectedOrder>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -1021,7 +944,7 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.CommandHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.CommandHeader v) { $_setField(1, v); }
|
||||
set header($3.CommandHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -1032,7 +955,7 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$3.EntityID get iD => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set iD($3.EntityID v) { $_setField(2, v); }
|
||||
set iD($3.EntityID value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -1043,7 +966,7 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
ExecutionflowCreateDetectedOrderPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(ExecutionflowCreateDetectedOrderPayload v) { $_setField(3, v); }
|
||||
set payload(ExecutionflowCreateDetectedOrderPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -1054,7 +977,7 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
ExecutionflowCreateDetectedOrderPayload get eventPayload => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set eventPayload(ExecutionflowCreateDetectedOrderPayload v) { $_setField(4, v); }
|
||||
set eventPayload(ExecutionflowCreateDetectedOrderPayload value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEventPayload() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -1065,7 +988,7 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
ExecutionflowCreateDetectedOrderPayload get previousPayload => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set previousPayload(ExecutionflowCreateDetectedOrderPayload v) { $_setField(5, v); }
|
||||
set previousPayload(ExecutionflowCreateDetectedOrderPayload value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasPreviousPayload() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -1075,5 +998,5 @@ class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
Reference in New Issue
Block a user