Files
dart-core-sdk/lib/executionflow.pb.dart
2025-03-31 12:58:50 +00:00

710 lines
27 KiB
Dart

//
// Generated code. Do not modify.
// source: executionflow.proto
//
// @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
import 'dart:core' as $core;
import 'package:protobuf/protobuf.dart' as $pb;
import 'actor.pb.dart' as $78;
import 'item.pb.dart' as $76;
import 'partner.pb.dart' as $75;
import 'shared.pb.dart' as $29;
import 'tradeShared.pb.dart' as $79;
import 'warehousingShared.pb.dart' as $77;
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
class ExecutionflowPayload extends $pb.GeneratedMessage {
factory ExecutionflowPayload({
$29.DateTime? creationDateTime,
$core.String? orderID,
$core.Iterable<$29.MetadataElement>? metaData,
$79.TradeTier? shipFrom,
$79.TradeTier? shipTo,
$79.TradeTier? carrier,
$core.String? carrierService,
$79.OrderRequestedMilestones? requestedMilestones,
$core.Iterable<$79.ExeFlowLine>? lines,
$core.Iterable<$77.HandlingunitSummary>? handlingunits,
$79.ExecutionflowStatusStruct? status,
$core.bool? shipFromAcked,
$core.bool? shipToAcked,
$core.Iterable<$29.AttachmentSummary>? attachments,
$core.int? attachmentNumber,
$core.Iterable<$29.ClaimSummary>? claims,
$core.int? claimNumber,
$core.Iterable<$79.ETAbyHU>? handlingunitETAs,
$79.ETA? executionflowETA,
$79.ETA? executionflowETAComputed,
}) {
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;
}
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;
}
if (handlingunitETAs != null) {
$result.handlingunitETAs.addAll(handlingunitETAs);
}
if (executionflowETA != null) {
$result.executionflowETA = executionflowETA;
}
if (executionflowETAComputed != null) {
$result.executionflowETAComputed = executionflowETAComputed;
}
return $result;
}
ExecutionflowPayload._() : super();
factory ExecutionflowPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ExecutionflowPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $29.DateTime.create)
..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID')
..pc<$29.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $29.MetadataElement.create)
..aOM<$79.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $79.TradeTier.create)
..aOM<$79.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $79.TradeTier.create)
..aOM<$79.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $79.TradeTier.create)
..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService')
..aOM<$79.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $79.OrderRequestedMilestones.create)
..pc<$79.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $79.ExeFlowLine.create)
..pc<$77.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $77.HandlingunitSummary.create)
..aOM<$79.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $79.ExecutionflowStatusStruct.create)
..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked')
..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked')
..pc<$29.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $29.AttachmentSummary.create)
..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
..pc<$29.ClaimSummary>(18, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $29.ClaimSummary.create)
..a<$core.int>(19, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber')
..pc<$79.ETAbyHU>(20, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $79.ETAbyHU.create)
..aOM<$79.ETA>(21, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $79.ETA.create)
..aOM<$79.ETA>(22, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $79.ETA.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ExecutionflowPayload clone() => ExecutionflowPayload()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ExecutionflowPayload copyWith(void Function(ExecutionflowPayload) updates) => super.copyWith((message) => updates(message as ExecutionflowPayload)) as ExecutionflowPayload;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowPayload create() => ExecutionflowPayload._();
ExecutionflowPayload createEmptyInstance() => create();
static $pb.PbList<ExecutionflowPayload> createRepeated() => $pb.PbList<ExecutionflowPayload>();
@$core.pragma('dart2js:noInline')
static ExecutionflowPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowPayload>(create);
static ExecutionflowPayload? _defaultInstance;
@$pb.TagNumber(1)
$29.DateTime get creationDateTime => $_getN(0);
@$pb.TagNumber(1)
set creationDateTime($29.DateTime v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasCreationDateTime() => $_has(0);
@$pb.TagNumber(1)
void clearCreationDateTime() => $_clearField(1);
@$pb.TagNumber(1)
$29.DateTime ensureCreationDateTime() => $_ensure(0);
@$pb.TagNumber(2)
$core.String get orderID => $_getSZ(1);
@$pb.TagNumber(2)
set orderID($core.String v) { $_setString(1, v); }
@$pb.TagNumber(2)
$core.bool hasOrderID() => $_has(1);
@$pb.TagNumber(2)
void clearOrderID() => $_clearField(2);
/// Metadata are characteristics specific to the project. They can be of several data form (string, integer, float, boolean or timestamp)
@$pb.TagNumber(3)
$pb.PbList<$29.MetadataElement> get metaData => $_getList(2);
/// Where to ship the order from
@$pb.TagNumber(4)
$79.TradeTier get shipFrom => $_getN(3);
@$pb.TagNumber(4)
set shipFrom($79.TradeTier v) { $_setField(4, v); }
@$pb.TagNumber(4)
$core.bool hasShipFrom() => $_has(3);
@$pb.TagNumber(4)
void clearShipFrom() => $_clearField(4);
@$pb.TagNumber(4)
$79.TradeTier ensureShipFrom() => $_ensure(3);
/// Where to ship the order to
@$pb.TagNumber(5)
$79.TradeTier get shipTo => $_getN(4);
@$pb.TagNumber(5)
set shipTo($79.TradeTier v) { $_setField(5, v); }
@$pb.TagNumber(5)
$core.bool hasShipTo() => $_has(4);
@$pb.TagNumber(5)
void clearShipTo() => $_clearField(5);
@$pb.TagNumber(5)
$79.TradeTier ensureShipTo() => $_ensure(4);
/// Definition of the order carrier
@$pb.TagNumber(6)
$79.TradeTier get carrier => $_getN(5);
@$pb.TagNumber(6)
set carrier($79.TradeTier v) { $_setField(6, v); }
@$pb.TagNumber(6)
$core.bool hasCarrier() => $_has(5);
@$pb.TagNumber(6)
void clearCarrier() => $_clearField(6);
@$pb.TagNumber(6)
$79.TradeTier ensureCarrier() => $_ensure(5);
/// Type of carrier service
@$pb.TagNumber(7)
$core.String get carrierService => $_getSZ(6);
@$pb.TagNumber(7)
set carrierService($core.String v) { $_setString(6, v); }
@$pb.TagNumber(7)
$core.bool hasCarrierService() => $_has(6);
@$pb.TagNumber(7)
void clearCarrierService() => $_clearField(7);
@$pb.TagNumber(8)
$79.OrderRequestedMilestones get requestedMilestones => $_getN(7);
@$pb.TagNumber(8)
set requestedMilestones($79.OrderRequestedMilestones v) { $_setField(8, v); }
@$pb.TagNumber(8)
$core.bool hasRequestedMilestones() => $_has(7);
@$pb.TagNumber(8)
void clearRequestedMilestones() => $_clearField(8);
@$pb.TagNumber(8)
$79.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7);
@$pb.TagNumber(9)
$pb.PbList<$79.ExeFlowLine> get lines => $_getList(8);
@$pb.TagNumber(11)
$pb.PbList<$77.HandlingunitSummary> get handlingunits => $_getList(9);
@$pb.TagNumber(13)
$79.ExecutionflowStatusStruct get status => $_getN(10);
@$pb.TagNumber(13)
set status($79.ExecutionflowStatusStruct v) { $_setField(13, v); }
@$pb.TagNumber(13)
$core.bool hasStatus() => $_has(10);
@$pb.TagNumber(13)
void clearStatus() => $_clearField(13);
@$pb.TagNumber(13)
$79.ExecutionflowStatusStruct ensureStatus() => $_ensure(10);
@$pb.TagNumber(14)
$core.bool get shipFromAcked => $_getBF(11);
@$pb.TagNumber(14)
set shipFromAcked($core.bool v) { $_setBool(11, v); }
@$pb.TagNumber(14)
$core.bool hasShipFromAcked() => $_has(11);
@$pb.TagNumber(14)
void clearShipFromAcked() => $_clearField(14);
@$pb.TagNumber(15)
$core.bool get shipToAcked => $_getBF(12);
@$pb.TagNumber(15)
set shipToAcked($core.bool v) { $_setBool(12, v); }
@$pb.TagNumber(15)
$core.bool hasShipToAcked() => $_has(12);
@$pb.TagNumber(15)
void clearShipToAcked() => $_clearField(15);
@$pb.TagNumber(16)
$pb.PbList<$29.AttachmentSummary> get attachments => $_getList(13);
@$pb.TagNumber(17)
$core.int get attachmentNumber => $_getIZ(14);
@$pb.TagNumber(17)
set attachmentNumber($core.int v) { $_setSignedInt32(14, v); }
@$pb.TagNumber(17)
$core.bool hasAttachmentNumber() => $_has(14);
@$pb.TagNumber(17)
void clearAttachmentNumber() => $_clearField(17);
@$pb.TagNumber(18)
$pb.PbList<$29.ClaimSummary> get claims => $_getList(15);
@$pb.TagNumber(19)
$core.int get claimNumber => $_getIZ(16);
@$pb.TagNumber(19)
set claimNumber($core.int v) { $_setSignedInt32(16, v); }
@$pb.TagNumber(19)
$core.bool hasClaimNumber() => $_has(16);
@$pb.TagNumber(19)
void clearClaimNumber() => $_clearField(19);
@$pb.TagNumber(20)
$pb.PbList<$79.ETAbyHU> get handlingunitETAs => $_getList(17);
@$pb.TagNumber(21)
$79.ETA get executionflowETA => $_getN(18);
@$pb.TagNumber(21)
set executionflowETA($79.ETA v) { $_setField(21, v); }
@$pb.TagNumber(21)
$core.bool hasExecutionflowETA() => $_has(18);
@$pb.TagNumber(21)
void clearExecutionflowETA() => $_clearField(21);
@$pb.TagNumber(21)
$79.ETA ensureExecutionflowETA() => $_ensure(18);
@$pb.TagNumber(22)
$79.ETA get executionflowETAComputed => $_getN(19);
@$pb.TagNumber(22)
set executionflowETAComputed($79.ETA v) { $_setField(22, v); }
@$pb.TagNumber(22)
$core.bool hasExecutionflowETAComputed() => $_has(19);
@$pb.TagNumber(22)
void clearExecutionflowETAComputed() => $_clearField(22);
@$pb.TagNumber(22)
$79.ETA ensureExecutionflowETAComputed() => $_ensure(19);
}
class Executionflow extends $pb.GeneratedMessage {
factory Executionflow({
$29.EventHeader? lastEventHeader,
$29.EntityID? iD,
ExecutionflowPayload? payload,
}) {
final $result = create();
if (lastEventHeader != null) {
$result.lastEventHeader = lastEventHeader;
}
if (iD != null) {
$result.iD = iD;
}
if (payload != null) {
$result.payload = payload;
}
return $result;
}
Executionflow._() : super();
factory Executionflow.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory Executionflow.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Executionflow', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$29.EventHeader>(1, _omitFieldNames ? '' : 'LastEventHeader', protoName: 'LastEventHeader', subBuilder: $29.EventHeader.create)
..aOM<$29.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $29.EntityID.create)
..aOM<ExecutionflowPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: ExecutionflowPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
Executionflow clone() => Executionflow()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
Executionflow copyWith(void Function(Executionflow) updates) => super.copyWith((message) => updates(message as Executionflow)) as Executionflow;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static Executionflow create() => Executionflow._();
Executionflow createEmptyInstance() => create();
static $pb.PbList<Executionflow> createRepeated() => $pb.PbList<Executionflow>();
@$core.pragma('dart2js:noInline')
static Executionflow getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Executionflow>(create);
static Executionflow? _defaultInstance;
@$pb.TagNumber(1)
$29.EventHeader get lastEventHeader => $_getN(0);
@$pb.TagNumber(1)
set lastEventHeader($29.EventHeader v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasLastEventHeader() => $_has(0);
@$pb.TagNumber(1)
void clearLastEventHeader() => $_clearField(1);
@$pb.TagNumber(1)
$29.EventHeader ensureLastEventHeader() => $_ensure(0);
@$pb.TagNumber(2)
$29.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($29.EntityID v) { $_setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$29.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
ExecutionflowPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(ExecutionflowPayload v) { $_setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
ExecutionflowPayload ensurePayload() => $_ensure(2);
}
enum ExecutionflowEnrichment_Content {
item,
actor,
partner,
notSet
}
class ExecutionflowEnrichment extends $pb.GeneratedMessage {
factory ExecutionflowEnrichment({
$core.String? parentEventID,
$core.String? entityName,
$core.String? entityRefID,
$core.String? refFilter,
$core.String? mergePath,
$core.String? project,
$core.String? parentEntityName,
$core.String? parentEntityID,
$76.ItemPayload? item,
$78.ActorPayload? actor,
$75.PartnerPayload? partner,
}) {
final $result = create();
if (parentEventID != null) {
$result.parentEventID = parentEventID;
}
if (entityName != null) {
$result.entityName = entityName;
}
if (entityRefID != null) {
$result.entityRefID = entityRefID;
}
if (refFilter != null) {
$result.refFilter = refFilter;
}
if (mergePath != null) {
$result.mergePath = mergePath;
}
if (project != null) {
$result.project = project;
}
if (parentEntityName != null) {
$result.parentEntityName = parentEntityName;
}
if (parentEntityID != null) {
$result.parentEntityID = parentEntityID;
}
if (item != null) {
$result.item = item;
}
if (actor != null) {
$result.actor = actor;
}
if (partner != null) {
$result.partner = partner;
}
return $result;
}
ExecutionflowEnrichment._() : super();
factory ExecutionflowEnrichment.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ExecutionflowEnrichment.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static const $core.Map<$core.int, ExecutionflowEnrichment_Content> _ExecutionflowEnrichment_ContentByTag = {
10 : ExecutionflowEnrichment_Content.item,
11 : ExecutionflowEnrichment_Content.actor,
12 : ExecutionflowEnrichment_Content.partner,
0 : ExecutionflowEnrichment_Content.notSet
};
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowEnrichment', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..oo(0, [10, 11, 12])
..aOS(1, _omitFieldNames ? '' : 'ParentEventID', protoName: 'ParentEventID')
..aOS(2, _omitFieldNames ? '' : 'EntityName', protoName: 'EntityName')
..aOS(3, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID')
..aOS(4, _omitFieldNames ? '' : 'RefFilter', protoName: 'RefFilter')
..aOS(5, _omitFieldNames ? '' : 'MergePath', protoName: 'MergePath')
..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project')
..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName')
..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID')
..aOM<$76.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $76.ItemPayload.create)
..aOM<$78.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $78.ActorPayload.create)
..aOM<$75.PartnerPayload>(12, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $75.PartnerPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ExecutionflowEnrichment clone() => ExecutionflowEnrichment()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ExecutionflowEnrichment copyWith(void Function(ExecutionflowEnrichment) updates) => super.copyWith((message) => updates(message as ExecutionflowEnrichment)) as ExecutionflowEnrichment;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowEnrichment create() => ExecutionflowEnrichment._();
ExecutionflowEnrichment createEmptyInstance() => create();
static $pb.PbList<ExecutionflowEnrichment> createRepeated() => $pb.PbList<ExecutionflowEnrichment>();
@$core.pragma('dart2js:noInline')
static ExecutionflowEnrichment getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowEnrichment>(create);
static ExecutionflowEnrichment? _defaultInstance;
ExecutionflowEnrichment_Content whichContent() => _ExecutionflowEnrichment_ContentByTag[$_whichOneof(0)]!;
void clearContent() => $_clearField($_whichOneof(0));
@$pb.TagNumber(1)
$core.String get parentEventID => $_getSZ(0);
@$pb.TagNumber(1)
set parentEventID($core.String v) { $_setString(0, v); }
@$pb.TagNumber(1)
$core.bool hasParentEventID() => $_has(0);
@$pb.TagNumber(1)
void clearParentEventID() => $_clearField(1);
@$pb.TagNumber(2)
$core.String get entityName => $_getSZ(1);
@$pb.TagNumber(2)
set entityName($core.String v) { $_setString(1, v); }
@$pb.TagNumber(2)
$core.bool hasEntityName() => $_has(1);
@$pb.TagNumber(2)
void clearEntityName() => $_clearField(2);
@$pb.TagNumber(3)
$core.String get entityRefID => $_getSZ(2);
@$pb.TagNumber(3)
set entityRefID($core.String v) { $_setString(2, v); }
@$pb.TagNumber(3)
$core.bool hasEntityRefID() => $_has(2);
@$pb.TagNumber(3)
void clearEntityRefID() => $_clearField(3);
@$pb.TagNumber(4)
$core.String get refFilter => $_getSZ(3);
@$pb.TagNumber(4)
set refFilter($core.String v) { $_setString(3, v); }
@$pb.TagNumber(4)
$core.bool hasRefFilter() => $_has(3);
@$pb.TagNumber(4)
void clearRefFilter() => $_clearField(4);
@$pb.TagNumber(5)
$core.String get mergePath => $_getSZ(4);
@$pb.TagNumber(5)
set mergePath($core.String v) { $_setString(4, v); }
@$pb.TagNumber(5)
$core.bool hasMergePath() => $_has(4);
@$pb.TagNumber(5)
void clearMergePath() => $_clearField(5);
@$pb.TagNumber(6)
$core.String get project => $_getSZ(5);
@$pb.TagNumber(6)
set project($core.String v) { $_setString(5, v); }
@$pb.TagNumber(6)
$core.bool hasProject() => $_has(5);
@$pb.TagNumber(6)
void clearProject() => $_clearField(6);
@$pb.TagNumber(7)
$core.String get parentEntityName => $_getSZ(6);
@$pb.TagNumber(7)
set parentEntityName($core.String v) { $_setString(6, v); }
@$pb.TagNumber(7)
$core.bool hasParentEntityName() => $_has(6);
@$pb.TagNumber(7)
void clearParentEntityName() => $_clearField(7);
@$pb.TagNumber(8)
$core.String get parentEntityID => $_getSZ(7);
@$pb.TagNumber(8)
set parentEntityID($core.String v) { $_setString(7, v); }
@$pb.TagNumber(8)
$core.bool hasParentEntityID() => $_has(7);
@$pb.TagNumber(8)
void clearParentEntityID() => $_clearField(8);
@$pb.TagNumber(10)
$76.ItemPayload get item => $_getN(8);
@$pb.TagNumber(10)
set item($76.ItemPayload v) { $_setField(10, v); }
@$pb.TagNumber(10)
$core.bool hasItem() => $_has(8);
@$pb.TagNumber(10)
void clearItem() => $_clearField(10);
@$pb.TagNumber(10)
$76.ItemPayload ensureItem() => $_ensure(8);
@$pb.TagNumber(11)
$78.ActorPayload get actor => $_getN(9);
@$pb.TagNumber(11)
set actor($78.ActorPayload v) { $_setField(11, v); }
@$pb.TagNumber(11)
$core.bool hasActor() => $_has(9);
@$pb.TagNumber(11)
void clearActor() => $_clearField(11);
@$pb.TagNumber(11)
$78.ActorPayload ensureActor() => $_ensure(9);
@$pb.TagNumber(12)
$75.PartnerPayload get partner => $_getN(10);
@$pb.TagNumber(12)
set partner($75.PartnerPayload v) { $_setField(12, v); }
@$pb.TagNumber(12)
$core.bool hasPartner() => $_has(10);
@$pb.TagNumber(12)
void clearPartner() => $_clearField(12);
@$pb.TagNumber(12)
$75.PartnerPayload ensurePartner() => $_ensure(10);
}
class ExecutionflowTriplet extends $pb.GeneratedMessage {
factory ExecutionflowTriplet({
Executionflow? current,
Executionflow? previous,
Executionflow? lastEvent,
}) {
final $result = create();
if (current != null) {
$result.current = current;
}
if (previous != null) {
$result.previous = previous;
}
if (lastEvent != null) {
$result.lastEvent = lastEvent;
}
return $result;
}
ExecutionflowTriplet._() : super();
factory ExecutionflowTriplet.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
factory ExecutionflowTriplet.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowTriplet', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<Executionflow>(1, _omitFieldNames ? '' : 'Current', protoName: 'Current', subBuilder: Executionflow.create)
..aOM<Executionflow>(2, _omitFieldNames ? '' : 'Previous', protoName: 'Previous', subBuilder: Executionflow.create)
..aOM<Executionflow>(3, _omitFieldNames ? '' : 'LastEvent', protoName: 'LastEvent', subBuilder: Executionflow.create)
..hasRequiredFields = false
;
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
'Will be removed in next major version')
ExecutionflowTriplet clone() => ExecutionflowTriplet()..mergeFromMessage(this);
@$core.Deprecated(
'Using this can add significant overhead to your binary. '
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
'Will be removed in next major version')
ExecutionflowTriplet copyWith(void Function(ExecutionflowTriplet) updates) => super.copyWith((message) => updates(message as ExecutionflowTriplet)) as ExecutionflowTriplet;
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static ExecutionflowTriplet create() => ExecutionflowTriplet._();
ExecutionflowTriplet createEmptyInstance() => create();
static $pb.PbList<ExecutionflowTriplet> createRepeated() => $pb.PbList<ExecutionflowTriplet>();
@$core.pragma('dart2js:noInline')
static ExecutionflowTriplet getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ExecutionflowTriplet>(create);
static ExecutionflowTriplet? _defaultInstance;
@$pb.TagNumber(1)
Executionflow get current => $_getN(0);
@$pb.TagNumber(1)
set current(Executionflow v) { $_setField(1, v); }
@$pb.TagNumber(1)
$core.bool hasCurrent() => $_has(0);
@$pb.TagNumber(1)
void clearCurrent() => $_clearField(1);
@$pb.TagNumber(1)
Executionflow ensureCurrent() => $_ensure(0);
@$pb.TagNumber(2)
Executionflow get previous => $_getN(1);
@$pb.TagNumber(2)
set previous(Executionflow v) { $_setField(2, v); }
@$pb.TagNumber(2)
$core.bool hasPrevious() => $_has(1);
@$pb.TagNumber(2)
void clearPrevious() => $_clearField(2);
@$pb.TagNumber(2)
Executionflow ensurePrevious() => $_ensure(1);
@$pb.TagNumber(3)
Executionflow get lastEvent => $_getN(2);
@$pb.TagNumber(3)
set lastEvent(Executionflow v) { $_setField(3, v); }
@$pb.TagNumber(3)
$core.bool hasLastEvent() => $_has(2);
@$pb.TagNumber(3)
void clearLastEvent() => $_clearField(3);
@$pb.TagNumber(3)
Executionflow ensureLastEvent() => $_ensure(2);
}
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');