| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680 |
- //
- // Generated code. Do not modify.
- // source: track_offical.proto
- //
- // @dart = 2.12
- // 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:fixnum/fixnum.dart' as $fixnum;
- import 'package:protobuf/protobuf.dart' as $pb;
- import 'base.pb.dart' as $0;
- import 'base.pbenum.dart' as $0;
- import 'google/protobuf/timestamp.pb.dart' as $2;
- class ToMatchRegusterIsAllowChackEditRequest extends $pb.GeneratedMessage {
- factory ToMatchRegusterIsAllowChackEditRequest({
- $core.int? id,
- $core.bool? isAllowChack,
- }) {
- final $result = create();
- if (id != null) {
- $result.id = id;
- }
- if (isAllowChack != null) {
- $result.isAllowChack = isAllowChack;
- }
- return $result;
- }
- ToMatchRegusterIsAllowChackEditRequest._() : super();
- factory ToMatchRegusterIsAllowChackEditRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToMatchRegusterIsAllowChackEditRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterIsAllowChackEditRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
- ..aOB(2, _omitFieldNames ? '' : 'isAllowChack', protoName: 'isAllowChack')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterIsAllowChackEditRequest clone() => ToMatchRegusterIsAllowChackEditRequest()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterIsAllowChackEditRequest copyWith(void Function(ToMatchRegusterIsAllowChackEditRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterIsAllowChackEditRequest)) as ToMatchRegusterIsAllowChackEditRequest;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterIsAllowChackEditRequest create() => ToMatchRegusterIsAllowChackEditRequest._();
- ToMatchRegusterIsAllowChackEditRequest createEmptyInstance() => create();
- static $pb.PbList<ToMatchRegusterIsAllowChackEditRequest> createRepeated() => $pb.PbList<ToMatchRegusterIsAllowChackEditRequest>();
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterIsAllowChackEditRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterIsAllowChackEditRequest>(create);
- static ToMatchRegusterIsAllowChackEditRequest? _defaultInstance;
- @$pb.TagNumber(1)
- $core.int get id => $_getIZ(0);
- @$pb.TagNumber(1)
- set id($core.int v) { $_setSignedInt32(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasId() => $_has(0);
- @$pb.TagNumber(1)
- void clearId() => clearField(1);
- @$pb.TagNumber(2)
- $core.bool get isAllowChack => $_getBF(1);
- @$pb.TagNumber(2)
- set isAllowChack($core.bool v) { $_setBool(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasIsAllowChack() => $_has(1);
- @$pb.TagNumber(2)
- void clearIsAllowChack() => clearField(2);
- }
- class ToSignInByAppTokenRequest extends $pb.GeneratedMessage {
- factory ToSignInByAppTokenRequest({
- $core.String? appToken,
- $core.String? ip,
- }) {
- final $result = create();
- if (appToken != null) {
- $result.appToken = appToken;
- }
- if (ip != null) {
- $result.ip = ip;
- }
- return $result;
- }
- ToSignInByAppTokenRequest._() : super();
- factory ToSignInByAppTokenRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToSignInByAppTokenRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToSignInByAppTokenRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..aOS(1, _omitFieldNames ? '' : 'appToken', protoName: 'appToken')
- ..aOS(2, _omitFieldNames ? '' : 'ip')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToSignInByAppTokenRequest clone() => ToSignInByAppTokenRequest()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToSignInByAppTokenRequest copyWith(void Function(ToSignInByAppTokenRequest) updates) => super.copyWith((message) => updates(message as ToSignInByAppTokenRequest)) as ToSignInByAppTokenRequest;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToSignInByAppTokenRequest create() => ToSignInByAppTokenRequest._();
- ToSignInByAppTokenRequest createEmptyInstance() => create();
- static $pb.PbList<ToSignInByAppTokenRequest> createRepeated() => $pb.PbList<ToSignInByAppTokenRequest>();
- @$core.pragma('dart2js:noInline')
- static ToSignInByAppTokenRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToSignInByAppTokenRequest>(create);
- static ToSignInByAppTokenRequest? _defaultInstance;
- @$pb.TagNumber(1)
- $core.String get appToken => $_getSZ(0);
- @$pb.TagNumber(1)
- set appToken($core.String v) { $_setString(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasAppToken() => $_has(0);
- @$pb.TagNumber(1)
- void clearAppToken() => clearField(1);
- @$pb.TagNumber(2)
- $core.String get ip => $_getSZ(1);
- @$pb.TagNumber(2)
- set ip($core.String v) { $_setString(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasIp() => $_has(1);
- @$pb.TagNumber(2)
- void clearIp() => clearField(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,
- $core.bool? isLock,
- }) {
- final $result = create();
- if (arrId != null) {
- $result.arrId = arrId;
- }
- if (arValue != null) {
- $result.arValue = arValue;
- }
- if (isLock != null) {
- $result.isLock = isLock;
- }
- 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')
- ..aOB(3, _omitFieldNames ? '' : 'isLock', protoName: 'isLock')
- ..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);
- @$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);
- }
- 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,
- $core.bool? toLock,
- $core.bool? toIsLockEdit,
- }) {
- 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;
- }
- if (toLock != null) {
- $result.toLock = toLock;
- }
- if (toIsLockEdit != null) {
- $result.toIsLockEdit = toIsLockEdit;
- }
- 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')
- ..aOB(7, _omitFieldNames ? '' : 'toLock', protoName: 'toLock')
- ..aOB(8, _omitFieldNames ? '' : 'toIsLockEdit', protoName: 'toIsLockEdit')
- ..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);
- @$pb.TagNumber(7)
- $core.bool get toLock => $_getBF(6);
- @$pb.TagNumber(7)
- set toLock($core.bool v) { $_setBool(6, v); }
- @$pb.TagNumber(7)
- $core.bool hasToLock() => $_has(6);
- @$pb.TagNumber(7)
- void clearToLock() => clearField(7);
- @$pb.TagNumber(8)
- $core.bool get toIsLockEdit => $_getBF(7);
- @$pb.TagNumber(8)
- set toIsLockEdit($core.bool v) { $_setBool(7, v); }
- @$pb.TagNumber(8)
- $core.bool hasToIsLockEdit() => $_has(7);
- @$pb.TagNumber(8)
- void clearToIsLockEdit() => clearField(8);
- }
- class ToActivityRulesSelect extends $pb.GeneratedMessage {
- factory ToActivityRulesSelect({
- $core.String? arValueSelect,
- $core.String? arStrSelect,
- }) {
- final $result = create();
- if (arValueSelect != null) {
- $result.arValueSelect = arValueSelect;
- }
- if (arStrSelect != null) {
- $result.arStrSelect = arStrSelect;
- }
- 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')
- ..aOS(2, _omitFieldNames ? '' : 'arStrSelect', protoName: 'arStrSelect')
- ..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);
- @$pb.TagNumber(2)
- $core.String get arStrSelect => $_getSZ(1);
- @$pb.TagNumber(2)
- set arStrSelect($core.String v) { $_setString(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasArStrSelect() => $_has(1);
- @$pb.TagNumber(2)
- void clearArStrSelect() => clearField(2);
- }
- class ToCooperationQueryReply extends $pb.GeneratedMessage {
- factory ToCooperationQueryReply({
- $core.String? name,
- $core.int? leftMatchNum,
- }) {
- final $result = create();
- if (name != null) {
- $result.name = name;
- }
- if (leftMatchNum != null) {
- $result.leftMatchNum = leftMatchNum;
- }
- return $result;
- }
- ToCooperationQueryReply._() : super();
- factory ToCooperationQueryReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToCooperationQueryReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCooperationQueryReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..aOS(1, _omitFieldNames ? '' : 'name')
- ..a<$core.int>(2, _omitFieldNames ? '' : 'leftMatchNum', $pb.PbFieldType.O3, protoName: 'leftMatchNum')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToCooperationQueryReply clone() => ToCooperationQueryReply()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToCooperationQueryReply copyWith(void Function(ToCooperationQueryReply) updates) => super.copyWith((message) => updates(message as ToCooperationQueryReply)) as ToCooperationQueryReply;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToCooperationQueryReply create() => ToCooperationQueryReply._();
- ToCooperationQueryReply createEmptyInstance() => create();
- static $pb.PbList<ToCooperationQueryReply> createRepeated() => $pb.PbList<ToCooperationQueryReply>();
- @$core.pragma('dart2js:noInline')
- static ToCooperationQueryReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCooperationQueryReply>(create);
- static ToCooperationQueryReply? _defaultInstance;
- @$pb.TagNumber(1)
- $core.String get name => $_getSZ(0);
- @$pb.TagNumber(1)
- set name($core.String v) { $_setString(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasName() => $_has(0);
- @$pb.TagNumber(1)
- void clearName() => clearField(1);
- @$pb.TagNumber(2)
- $core.int get leftMatchNum => $_getIZ(1);
- @$pb.TagNumber(2)
- set leftMatchNum($core.int v) { $_setSignedInt32(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasLeftMatchNum() => $_has(1);
- @$pb.TagNumber(2)
- void clearLeftMatchNum() => clearField(2);
- }
- class ToCourseChackMatchRequest extends $pb.GeneratedMessage {
- factory ToCourseChackMatchRequest({
- $core.int? id,
- $core.int? cId,
- }) {
- final $result = create();
- if (id != null) {
- $result.id = id;
- }
- if (cId != null) {
- $result.cId = cId;
- }
- return $result;
- }
- ToCourseChackMatchRequest._() : super();
- factory ToCourseChackMatchRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToCourseChackMatchRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCourseChackMatchRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
- ..a<$core.int>(3, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToCourseChackMatchRequest clone() => ToCourseChackMatchRequest()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToCourseChackMatchRequest copyWith(void Function(ToCourseChackMatchRequest) updates) => super.copyWith((message) => updates(message as ToCourseChackMatchRequest)) as ToCourseChackMatchRequest;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToCourseChackMatchRequest create() => ToCourseChackMatchRequest._();
- ToCourseChackMatchRequest createEmptyInstance() => create();
- static $pb.PbList<ToCourseChackMatchRequest> createRepeated() => $pb.PbList<ToCourseChackMatchRequest>();
- @$core.pragma('dart2js:noInline')
- static ToCourseChackMatchRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCourseChackMatchRequest>(create);
- static ToCourseChackMatchRequest? _defaultInstance;
- @$pb.TagNumber(1)
- $core.int get id => $_getIZ(0);
- @$pb.TagNumber(1)
- set id($core.int v) { $_setSignedInt32(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasId() => $_has(0);
- @$pb.TagNumber(1)
- void clearId() => clearField(1);
- @$pb.TagNumber(3)
- $core.int get cId => $_getIZ(1);
- @$pb.TagNumber(3)
- set cId($core.int v) { $_setSignedInt32(1, v); }
- @$pb.TagNumber(3)
- $core.bool hasCId() => $_has(1);
- @$pb.TagNumber(3)
- void clearCId() => clearField(3);
- }
- class ToActivityListReply extends $pb.GeneratedMessage {
- factory ToActivityListReply({
- $core.Iterable<$0.ToActionBasicInfo>? list,
- }) {
- final $result = create();
- if (list != null) {
- $result.list.addAll(list);
- }
- return $result;
- }
- ToActivityListReply._() : super();
- factory ToActivityListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToActivityListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..pc<$0.ToActionBasicInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: $0.ToActionBasicInfo.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')
- ToActivityListReply clone() => ToActivityListReply()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToActivityListReply copyWith(void Function(ToActivityListReply) updates) => super.copyWith((message) => updates(message as ToActivityListReply)) as ToActivityListReply;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToActivityListReply create() => ToActivityListReply._();
- ToActivityListReply createEmptyInstance() => create();
- static $pb.PbList<ToActivityListReply> createRepeated() => $pb.PbList<ToActivityListReply>();
- @$core.pragma('dart2js:noInline')
- static ToActivityListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityListReply>(create);
- static ToActivityListReply? _defaultInstance;
- @$pb.TagNumber(1)
- $core.List<$0.ToActionBasicInfo> get list => $_getList(0);
- }
- class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
- factory ToMatchRegusterEditRequest({
- $core.int? id,
- $core.String? regName,
- $2.Timestamp? startAt,
- $2.Timestamp? stopAt,
- $core.bool? isQueryPwd,
- $core.String? queryPasswd,
- $2.Timestamp? bShowTime,
- $2.Timestamp? eShowTime,
- $core.String? matchPasswd,
- $core.bool? isAutoBegin,
- }) {
- final $result = create();
- if (id != null) {
- $result.id = id;
- }
- if (regName != null) {
- $result.regName = regName;
- }
- if (startAt != null) {
- $result.startAt = startAt;
- }
- if (stopAt != null) {
- $result.stopAt = stopAt;
- }
- if (isQueryPwd != null) {
- $result.isQueryPwd = isQueryPwd;
- }
- if (queryPasswd != null) {
- $result.queryPasswd = queryPasswd;
- }
- if (bShowTime != null) {
- $result.bShowTime = bShowTime;
- }
- if (eShowTime != null) {
- $result.eShowTime = eShowTime;
- }
- if (matchPasswd != null) {
- $result.matchPasswd = matchPasswd;
- }
- if (isAutoBegin != null) {
- $result.isAutoBegin = isAutoBegin;
- }
- return $result;
- }
- ToMatchRegusterEditRequest._() : super();
- factory ToMatchRegusterEditRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToMatchRegusterEditRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterEditRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
- ..aOS(2, _omitFieldNames ? '' : 'regName', protoName: 'regName')
- ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
- ..aOM<$2.Timestamp>(4, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
- ..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
- ..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
- ..aOM<$2.Timestamp>(7, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
- ..aOM<$2.Timestamp>(8, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
- ..aOS(9, _omitFieldNames ? '' : 'MatchPasswd', protoName: 'MatchPasswd')
- ..aOB(10, _omitFieldNames ? '' : 'isAutoBegin', protoName: 'isAutoBegin')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterEditRequest clone() => ToMatchRegusterEditRequest()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterEditRequest copyWith(void Function(ToMatchRegusterEditRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterEditRequest)) as ToMatchRegusterEditRequest;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterEditRequest create() => ToMatchRegusterEditRequest._();
- ToMatchRegusterEditRequest createEmptyInstance() => create();
- static $pb.PbList<ToMatchRegusterEditRequest> createRepeated() => $pb.PbList<ToMatchRegusterEditRequest>();
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterEditRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterEditRequest>(create);
- static ToMatchRegusterEditRequest? _defaultInstance;
- @$pb.TagNumber(1)
- $core.int get id => $_getIZ(0);
- @$pb.TagNumber(1)
- set id($core.int v) { $_setSignedInt32(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasId() => $_has(0);
- @$pb.TagNumber(1)
- void clearId() => clearField(1);
- @$pb.TagNumber(2)
- $core.String get regName => $_getSZ(1);
- @$pb.TagNumber(2)
- set regName($core.String v) { $_setString(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasRegName() => $_has(1);
- @$pb.TagNumber(2)
- void clearRegName() => clearField(2);
- @$pb.TagNumber(3)
- $2.Timestamp get startAt => $_getN(2);
- @$pb.TagNumber(3)
- set startAt($2.Timestamp v) { setField(3, v); }
- @$pb.TagNumber(3)
- $core.bool hasStartAt() => $_has(2);
- @$pb.TagNumber(3)
- void clearStartAt() => clearField(3);
- @$pb.TagNumber(3)
- $2.Timestamp ensureStartAt() => $_ensure(2);
- @$pb.TagNumber(4)
- $2.Timestamp get stopAt => $_getN(3);
- @$pb.TagNumber(4)
- set stopAt($2.Timestamp v) { setField(4, v); }
- @$pb.TagNumber(4)
- $core.bool hasStopAt() => $_has(3);
- @$pb.TagNumber(4)
- void clearStopAt() => clearField(4);
- @$pb.TagNumber(4)
- $2.Timestamp ensureStopAt() => $_ensure(3);
- /// int32 actId = 5; //选择活动id
- @$pb.TagNumber(5)
- $core.bool get isQueryPwd => $_getBF(4);
- @$pb.TagNumber(5)
- set isQueryPwd($core.bool v) { $_setBool(4, v); }
- @$pb.TagNumber(5)
- $core.bool hasIsQueryPwd() => $_has(4);
- @$pb.TagNumber(5)
- void clearIsQueryPwd() => clearField(5);
- @$pb.TagNumber(6)
- $core.String get queryPasswd => $_getSZ(5);
- @$pb.TagNumber(6)
- set queryPasswd($core.String v) { $_setString(5, v); }
- @$pb.TagNumber(6)
- $core.bool hasQueryPasswd() => $_has(5);
- @$pb.TagNumber(6)
- void clearQueryPasswd() => clearField(6);
- @$pb.TagNumber(7)
- $2.Timestamp get bShowTime => $_getN(6);
- @$pb.TagNumber(7)
- set bShowTime($2.Timestamp v) { setField(7, v); }
- @$pb.TagNumber(7)
- $core.bool hasBShowTime() => $_has(6);
- @$pb.TagNumber(7)
- void clearBShowTime() => clearField(7);
- @$pb.TagNumber(7)
- $2.Timestamp ensureBShowTime() => $_ensure(6);
- @$pb.TagNumber(8)
- $2.Timestamp get eShowTime => $_getN(7);
- @$pb.TagNumber(8)
- set eShowTime($2.Timestamp v) { setField(8, v); }
- @$pb.TagNumber(8)
- $core.bool hasEShowTime() => $_has(7);
- @$pb.TagNumber(8)
- void clearEShowTime() => clearField(8);
- @$pb.TagNumber(8)
- $2.Timestamp ensureEShowTime() => $_ensure(7);
- @$pb.TagNumber(9)
- $core.String get matchPasswd => $_getSZ(8);
- @$pb.TagNumber(9)
- set matchPasswd($core.String v) { $_setString(8, v); }
- @$pb.TagNumber(9)
- $core.bool hasMatchPasswd() => $_has(8);
- @$pb.TagNumber(9)
- void clearMatchPasswd() => clearField(9);
- @$pb.TagNumber(10)
- $core.bool get isAutoBegin => $_getBF(9);
- @$pb.TagNumber(10)
- set isAutoBegin($core.bool v) { $_setBool(9, v); }
- @$pb.TagNumber(10)
- $core.bool hasIsAutoBegin() => $_has(9);
- @$pb.TagNumber(10)
- void clearIsAutoBegin() => clearField(10);
- }
- class ToCourseListReply extends $pb.GeneratedMessage {
- factory ToCourseListReply({
- $core.Iterable<$0.CourseBase>? list,
- }) {
- final $result = create();
- if (list != null) {
- $result.list.addAll(list);
- }
- return $result;
- }
- ToCourseListReply._() : super();
- factory ToCourseListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToCourseListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCourseListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..pc<$0.CourseBase>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: $0.CourseBase.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')
- ToCourseListReply clone() => ToCourseListReply()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToCourseListReply copyWith(void Function(ToCourseListReply) updates) => super.copyWith((message) => updates(message as ToCourseListReply)) as ToCourseListReply;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToCourseListReply create() => ToCourseListReply._();
- ToCourseListReply createEmptyInstance() => create();
- static $pb.PbList<ToCourseListReply> createRepeated() => $pb.PbList<ToCourseListReply>();
- @$core.pragma('dart2js:noInline')
- static ToCourseListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCourseListReply>(create);
- static ToCourseListReply? _defaultInstance;
- @$pb.TagNumber(1)
- $core.List<$0.CourseBase> get list => $_getList(0);
- }
- class ToMatchRegusterListRequest extends $pb.GeneratedMessage {
- factory ToMatchRegusterListRequest({
- $core.int? mapId,
- $fixnum.Int64? startSecond,
- }) {
- final $result = create();
- if (mapId != null) {
- $result.mapId = mapId;
- }
- if (startSecond != null) {
- $result.startSecond = startSecond;
- }
- return $result;
- }
- ToMatchRegusterListRequest._() : super();
- factory ToMatchRegusterListRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToMatchRegusterListRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..a<$core.int>(1, _omitFieldNames ? '' : 'mapId', $pb.PbFieldType.O3, protoName: 'mapId')
- ..aInt64(2, _omitFieldNames ? '' : 'startSecond', protoName: 'startSecond')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterListRequest clone() => ToMatchRegusterListRequest()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterListRequest copyWith(void Function(ToMatchRegusterListRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListRequest)) as ToMatchRegusterListRequest;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterListRequest create() => ToMatchRegusterListRequest._();
- ToMatchRegusterListRequest createEmptyInstance() => create();
- static $pb.PbList<ToMatchRegusterListRequest> createRepeated() => $pb.PbList<ToMatchRegusterListRequest>();
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterListRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListRequest>(create);
- static ToMatchRegusterListRequest? _defaultInstance;
- @$pb.TagNumber(1)
- $core.int get mapId => $_getIZ(0);
- @$pb.TagNumber(1)
- set mapId($core.int v) { $_setSignedInt32(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasMapId() => $_has(0);
- @$pb.TagNumber(1)
- void clearMapId() => clearField(1);
- @$pb.TagNumber(2)
- $fixnum.Int64 get startSecond => $_getI64(1);
- @$pb.TagNumber(2)
- set startSecond($fixnum.Int64 v) { $_setInt64(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasStartSecond() => $_has(1);
- @$pb.TagNumber(2)
- void clearStartSecond() => clearField(2);
- }
- class ToMatchRegusterListReply extends $pb.GeneratedMessage {
- factory ToMatchRegusterListReply({
- $core.Iterable<MatchRegusterInfo>? list,
- }) {
- final $result = create();
- if (list != null) {
- $result.list.addAll(list);
- }
- return $result;
- }
- ToMatchRegusterListReply._() : super();
- factory ToMatchRegusterListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToMatchRegusterListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..pc<MatchRegusterInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: MatchRegusterInfo.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')
- ToMatchRegusterListReply clone() => ToMatchRegusterListReply()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterListReply copyWith(void Function(ToMatchRegusterListReply) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListReply)) as ToMatchRegusterListReply;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterListReply create() => ToMatchRegusterListReply._();
- ToMatchRegusterListReply createEmptyInstance() => create();
- static $pb.PbList<ToMatchRegusterListReply> createRepeated() => $pb.PbList<ToMatchRegusterListReply>();
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListReply>(create);
- static ToMatchRegusterListReply? _defaultInstance;
- @$pb.TagNumber(1)
- $core.List<MatchRegusterInfo> get list => $_getList(0);
- }
- class MatchRegusterInfo extends $pb.GeneratedMessage {
- factory MatchRegusterInfo({
- $core.int? id,
- $core.String? name,
- $core.int? totalUserNum,
- $core.String? qrCode,
- $core.bool? isAllowEdit,
- $core.bool? isAllowDel,
- $core.Iterable<ToChackInsInfo>? userList,
- $core.int? state,
- $core.String? matchBt,
- $core.String? matchEt,
- $2.Timestamp? bShowTime,
- $2.Timestamp? eShowTime,
- $core.bool? isAllowChack,
- $core.bool? allowChackBtnAble,
- $2.Timestamp? bTime,
- $2.Timestamp? eTime,
- }) {
- final $result = create();
- if (id != null) {
- $result.id = id;
- }
- if (name != null) {
- $result.name = name;
- }
- if (totalUserNum != null) {
- $result.totalUserNum = totalUserNum;
- }
- if (qrCode != null) {
- $result.qrCode = qrCode;
- }
- if (isAllowEdit != null) {
- $result.isAllowEdit = isAllowEdit;
- }
- if (isAllowDel != null) {
- $result.isAllowDel = isAllowDel;
- }
- if (userList != null) {
- $result.userList.addAll(userList);
- }
- if (state != null) {
- $result.state = state;
- }
- if (matchBt != null) {
- $result.matchBt = matchBt;
- }
- if (matchEt != null) {
- $result.matchEt = matchEt;
- }
- if (bShowTime != null) {
- $result.bShowTime = bShowTime;
- }
- if (eShowTime != null) {
- $result.eShowTime = eShowTime;
- }
- if (isAllowChack != null) {
- $result.isAllowChack = isAllowChack;
- }
- if (allowChackBtnAble != null) {
- $result.allowChackBtnAble = allowChackBtnAble;
- }
- if (bTime != null) {
- $result.bTime = bTime;
- }
- if (eTime != null) {
- $result.eTime = eTime;
- }
- return $result;
- }
- MatchRegusterInfo._() : super();
- factory MatchRegusterInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory MatchRegusterInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MatchRegusterInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
- ..aOS(2, _omitFieldNames ? '' : 'name')
- ..a<$core.int>(3, _omitFieldNames ? '' : 'totalUserNum', $pb.PbFieldType.O3, protoName: 'totalUserNum')
- ..aOS(4, _omitFieldNames ? '' : 'qrCode', protoName: 'qrCode')
- ..aOB(5, _omitFieldNames ? '' : 'isAllowEdit', protoName: 'isAllowEdit')
- ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
- ..pc<ToChackInsInfo>(7, _omitFieldNames ? '' : 'userList', $pb.PbFieldType.PM, protoName: 'userList', subBuilder: ToChackInsInfo.create)
- ..a<$core.int>(8, _omitFieldNames ? '' : 'state', $pb.PbFieldType.O3)
- ..aOS(9, _omitFieldNames ? '' : 'MatchBt', protoName: 'MatchBt')
- ..aOS(10, _omitFieldNames ? '' : 'MatchEt', protoName: 'MatchEt')
- ..aOM<$2.Timestamp>(11, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
- ..aOM<$2.Timestamp>(12, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
- ..aOB(13, _omitFieldNames ? '' : 'isAllowChack', protoName: 'isAllowChack')
- ..aOB(14, _omitFieldNames ? '' : 'allowChackBtnAble', protoName: 'allowChackBtnAble')
- ..aOM<$2.Timestamp>(15, _omitFieldNames ? '' : 'BTime', protoName: 'BTime', subBuilder: $2.Timestamp.create)
- ..aOM<$2.Timestamp>(16, _omitFieldNames ? '' : 'ETime', protoName: 'ETime', subBuilder: $2.Timestamp.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')
- MatchRegusterInfo clone() => MatchRegusterInfo()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- MatchRegusterInfo copyWith(void Function(MatchRegusterInfo) updates) => super.copyWith((message) => updates(message as MatchRegusterInfo)) as MatchRegusterInfo;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static MatchRegusterInfo create() => MatchRegusterInfo._();
- MatchRegusterInfo createEmptyInstance() => create();
- static $pb.PbList<MatchRegusterInfo> createRepeated() => $pb.PbList<MatchRegusterInfo>();
- @$core.pragma('dart2js:noInline')
- static MatchRegusterInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MatchRegusterInfo>(create);
- static MatchRegusterInfo? _defaultInstance;
- @$pb.TagNumber(1)
- $core.int get id => $_getIZ(0);
- @$pb.TagNumber(1)
- set id($core.int v) { $_setSignedInt32(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasId() => $_has(0);
- @$pb.TagNumber(1)
- void clearId() => clearField(1);
- @$pb.TagNumber(2)
- $core.String get name => $_getSZ(1);
- @$pb.TagNumber(2)
- set name($core.String v) { $_setString(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasName() => $_has(1);
- @$pb.TagNumber(2)
- void clearName() => clearField(2);
- @$pb.TagNumber(3)
- $core.int get totalUserNum => $_getIZ(2);
- @$pb.TagNumber(3)
- set totalUserNum($core.int v) { $_setSignedInt32(2, v); }
- @$pb.TagNumber(3)
- $core.bool hasTotalUserNum() => $_has(2);
- @$pb.TagNumber(3)
- void clearTotalUserNum() => clearField(3);
- @$pb.TagNumber(4)
- $core.String get qrCode => $_getSZ(3);
- @$pb.TagNumber(4)
- set qrCode($core.String v) { $_setString(3, v); }
- @$pb.TagNumber(4)
- $core.bool hasQrCode() => $_has(3);
- @$pb.TagNumber(4)
- void clearQrCode() => clearField(4);
- @$pb.TagNumber(5)
- $core.bool get isAllowEdit => $_getBF(4);
- @$pb.TagNumber(5)
- set isAllowEdit($core.bool v) { $_setBool(4, v); }
- @$pb.TagNumber(5)
- $core.bool hasIsAllowEdit() => $_has(4);
- @$pb.TagNumber(5)
- void clearIsAllowEdit() => clearField(5);
- @$pb.TagNumber(6)
- $core.bool get isAllowDel => $_getBF(5);
- @$pb.TagNumber(6)
- set isAllowDel($core.bool v) { $_setBool(5, v); }
- @$pb.TagNumber(6)
- $core.bool hasIsAllowDel() => $_has(5);
- @$pb.TagNumber(6)
- void clearIsAllowDel() => clearField(6);
- @$pb.TagNumber(7)
- $core.List<ToChackInsInfo> get userList => $_getList(6);
- @$pb.TagNumber(8)
- $core.int get state => $_getIZ(7);
- @$pb.TagNumber(8)
- set state($core.int v) { $_setSignedInt32(7, v); }
- @$pb.TagNumber(8)
- $core.bool hasState() => $_has(7);
- @$pb.TagNumber(8)
- void clearState() => clearField(8);
- @$pb.TagNumber(9)
- $core.String get matchBt => $_getSZ(8);
- @$pb.TagNumber(9)
- set matchBt($core.String v) { $_setString(8, v); }
- @$pb.TagNumber(9)
- $core.bool hasMatchBt() => $_has(8);
- @$pb.TagNumber(9)
- void clearMatchBt() => clearField(9);
- @$pb.TagNumber(10)
- $core.String get matchEt => $_getSZ(9);
- @$pb.TagNumber(10)
- set matchEt($core.String v) { $_setString(9, v); }
- @$pb.TagNumber(10)
- $core.bool hasMatchEt() => $_has(9);
- @$pb.TagNumber(10)
- void clearMatchEt() => clearField(10);
- @$pb.TagNumber(11)
- $2.Timestamp get bShowTime => $_getN(10);
- @$pb.TagNumber(11)
- set bShowTime($2.Timestamp v) { setField(11, v); }
- @$pb.TagNumber(11)
- $core.bool hasBShowTime() => $_has(10);
- @$pb.TagNumber(11)
- void clearBShowTime() => clearField(11);
- @$pb.TagNumber(11)
- $2.Timestamp ensureBShowTime() => $_ensure(10);
- @$pb.TagNumber(12)
- $2.Timestamp get eShowTime => $_getN(11);
- @$pb.TagNumber(12)
- set eShowTime($2.Timestamp v) { setField(12, v); }
- @$pb.TagNumber(12)
- $core.bool hasEShowTime() => $_has(11);
- @$pb.TagNumber(12)
- void clearEShowTime() => clearField(12);
- @$pb.TagNumber(12)
- $2.Timestamp ensureEShowTime() => $_ensure(11);
- @$pb.TagNumber(13)
- $core.bool get isAllowChack => $_getBF(12);
- @$pb.TagNumber(13)
- set isAllowChack($core.bool v) { $_setBool(12, v); }
- @$pb.TagNumber(13)
- $core.bool hasIsAllowChack() => $_has(12);
- @$pb.TagNumber(13)
- void clearIsAllowChack() => clearField(13);
- @$pb.TagNumber(14)
- $core.bool get allowChackBtnAble => $_getBF(13);
- @$pb.TagNumber(14)
- set allowChackBtnAble($core.bool v) { $_setBool(13, v); }
- @$pb.TagNumber(14)
- $core.bool hasAllowChackBtnAble() => $_has(13);
- @$pb.TagNumber(14)
- void clearAllowChackBtnAble() => clearField(14);
- @$pb.TagNumber(15)
- $2.Timestamp get bTime => $_getN(14);
- @$pb.TagNumber(15)
- set bTime($2.Timestamp v) { setField(15, v); }
- @$pb.TagNumber(15)
- $core.bool hasBTime() => $_has(14);
- @$pb.TagNumber(15)
- void clearBTime() => clearField(15);
- @$pb.TagNumber(15)
- $2.Timestamp ensureBTime() => $_ensure(14);
- @$pb.TagNumber(16)
- $2.Timestamp get eTime => $_getN(15);
- @$pb.TagNumber(16)
- set eTime($2.Timestamp v) { setField(16, v); }
- @$pb.TagNumber(16)
- $core.bool hasETime() => $_has(15);
- @$pb.TagNumber(16)
- void clearETime() => clearField(16);
- @$pb.TagNumber(16)
- $2.Timestamp ensureETime() => $_ensure(15);
- }
- ///
- /// 场控段赛事控制逻辑:
- /// 1.如果cId等于0,isStart等于false,表示未分发线路,路线显示分发按钮,状态显示未分发;
- /// 2.如果cId大于0,isStart等于false,表示已分发线路但管理员未开始,状态栏是开始按钮;
- /// 3.如果cId大于0,isStart等于true,mState等于0(玩家端未开始)或1(玩家端已开始但没打开始点),表示已分发线路且管理员已开始但用户没有打开始点,状态显示已开始;
- /// 4.如果cId大于0,isStart等于true,mState等于2,表示已分发线路且管理员已开始且用户已打开始点,状态显示已开始,操作显示结束按钮;
- /// 5.如果cId大于0,isStart等于true,mState大于等于3,表示已分发线路且管理员已开始且用户已结束比赛,状态显示已结束,操作显示重赛按钮
- /// 6:点击重赛后,跟1情况一样
- /// 7:是否显示删除按钮由punchCpNum字段控制,punchCpNum等于0显示删除按钮,大于0显示其他按钮;
- class ToChackInsInfo extends $pb.GeneratedMessage {
- factory ToChackInsInfo({
- $core.int? mciId,
- $core.int? oId,
- $core.String? nickname,
- $core.String? phone,
- $core.String? chackInsTime,
- $core.bool? isAllowDel,
- $core.String? cName,
- $core.int? cId,
- $core.String? hrSn,
- $0.CState? cState,
- $core.bool? isAllowFinish,
- }) {
- final $result = create();
- if (mciId != null) {
- $result.mciId = mciId;
- }
- if (oId != null) {
- $result.oId = oId;
- }
- if (nickname != null) {
- $result.nickname = nickname;
- }
- if (phone != null) {
- $result.phone = phone;
- }
- if (chackInsTime != null) {
- $result.chackInsTime = chackInsTime;
- }
- if (isAllowDel != null) {
- $result.isAllowDel = isAllowDel;
- }
- if (cName != null) {
- $result.cName = cName;
- }
- if (cId != null) {
- $result.cId = cId;
- }
- if (hrSn != null) {
- $result.hrSn = hrSn;
- }
- if (cState != null) {
- $result.cState = cState;
- }
- if (isAllowFinish != null) {
- $result.isAllowFinish = isAllowFinish;
- }
- return $result;
- }
- ToChackInsInfo._() : super();
- factory ToChackInsInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToChackInsInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToChackInsInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..a<$core.int>(1, _omitFieldNames ? '' : 'mciId', $pb.PbFieldType.O3, protoName: 'mciId')
- ..a<$core.int>(2, _omitFieldNames ? '' : 'oId', $pb.PbFieldType.O3, protoName: 'oId')
- ..aOS(3, _omitFieldNames ? '' : 'nickname')
- ..aOS(4, _omitFieldNames ? '' : 'phone')
- ..aOS(5, _omitFieldNames ? '' : 'chackInsTime', protoName: 'chackInsTime')
- ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
- ..aOS(7, _omitFieldNames ? '' : 'cName', protoName: 'cName')
- ..a<$core.int>(8, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
- ..aOS(9, _omitFieldNames ? '' : 'hrSn', protoName: 'hrSn')
- ..e<$0.CState>(10, _omitFieldNames ? '' : 'cState', $pb.PbFieldType.OE, protoName: 'cState', defaultOrMaker: $0.CState.ToUnSend, valueOf: $0.CState.valueOf, enumValues: $0.CState.values)
- ..aOB(11, _omitFieldNames ? '' : 'isAllowFinish', protoName: 'isAllowFinish')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToChackInsInfo clone() => ToChackInsInfo()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToChackInsInfo copyWith(void Function(ToChackInsInfo) updates) => super.copyWith((message) => updates(message as ToChackInsInfo)) as ToChackInsInfo;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToChackInsInfo create() => ToChackInsInfo._();
- ToChackInsInfo createEmptyInstance() => create();
- static $pb.PbList<ToChackInsInfo> createRepeated() => $pb.PbList<ToChackInsInfo>();
- @$core.pragma('dart2js:noInline')
- static ToChackInsInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToChackInsInfo>(create);
- static ToChackInsInfo? _defaultInstance;
- @$pb.TagNumber(1)
- $core.int get mciId => $_getIZ(0);
- @$pb.TagNumber(1)
- set mciId($core.int v) { $_setSignedInt32(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasMciId() => $_has(0);
- @$pb.TagNumber(1)
- void clearMciId() => clearField(1);
- @$pb.TagNumber(2)
- $core.int get oId => $_getIZ(1);
- @$pb.TagNumber(2)
- set oId($core.int v) { $_setSignedInt32(1, v); }
- @$pb.TagNumber(2)
- $core.bool hasOId() => $_has(1);
- @$pb.TagNumber(2)
- void clearOId() => clearField(2);
- @$pb.TagNumber(3)
- $core.String get nickname => $_getSZ(2);
- @$pb.TagNumber(3)
- set nickname($core.String v) { $_setString(2, v); }
- @$pb.TagNumber(3)
- $core.bool hasNickname() => $_has(2);
- @$pb.TagNumber(3)
- void clearNickname() => clearField(3);
- @$pb.TagNumber(4)
- $core.String get phone => $_getSZ(3);
- @$pb.TagNumber(4)
- set phone($core.String v) { $_setString(3, v); }
- @$pb.TagNumber(4)
- $core.bool hasPhone() => $_has(3);
- @$pb.TagNumber(4)
- void clearPhone() => clearField(4);
- @$pb.TagNumber(5)
- $core.String get chackInsTime => $_getSZ(4);
- @$pb.TagNumber(5)
- set chackInsTime($core.String v) { $_setString(4, v); }
- @$pb.TagNumber(5)
- $core.bool hasChackInsTime() => $_has(4);
- @$pb.TagNumber(5)
- void clearChackInsTime() => clearField(5);
- @$pb.TagNumber(6)
- $core.bool get isAllowDel => $_getBF(5);
- @$pb.TagNumber(6)
- set isAllowDel($core.bool v) { $_setBool(5, v); }
- @$pb.TagNumber(6)
- $core.bool hasIsAllowDel() => $_has(5);
- @$pb.TagNumber(6)
- void clearIsAllowDel() => clearField(6);
- @$pb.TagNumber(7)
- $core.String get cName => $_getSZ(6);
- @$pb.TagNumber(7)
- set cName($core.String v) { $_setString(6, v); }
- @$pb.TagNumber(7)
- $core.bool hasCName() => $_has(6);
- @$pb.TagNumber(7)
- void clearCName() => clearField(7);
- @$pb.TagNumber(8)
- $core.int get cId => $_getIZ(7);
- @$pb.TagNumber(8)
- set cId($core.int v) { $_setSignedInt32(7, v); }
- @$pb.TagNumber(8)
- $core.bool hasCId() => $_has(7);
- @$pb.TagNumber(8)
- void clearCId() => clearField(8);
- /// int32 mState =8;//用户状态(不是场控端发送状态):0:等待出发 1: 参加比赛,没打第一点 2:比赛进行中 3:完成比赛 4:超时完成比赛 5:未完成-已过强制关门时间,系统强制退赛 6:用户主动退赛
- /// bool isStart =9;//是否出发
- /// int32 punchCpNum =10;//打开始点次数
- @$pb.TagNumber(9)
- $core.String get hrSn => $_getSZ(8);
- @$pb.TagNumber(9)
- set hrSn($core.String v) { $_setString(8, v); }
- @$pb.TagNumber(9)
- $core.bool hasHrSn() => $_has(8);
- @$pb.TagNumber(9)
- void clearHrSn() => clearField(9);
- @$pb.TagNumber(10)
- $0.CState get cState => $_getN(9);
- @$pb.TagNumber(10)
- set cState($0.CState v) { setField(10, v); }
- @$pb.TagNumber(10)
- $core.bool hasCState() => $_has(9);
- @$pb.TagNumber(10)
- void clearCState() => clearField(10);
- @$pb.TagNumber(11)
- $core.bool get isAllowFinish => $_getBF(10);
- @$pb.TagNumber(11)
- set isAllowFinish($core.bool v) { $_setBool(10, v); }
- @$pb.TagNumber(11)
- $core.bool hasIsAllowFinish() => $_has(10);
- @$pb.TagNumber(11)
- void clearIsAllowFinish() => clearField(11);
- }
- class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
- factory ToMatchRegusterAddRequest({
- $core.String? regName,
- $2.Timestamp? startAt,
- $2.Timestamp? stopAt,
- $core.int? actId,
- $core.bool? isQueryPwd,
- $core.String? queryPasswd,
- $2.Timestamp? bShowTime,
- $2.Timestamp? eShowTime,
- $core.String? matchPasswd,
- $core.bool? isAutoBegin,
- }) {
- final $result = create();
- if (regName != null) {
- $result.regName = regName;
- }
- if (startAt != null) {
- $result.startAt = startAt;
- }
- if (stopAt != null) {
- $result.stopAt = stopAt;
- }
- if (actId != null) {
- $result.actId = actId;
- }
- if (isQueryPwd != null) {
- $result.isQueryPwd = isQueryPwd;
- }
- if (queryPasswd != null) {
- $result.queryPasswd = queryPasswd;
- }
- if (bShowTime != null) {
- $result.bShowTime = bShowTime;
- }
- if (eShowTime != null) {
- $result.eShowTime = eShowTime;
- }
- if (matchPasswd != null) {
- $result.matchPasswd = matchPasswd;
- }
- if (isAutoBegin != null) {
- $result.isAutoBegin = isAutoBegin;
- }
- return $result;
- }
- ToMatchRegusterAddRequest._() : super();
- factory ToMatchRegusterAddRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
- factory ToMatchRegusterAddRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
- static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterAddRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
- ..aOS(1, _omitFieldNames ? '' : 'regName', protoName: 'regName')
- ..aOM<$2.Timestamp>(2, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
- ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
- ..a<$core.int>(4, _omitFieldNames ? '' : 'actId', $pb.PbFieldType.O3, protoName: 'actId')
- ..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
- ..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
- ..aOM<$2.Timestamp>(7, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
- ..aOM<$2.Timestamp>(8, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
- ..aOS(9, _omitFieldNames ? '' : 'MatchPasswd', protoName: 'MatchPasswd')
- ..aOB(10, _omitFieldNames ? '' : 'isAutoBegin', protoName: 'isAutoBegin')
- ..hasRequiredFields = false
- ;
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterAddRequest clone() => ToMatchRegusterAddRequest()..mergeFromMessage(this);
- @$core.Deprecated(
- 'Using this can add significant overhead to your binary. '
- 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
- 'Will be removed in next major version')
- ToMatchRegusterAddRequest copyWith(void Function(ToMatchRegusterAddRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterAddRequest)) as ToMatchRegusterAddRequest;
- $pb.BuilderInfo get info_ => _i;
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterAddRequest create() => ToMatchRegusterAddRequest._();
- ToMatchRegusterAddRequest createEmptyInstance() => create();
- static $pb.PbList<ToMatchRegusterAddRequest> createRepeated() => $pb.PbList<ToMatchRegusterAddRequest>();
- @$core.pragma('dart2js:noInline')
- static ToMatchRegusterAddRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterAddRequest>(create);
- static ToMatchRegusterAddRequest? _defaultInstance;
- @$pb.TagNumber(1)
- $core.String get regName => $_getSZ(0);
- @$pb.TagNumber(1)
- set regName($core.String v) { $_setString(0, v); }
- @$pb.TagNumber(1)
- $core.bool hasRegName() => $_has(0);
- @$pb.TagNumber(1)
- void clearRegName() => clearField(1);
- @$pb.TagNumber(2)
- $2.Timestamp get startAt => $_getN(1);
- @$pb.TagNumber(2)
- set startAt($2.Timestamp v) { setField(2, v); }
- @$pb.TagNumber(2)
- $core.bool hasStartAt() => $_has(1);
- @$pb.TagNumber(2)
- void clearStartAt() => clearField(2);
- @$pb.TagNumber(2)
- $2.Timestamp ensureStartAt() => $_ensure(1);
- @$pb.TagNumber(3)
- $2.Timestamp get stopAt => $_getN(2);
- @$pb.TagNumber(3)
- set stopAt($2.Timestamp v) { setField(3, v); }
- @$pb.TagNumber(3)
- $core.bool hasStopAt() => $_has(2);
- @$pb.TagNumber(3)
- void clearStopAt() => clearField(3);
- @$pb.TagNumber(3)
- $2.Timestamp ensureStopAt() => $_ensure(2);
- @$pb.TagNumber(4)
- $core.int get actId => $_getIZ(3);
- @$pb.TagNumber(4)
- set actId($core.int v) { $_setSignedInt32(3, v); }
- @$pb.TagNumber(4)
- $core.bool hasActId() => $_has(3);
- @$pb.TagNumber(4)
- void clearActId() => clearField(4);
- @$pb.TagNumber(5)
- $core.bool get isQueryPwd => $_getBF(4);
- @$pb.TagNumber(5)
- set isQueryPwd($core.bool v) { $_setBool(4, v); }
- @$pb.TagNumber(5)
- $core.bool hasIsQueryPwd() => $_has(4);
- @$pb.TagNumber(5)
- void clearIsQueryPwd() => clearField(5);
- @$pb.TagNumber(6)
- $core.String get queryPasswd => $_getSZ(5);
- @$pb.TagNumber(6)
- set queryPasswd($core.String v) { $_setString(5, v); }
- @$pb.TagNumber(6)
- $core.bool hasQueryPasswd() => $_has(5);
- @$pb.TagNumber(6)
- void clearQueryPasswd() => clearField(6);
- @$pb.TagNumber(7)
- $2.Timestamp get bShowTime => $_getN(6);
- @$pb.TagNumber(7)
- set bShowTime($2.Timestamp v) { setField(7, v); }
- @$pb.TagNumber(7)
- $core.bool hasBShowTime() => $_has(6);
- @$pb.TagNumber(7)
- void clearBShowTime() => clearField(7);
- @$pb.TagNumber(7)
- $2.Timestamp ensureBShowTime() => $_ensure(6);
- @$pb.TagNumber(8)
- $2.Timestamp get eShowTime => $_getN(7);
- @$pb.TagNumber(8)
- set eShowTime($2.Timestamp v) { setField(8, v); }
- @$pb.TagNumber(8)
- $core.bool hasEShowTime() => $_has(7);
- @$pb.TagNumber(8)
- void clearEShowTime() => clearField(8);
- @$pb.TagNumber(8)
- $2.Timestamp ensureEShowTime() => $_ensure(7);
- @$pb.TagNumber(9)
- $core.String get matchPasswd => $_getSZ(8);
- @$pb.TagNumber(9)
- set matchPasswd($core.String v) { $_setString(8, v); }
- @$pb.TagNumber(9)
- $core.bool hasMatchPasswd() => $_has(8);
- @$pb.TagNumber(9)
- void clearMatchPasswd() => clearField(9);
- @$pb.TagNumber(10)
- $core.bool get isAutoBegin => $_getBF(9);
- @$pb.TagNumber(10)
- set isAutoBegin($core.bool v) { $_setBool(9, v); }
- @$pb.TagNumber(10)
- $core.bool hasIsAutoBegin() => $_has(9);
- @$pb.TagNumber(10)
- void clearIsAutoBegin() => clearField(10);
- }
- const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
- const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|