|
|
@@ -18,6 +18,322 @@ import 'base.pb.dart' as $0;
|
|
|
import 'base.pbenum.dart' as $0;
|
|
|
import 'google/protobuf/timestamp.pb.dart' as $2;
|
|
|
|
|
|
+class ToActivityRulesSaveRequest extends $pb.GeneratedMessage {
|
|
|
+ factory ToActivityRulesSaveRequest({
|
|
|
+ $core.Iterable<ToActivityRulesSaveInfo>? list,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (list != null) {
|
|
|
+ $result.list.addAll(list);
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToActivityRulesSaveRequest._() : super();
|
|
|
+ factory ToActivityRulesSaveRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToActivityRulesSaveRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSaveRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..pc<ToActivityRulesSaveInfo>(2, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: ToActivityRulesSaveInfo.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')
|
|
|
+ ToActivityRulesSaveRequest clone() => ToActivityRulesSaveRequest()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesSaveRequest copyWith(void Function(ToActivityRulesSaveRequest) updates) => super.copyWith((message) => updates(message as ToActivityRulesSaveRequest)) as ToActivityRulesSaveRequest;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesSaveRequest create() => ToActivityRulesSaveRequest._();
|
|
|
+ ToActivityRulesSaveRequest createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToActivityRulesSaveRequest> createRepeated() => $pb.PbList<ToActivityRulesSaveRequest>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesSaveRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSaveRequest>(create);
|
|
|
+ static ToActivityRulesSaveRequest? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.List<ToActivityRulesSaveInfo> get list => $_getList(0);
|
|
|
+}
|
|
|
+
|
|
|
+class ToActivityRulesSaveInfo extends $pb.GeneratedMessage {
|
|
|
+ factory ToActivityRulesSaveInfo({
|
|
|
+ $core.int? arrId,
|
|
|
+ $core.String? arValue,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (arrId != null) {
|
|
|
+ $result.arrId = arrId;
|
|
|
+ }
|
|
|
+ if (arValue != null) {
|
|
|
+ $result.arValue = arValue;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToActivityRulesSaveInfo._() : super();
|
|
|
+ factory ToActivityRulesSaveInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToActivityRulesSaveInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSaveInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..a<$core.int>(1, _omitFieldNames ? '' : 'arrId', $pb.PbFieldType.O3, protoName: 'arrId')
|
|
|
+ ..aOS(2, _omitFieldNames ? '' : 'arValue', protoName: 'arValue')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesSaveInfo clone() => ToActivityRulesSaveInfo()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesSaveInfo copyWith(void Function(ToActivityRulesSaveInfo) updates) => super.copyWith((message) => updates(message as ToActivityRulesSaveInfo)) as ToActivityRulesSaveInfo;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesSaveInfo create() => ToActivityRulesSaveInfo._();
|
|
|
+ ToActivityRulesSaveInfo createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToActivityRulesSaveInfo> createRepeated() => $pb.PbList<ToActivityRulesSaveInfo>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesSaveInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSaveInfo>(create);
|
|
|
+ static ToActivityRulesSaveInfo? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.int get arrId => $_getIZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set arrId($core.int v) { $_setSignedInt32(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasArrId() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearArrId() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.String get arValue => $_getSZ(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set arValue($core.String v) { $_setString(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasArValue() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearArValue() => clearField(2);
|
|
|
+}
|
|
|
+
|
|
|
+class ToActivityRulesQueryReply extends $pb.GeneratedMessage {
|
|
|
+ factory ToActivityRulesQueryReply({
|
|
|
+ $core.Iterable<ToActivityRulesInfo>? list,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (list != null) {
|
|
|
+ $result.list.addAll(list);
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToActivityRulesQueryReply._() : super();
|
|
|
+ factory ToActivityRulesQueryReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToActivityRulesQueryReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesQueryReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..pc<ToActivityRulesInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: ToActivityRulesInfo.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')
|
|
|
+ ToActivityRulesQueryReply clone() => ToActivityRulesQueryReply()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesQueryReply copyWith(void Function(ToActivityRulesQueryReply) updates) => super.copyWith((message) => updates(message as ToActivityRulesQueryReply)) as ToActivityRulesQueryReply;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesQueryReply create() => ToActivityRulesQueryReply._();
|
|
|
+ ToActivityRulesQueryReply createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToActivityRulesQueryReply> createRepeated() => $pb.PbList<ToActivityRulesQueryReply>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesQueryReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesQueryReply>(create);
|
|
|
+ static ToActivityRulesQueryReply? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.List<ToActivityRulesInfo> get list => $_getList(0);
|
|
|
+}
|
|
|
+
|
|
|
+class ToActivityRulesInfo extends $pb.GeneratedMessage {
|
|
|
+ factory ToActivityRulesInfo({
|
|
|
+ $core.int? arrId,
|
|
|
+ $core.String? arName,
|
|
|
+ $core.bool? isLock,
|
|
|
+ $core.int? arType,
|
|
|
+ $core.Iterable<ToActivityRulesSelect>? arValueSelectList,
|
|
|
+ $core.String? arValue,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (arrId != null) {
|
|
|
+ $result.arrId = arrId;
|
|
|
+ }
|
|
|
+ if (arName != null) {
|
|
|
+ $result.arName = arName;
|
|
|
+ }
|
|
|
+ if (isLock != null) {
|
|
|
+ $result.isLock = isLock;
|
|
|
+ }
|
|
|
+ if (arType != null) {
|
|
|
+ $result.arType = arType;
|
|
|
+ }
|
|
|
+ if (arValueSelectList != null) {
|
|
|
+ $result.arValueSelectList.addAll(arValueSelectList);
|
|
|
+ }
|
|
|
+ if (arValue != null) {
|
|
|
+ $result.arValue = arValue;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToActivityRulesInfo._() : super();
|
|
|
+ factory ToActivityRulesInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToActivityRulesInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..a<$core.int>(1, _omitFieldNames ? '' : 'arrId', $pb.PbFieldType.O3, protoName: 'arrId')
|
|
|
+ ..aOS(2, _omitFieldNames ? '' : 'arName', protoName: 'arName')
|
|
|
+ ..aOB(3, _omitFieldNames ? '' : 'isLock', protoName: 'isLock')
|
|
|
+ ..a<$core.int>(4, _omitFieldNames ? '' : 'arType', $pb.PbFieldType.O3, protoName: 'arType')
|
|
|
+ ..pc<ToActivityRulesSelect>(5, _omitFieldNames ? '' : 'arValueSelectList', $pb.PbFieldType.PM, protoName: 'arValueSelectList', subBuilder: ToActivityRulesSelect.create)
|
|
|
+ ..aOS(6, _omitFieldNames ? '' : 'arValue', protoName: 'arValue')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesInfo clone() => ToActivityRulesInfo()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesInfo copyWith(void Function(ToActivityRulesInfo) updates) => super.copyWith((message) => updates(message as ToActivityRulesInfo)) as ToActivityRulesInfo;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesInfo create() => ToActivityRulesInfo._();
|
|
|
+ ToActivityRulesInfo createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToActivityRulesInfo> createRepeated() => $pb.PbList<ToActivityRulesInfo>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesInfo>(create);
|
|
|
+ static ToActivityRulesInfo? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.int get arrId => $_getIZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set arrId($core.int v) { $_setSignedInt32(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasArrId() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearArrId() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.String get arName => $_getSZ(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set arName($core.String v) { $_setString(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasArName() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearArName() => clearField(2);
|
|
|
+
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.bool get isLock => $_getBF(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ set isLock($core.bool v) { $_setBool(2, v); }
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.bool hasIsLock() => $_has(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ void clearIsLock() => clearField(3);
|
|
|
+
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.int get arType => $_getIZ(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ set arType($core.int v) { $_setSignedInt32(3, v); }
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.bool hasArType() => $_has(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ void clearArType() => clearField(4);
|
|
|
+
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.List<ToActivityRulesSelect> get arValueSelectList => $_getList(4);
|
|
|
+
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.String get arValue => $_getSZ(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ set arValue($core.String v) { $_setString(5, v); }
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.bool hasArValue() => $_has(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ void clearArValue() => clearField(6);
|
|
|
+}
|
|
|
+
|
|
|
+class ToActivityRulesSelect extends $pb.GeneratedMessage {
|
|
|
+ factory ToActivityRulesSelect({
|
|
|
+ $core.String? arValueSelect,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (arValueSelect != null) {
|
|
|
+ $result.arValueSelect = arValueSelect;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToActivityRulesSelect._() : super();
|
|
|
+ factory ToActivityRulesSelect.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToActivityRulesSelect.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSelect', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..aOS(1, _omitFieldNames ? '' : 'arValueSelect', protoName: 'arValueSelect')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesSelect clone() => ToActivityRulesSelect()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityRulesSelect copyWith(void Function(ToActivityRulesSelect) updates) => super.copyWith((message) => updates(message as ToActivityRulesSelect)) as ToActivityRulesSelect;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesSelect create() => ToActivityRulesSelect._();
|
|
|
+ ToActivityRulesSelect createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToActivityRulesSelect> createRepeated() => $pb.PbList<ToActivityRulesSelect>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityRulesSelect getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSelect>(create);
|
|
|
+ static ToActivityRulesSelect? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.String get arValueSelect => $_getSZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set arValueSelect($core.String v) { $_setString(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasArValueSelect() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearArValueSelect() => clearField(1);
|
|
|
+}
|
|
|
+
|
|
|
class ToCooperationQueryReply extends $pb.GeneratedMessage {
|
|
|
factory ToCooperationQueryReply({
|
|
|
$core.String? name,
|