You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -15,9 +15,9 @@ import 'dart:core' as $core;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'shared.pb.dart' as $3;
|
||||
import 'tradeShared.pb.dart' as $81;
|
||||
import 'transportShared.pb.dart' as $91;
|
||||
import 'warehousingShared.pb.dart' as $82;
|
||||
import 'tradeShared.pb.dart' as $83;
|
||||
import 'transportShared.pb.dart' as $93;
|
||||
import 'warehousingShared.pb.dart' as $84;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -25,15 +25,15 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// HandlingunitMapContentToExecutionFlow : map the Handlingunit content to the corresponding Executionflow
|
||||
class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapContentToExecutionFlowPayload({
|
||||
$82.HandlingunitInformation? information,
|
||||
$84.HandlingunitInformation? information,
|
||||
$core.bool? containsGoods,
|
||||
$core.bool? containsHUs,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$84.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$93.TrackingSummary? currentTrackingSummary,
|
||||
$84.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$84.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final result = create();
|
||||
if (information != null) result.information = information;
|
||||
@@ -54,15 +54,15 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
factory HandlingunitMapContentToExecutionFlowPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapContentToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$82.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $82.HandlingunitInformation.create)
|
||||
..aOM<$84.HandlingunitInformation>(1, _omitFieldNames ? '' : 'Information', protoName: 'Information', subBuilder: $84.HandlingunitInformation.create)
|
||||
..aOB(2, _omitFieldNames ? '' : 'ContainsGoods', protoName: 'ContainsGoods')
|
||||
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(4, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$84.QuantifiedGoodsByExeflow>(4, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $84.QuantifiedGoodsByExeflow.create)
|
||||
..pPS(5, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOM<$91.TrackingSummary>(6, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..aOM<$93.TrackingSummary>(6, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $93.TrackingSummary.create)
|
||||
..aOM<$84.HandlingunitStatusStruct>(7, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $84.HandlingunitStatusStruct.create)
|
||||
..pc<$3.MetadataElement>(8, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pc<$84.QuantifiedDatedGoodsByExeflow>(9, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $84.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -84,15 +84,15 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
static HandlingunitMapContentToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation get information => $_getN(0);
|
||||
$84.HandlingunitInformation get information => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set information($82.HandlingunitInformation value) => $_setField(1, value);
|
||||
set information($84.HandlingunitInformation value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasInformation() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearInformation() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$82.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
$84.HandlingunitInformation ensureInformation() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool get containsGoods => $_getBF(1);
|
||||
@@ -113,39 +113,39 @@ class HandlingunitMapContentToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
void clearContainsHUs() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(3);
|
||||
$pb.PbList<$84.QuantifiedGoodsByExeflow> get preparedContents => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(4);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(5);
|
||||
$93.TrackingSummary get currentTrackingSummary => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set currentTrackingSummary($91.TrackingSummary value) => $_setField(6, value);
|
||||
set currentTrackingSummary($93.TrackingSummary value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearCurrentTrackingSummary() => $_clearField(6);
|
||||
@$pb.TagNumber(6)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(5);
|
||||
$93.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(5);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(6);
|
||||
$84.HandlingunitStatusStruct get status => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set status($82.HandlingunitStatusStruct value) => $_setField(7, value);
|
||||
set status($84.HandlingunitStatusStruct value) => $_setField(7, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasStatus() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearStatus() => $_clearField(7);
|
||||
@$pb.TagNumber(7)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
$84.HandlingunitStatusStruct ensureStatus() => $_ensure(6);
|
||||
|
||||
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(7);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
$pb.PbList<$84.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(8);
|
||||
}
|
||||
|
||||
class HandlingunitMapContentToExecutionFlow extends $pb.GeneratedMessage {
|
||||
@@ -256,10 +256,10 @@ class HandlingunitMapContentToExecutionFlow extends $pb.GeneratedMessage {
|
||||
/// HandlingunitMapTrackingToExecutionFlow : map the Handlingunit Tracking status to the corresponding Executionflow
|
||||
class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapTrackingToExecutionFlowPayload({
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$93.TrackingSummary? currentTrackingSummary,
|
||||
$84.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$84.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$84.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$core.Iterable<$core.String>? trackingIDs,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -277,10 +277,10 @@ class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
factory HandlingunitMapTrackingToExecutionFlowPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapTrackingToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$91.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$93.TrackingSummary>(1, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $93.TrackingSummary.create)
|
||||
..aOM<$84.HandlingunitStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $84.HandlingunitStatusStruct.create)
|
||||
..pc<$84.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $84.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$84.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $84.QuantifiedDatedGoodsByExeflow.create)
|
||||
..pPS(11, _omitFieldNames ? '' : 'TrackingIDs', protoName: 'TrackingIDs')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -303,32 +303,32 @@ class HandlingunitMapTrackingToExecutionFlowPayload extends $pb.GeneratedMessage
|
||||
static HandlingunitMapTrackingToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
$93.TrackingSummary get currentTrackingSummary => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set currentTrackingSummary($91.TrackingSummary value) => $_setField(1, value);
|
||||
set currentTrackingSummary($93.TrackingSummary value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearCurrentTrackingSummary() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
$93.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(1);
|
||||
$84.HandlingunitStatusStruct get status => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set status($82.HandlingunitStatusStruct value) => $_setField(2, value);
|
||||
set status($84.HandlingunitStatusStruct value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasStatus() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearStatus() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(1);
|
||||
$84.HandlingunitStatusStruct ensureStatus() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(2);
|
||||
$pb.PbList<$84.QuantifiedGoodsByExeflow> get preparedContents => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(3);
|
||||
$pb.PbList<$84.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(3);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$pb.PbList<$core.String> get trackingIDs => $_getList(4);
|
||||
@@ -442,9 +442,9 @@ class HandlingunitMapTrackingToExecutionFlow extends $pb.GeneratedMessage {
|
||||
/// HandlingunitMapETAToExecutionFlow : map the Handlingunit ETA to the corresponding Executionflow
|
||||
class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapETAToExecutionFlowPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$83.ETA? handlingunitETA,
|
||||
$core.Iterable<$84.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$84.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
}) {
|
||||
final result = create();
|
||||
if (handlingunitETA != null) result.handlingunitETA = handlingunitETA;
|
||||
@@ -459,9 +459,9 @@ class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMapETAToExecutionFlowPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMapETAToExecutionFlowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$83.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $83.ETA.create)
|
||||
..pc<$84.QuantifiedGoodsByExeflow>(3, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $84.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$84.QuantifiedDatedGoodsByExeflow>(4, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $84.QuantifiedDatedGoodsByExeflow.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -483,21 +483,21 @@ class HandlingunitMapETAToExecutionFlowPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitMapETAToExecutionFlowPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get handlingunitETA => $_getN(0);
|
||||
$83.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($81.ETA value) => $_setField(1, value);
|
||||
set handlingunitETA($83.ETA value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$83.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
$pb.PbList<$84.QuantifiedGoodsByExeflow> get preparedContents => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(2);
|
||||
$pb.PbList<$84.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(2);
|
||||
}
|
||||
|
||||
class HandlingunitMapETAToExecutionFlow extends $pb.GeneratedMessage {
|
||||
@@ -610,7 +610,7 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateTrackingPayload({
|
||||
$core.bool? containsHUs,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$91.TrackingSummary? currentTrackingSummary,
|
||||
$93.TrackingSummary? currentTrackingSummary,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -629,7 +629,7 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPropagateTrackingPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(1, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..pPS(2, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOM<$91.TrackingSummary>(3, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $91.TrackingSummary.create)
|
||||
..aOM<$93.TrackingSummary>(3, _omitFieldNames ? '' : 'CurrentTrackingSummary', protoName: 'CurrentTrackingSummary', subBuilder: $93.TrackingSummary.create)
|
||||
..aOM<$3.DateTime>(4, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -664,15 +664,15 @@ class HandlingunitPropagateTrackingPayload extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$91.TrackingSummary get currentTrackingSummary => $_getN(2);
|
||||
$93.TrackingSummary get currentTrackingSummary => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set currentTrackingSummary($91.TrackingSummary value) => $_setField(3, value);
|
||||
set currentTrackingSummary($93.TrackingSummary value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasCurrentTrackingSummary() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearCurrentTrackingSummary() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
$91.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(2);
|
||||
$93.TrackingSummary ensureCurrentTrackingSummary() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$3.DateTime get dispatchedDateTime => $_getN(3);
|
||||
@@ -794,7 +794,7 @@ class HandlingunitPropagateTracking extends $pb.GeneratedMessage {
|
||||
/// PropagateETA : replicate ETA on all included logistic units
|
||||
class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateETAPayload({
|
||||
$81.ETA? handlingunitETA,
|
||||
$83.ETA? handlingunitETA,
|
||||
$core.Iterable<$core.String>? includedHandlingunitIDs,
|
||||
$core.bool? containsHUs,
|
||||
}) {
|
||||
@@ -811,7 +811,7 @@ class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitPropagateETAPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitPropagateETAPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $81.ETA.create)
|
||||
..aOM<$83.ETA>(1, _omitFieldNames ? '' : 'HandlingunitETA', protoName: 'HandlingunitETA', subBuilder: $83.ETA.create)
|
||||
..pPS(2, _omitFieldNames ? '' : 'IncludedHandlingunitIDs', protoName: 'IncludedHandlingunitIDs')
|
||||
..aOB(3, _omitFieldNames ? '' : 'ContainsHUs', protoName: 'ContainsHUs')
|
||||
..hasRequiredFields = false
|
||||
@@ -835,15 +835,15 @@ class HandlingunitPropagateETAPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitPropagateETAPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA get handlingunitETA => $_getN(0);
|
||||
$83.ETA get handlingunitETA => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set handlingunitETA($81.ETA value) => $_setField(1, value);
|
||||
set handlingunitETA($83.ETA value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHandlingunitETA() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHandlingunitETA() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$81.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
$83.ETA ensureHandlingunitETA() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$core.String> get includedHandlingunitIDs => $_getList(1);
|
||||
@@ -1124,9 +1124,9 @@ class HandlingunitPropagateParentHU extends $pb.GeneratedMessage {
|
||||
/// MoveStock : Send a 'moved' event to the stock to decrement the content of the HU
|
||||
class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMoveStockPayload({
|
||||
$core.Iterable<$82.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$82.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$82.HandlingunitStatusStruct? status,
|
||||
$core.Iterable<$84.QuantifiedGoodsByExeflow>? preparedContents,
|
||||
$core.Iterable<$84.QuantifiedDatedGoodsByExeflow>? receivedContents,
|
||||
$84.HandlingunitStatusStruct? status,
|
||||
$3.DateTime? dispatchedDateTime,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -1143,9 +1143,9 @@ class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
factory HandlingunitMoveStockPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HandlingunitMoveStockPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<$82.QuantifiedGoodsByExeflow>(1, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $82.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$82.QuantifiedDatedGoodsByExeflow>(2, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $82.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$82.HandlingunitStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $82.HandlingunitStatusStruct.create)
|
||||
..pc<$84.QuantifiedGoodsByExeflow>(1, _omitFieldNames ? '' : 'PreparedContents', $pb.PbFieldType.PM, protoName: 'PreparedContents', subBuilder: $84.QuantifiedGoodsByExeflow.create)
|
||||
..pc<$84.QuantifiedDatedGoodsByExeflow>(2, _omitFieldNames ? '' : 'ReceivedContents', $pb.PbFieldType.PM, protoName: 'ReceivedContents', subBuilder: $84.QuantifiedDatedGoodsByExeflow.create)
|
||||
..aOM<$84.HandlingunitStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $84.HandlingunitStatusStruct.create)
|
||||
..aOM<$3.DateTime>(9, _omitFieldNames ? '' : 'DispatchedDateTime', protoName: 'DispatchedDateTime', subBuilder: $3.DateTime.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
@@ -1168,21 +1168,21 @@ class HandlingunitMoveStockPayload extends $pb.GeneratedMessage {
|
||||
static HandlingunitMoveStockPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<$82.QuantifiedGoodsByExeflow> get preparedContents => $_getList(0);
|
||||
$pb.PbList<$84.QuantifiedGoodsByExeflow> get preparedContents => $_getList(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$pb.PbList<$82.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(1);
|
||||
$pb.PbList<$84.QuantifiedDatedGoodsByExeflow> get receivedContents => $_getList(1);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$82.HandlingunitStatusStruct get status => $_getN(2);
|
||||
$84.HandlingunitStatusStruct get status => $_getN(2);
|
||||
@$pb.TagNumber(8)
|
||||
set status($82.HandlingunitStatusStruct value) => $_setField(8, value);
|
||||
set status($84.HandlingunitStatusStruct value) => $_setField(8, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasStatus() => $_has(2);
|
||||
@$pb.TagNumber(8)
|
||||
void clearStatus() => $_clearField(8);
|
||||
@$pb.TagNumber(8)
|
||||
$82.HandlingunitStatusStruct ensureStatus() => $_ensure(2);
|
||||
$84.HandlingunitStatusStruct ensureStatus() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$3.DateTime get dispatchedDateTime => $_getN(3);
|
||||
|
||||
Reference in New Issue
Block a user