track_offical.pb.dart 66 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680
  1. //
  2. // Generated code. Do not modify.
  3. // source: track_offical.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides, camel_case_types, comment_references
  7. // ignore_for_file: constant_identifier_names, library_prefixes
  8. // ignore_for_file: non_constant_identifier_names, prefer_final_fields
  9. // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
  10. import 'dart:core' as $core;
  11. import 'package:fixnum/fixnum.dart' as $fixnum;
  12. import 'package:protobuf/protobuf.dart' as $pb;
  13. import 'base.pb.dart' as $0;
  14. import 'base.pbenum.dart' as $0;
  15. import 'google/protobuf/timestamp.pb.dart' as $2;
  16. class ToMatchRegusterIsAllowChackEditRequest extends $pb.GeneratedMessage {
  17. factory ToMatchRegusterIsAllowChackEditRequest({
  18. $core.int? id,
  19. $core.bool? isAllowChack,
  20. }) {
  21. final $result = create();
  22. if (id != null) {
  23. $result.id = id;
  24. }
  25. if (isAllowChack != null) {
  26. $result.isAllowChack = isAllowChack;
  27. }
  28. return $result;
  29. }
  30. ToMatchRegusterIsAllowChackEditRequest._() : super();
  31. factory ToMatchRegusterIsAllowChackEditRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  32. factory ToMatchRegusterIsAllowChackEditRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  33. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterIsAllowChackEditRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  34. ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
  35. ..aOB(2, _omitFieldNames ? '' : 'isAllowChack', protoName: 'isAllowChack')
  36. ..hasRequiredFields = false
  37. ;
  38. @$core.Deprecated(
  39. 'Using this can add significant overhead to your binary. '
  40. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  41. 'Will be removed in next major version')
  42. ToMatchRegusterIsAllowChackEditRequest clone() => ToMatchRegusterIsAllowChackEditRequest()..mergeFromMessage(this);
  43. @$core.Deprecated(
  44. 'Using this can add significant overhead to your binary. '
  45. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  46. 'Will be removed in next major version')
  47. ToMatchRegusterIsAllowChackEditRequest copyWith(void Function(ToMatchRegusterIsAllowChackEditRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterIsAllowChackEditRequest)) as ToMatchRegusterIsAllowChackEditRequest;
  48. $pb.BuilderInfo get info_ => _i;
  49. @$core.pragma('dart2js:noInline')
  50. static ToMatchRegusterIsAllowChackEditRequest create() => ToMatchRegusterIsAllowChackEditRequest._();
  51. ToMatchRegusterIsAllowChackEditRequest createEmptyInstance() => create();
  52. static $pb.PbList<ToMatchRegusterIsAllowChackEditRequest> createRepeated() => $pb.PbList<ToMatchRegusterIsAllowChackEditRequest>();
  53. @$core.pragma('dart2js:noInline')
  54. static ToMatchRegusterIsAllowChackEditRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterIsAllowChackEditRequest>(create);
  55. static ToMatchRegusterIsAllowChackEditRequest? _defaultInstance;
  56. @$pb.TagNumber(1)
  57. $core.int get id => $_getIZ(0);
  58. @$pb.TagNumber(1)
  59. set id($core.int v) { $_setSignedInt32(0, v); }
  60. @$pb.TagNumber(1)
  61. $core.bool hasId() => $_has(0);
  62. @$pb.TagNumber(1)
  63. void clearId() => clearField(1);
  64. @$pb.TagNumber(2)
  65. $core.bool get isAllowChack => $_getBF(1);
  66. @$pb.TagNumber(2)
  67. set isAllowChack($core.bool v) { $_setBool(1, v); }
  68. @$pb.TagNumber(2)
  69. $core.bool hasIsAllowChack() => $_has(1);
  70. @$pb.TagNumber(2)
  71. void clearIsAllowChack() => clearField(2);
  72. }
  73. class ToSignInByAppTokenRequest extends $pb.GeneratedMessage {
  74. factory ToSignInByAppTokenRequest({
  75. $core.String? appToken,
  76. $core.String? ip,
  77. }) {
  78. final $result = create();
  79. if (appToken != null) {
  80. $result.appToken = appToken;
  81. }
  82. if (ip != null) {
  83. $result.ip = ip;
  84. }
  85. return $result;
  86. }
  87. ToSignInByAppTokenRequest._() : super();
  88. factory ToSignInByAppTokenRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  89. factory ToSignInByAppTokenRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  90. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToSignInByAppTokenRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  91. ..aOS(1, _omitFieldNames ? '' : 'appToken', protoName: 'appToken')
  92. ..aOS(2, _omitFieldNames ? '' : 'ip')
  93. ..hasRequiredFields = false
  94. ;
  95. @$core.Deprecated(
  96. 'Using this can add significant overhead to your binary. '
  97. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  98. 'Will be removed in next major version')
  99. ToSignInByAppTokenRequest clone() => ToSignInByAppTokenRequest()..mergeFromMessage(this);
  100. @$core.Deprecated(
  101. 'Using this can add significant overhead to your binary. '
  102. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  103. 'Will be removed in next major version')
  104. ToSignInByAppTokenRequest copyWith(void Function(ToSignInByAppTokenRequest) updates) => super.copyWith((message) => updates(message as ToSignInByAppTokenRequest)) as ToSignInByAppTokenRequest;
  105. $pb.BuilderInfo get info_ => _i;
  106. @$core.pragma('dart2js:noInline')
  107. static ToSignInByAppTokenRequest create() => ToSignInByAppTokenRequest._();
  108. ToSignInByAppTokenRequest createEmptyInstance() => create();
  109. static $pb.PbList<ToSignInByAppTokenRequest> createRepeated() => $pb.PbList<ToSignInByAppTokenRequest>();
  110. @$core.pragma('dart2js:noInline')
  111. static ToSignInByAppTokenRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToSignInByAppTokenRequest>(create);
  112. static ToSignInByAppTokenRequest? _defaultInstance;
  113. @$pb.TagNumber(1)
  114. $core.String get appToken => $_getSZ(0);
  115. @$pb.TagNumber(1)
  116. set appToken($core.String v) { $_setString(0, v); }
  117. @$pb.TagNumber(1)
  118. $core.bool hasAppToken() => $_has(0);
  119. @$pb.TagNumber(1)
  120. void clearAppToken() => clearField(1);
  121. @$pb.TagNumber(2)
  122. $core.String get ip => $_getSZ(1);
  123. @$pb.TagNumber(2)
  124. set ip($core.String v) { $_setString(1, v); }
  125. @$pb.TagNumber(2)
  126. $core.bool hasIp() => $_has(1);
  127. @$pb.TagNumber(2)
  128. void clearIp() => clearField(2);
  129. }
  130. class ToActivityRulesSaveRequest extends $pb.GeneratedMessage {
  131. factory ToActivityRulesSaveRequest({
  132. $core.Iterable<ToActivityRulesSaveInfo>? list,
  133. }) {
  134. final $result = create();
  135. if (list != null) {
  136. $result.list.addAll(list);
  137. }
  138. return $result;
  139. }
  140. ToActivityRulesSaveRequest._() : super();
  141. factory ToActivityRulesSaveRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  142. factory ToActivityRulesSaveRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  143. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSaveRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  144. ..pc<ToActivityRulesSaveInfo>(2, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: ToActivityRulesSaveInfo.create)
  145. ..hasRequiredFields = false
  146. ;
  147. @$core.Deprecated(
  148. 'Using this can add significant overhead to your binary. '
  149. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  150. 'Will be removed in next major version')
  151. ToActivityRulesSaveRequest clone() => ToActivityRulesSaveRequest()..mergeFromMessage(this);
  152. @$core.Deprecated(
  153. 'Using this can add significant overhead to your binary. '
  154. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  155. 'Will be removed in next major version')
  156. ToActivityRulesSaveRequest copyWith(void Function(ToActivityRulesSaveRequest) updates) => super.copyWith((message) => updates(message as ToActivityRulesSaveRequest)) as ToActivityRulesSaveRequest;
  157. $pb.BuilderInfo get info_ => _i;
  158. @$core.pragma('dart2js:noInline')
  159. static ToActivityRulesSaveRequest create() => ToActivityRulesSaveRequest._();
  160. ToActivityRulesSaveRequest createEmptyInstance() => create();
  161. static $pb.PbList<ToActivityRulesSaveRequest> createRepeated() => $pb.PbList<ToActivityRulesSaveRequest>();
  162. @$core.pragma('dart2js:noInline')
  163. static ToActivityRulesSaveRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSaveRequest>(create);
  164. static ToActivityRulesSaveRequest? _defaultInstance;
  165. @$pb.TagNumber(2)
  166. $core.List<ToActivityRulesSaveInfo> get list => $_getList(0);
  167. }
  168. class ToActivityRulesSaveInfo extends $pb.GeneratedMessage {
  169. factory ToActivityRulesSaveInfo({
  170. $core.int? arrId,
  171. $core.String? arValue,
  172. $core.bool? isLock,
  173. }) {
  174. final $result = create();
  175. if (arrId != null) {
  176. $result.arrId = arrId;
  177. }
  178. if (arValue != null) {
  179. $result.arValue = arValue;
  180. }
  181. if (isLock != null) {
  182. $result.isLock = isLock;
  183. }
  184. return $result;
  185. }
  186. ToActivityRulesSaveInfo._() : super();
  187. factory ToActivityRulesSaveInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  188. factory ToActivityRulesSaveInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  189. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSaveInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  190. ..a<$core.int>(1, _omitFieldNames ? '' : 'arrId', $pb.PbFieldType.O3, protoName: 'arrId')
  191. ..aOS(2, _omitFieldNames ? '' : 'arValue', protoName: 'arValue')
  192. ..aOB(3, _omitFieldNames ? '' : 'isLock', protoName: 'isLock')
  193. ..hasRequiredFields = false
  194. ;
  195. @$core.Deprecated(
  196. 'Using this can add significant overhead to your binary. '
  197. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  198. 'Will be removed in next major version')
  199. ToActivityRulesSaveInfo clone() => ToActivityRulesSaveInfo()..mergeFromMessage(this);
  200. @$core.Deprecated(
  201. 'Using this can add significant overhead to your binary. '
  202. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  203. 'Will be removed in next major version')
  204. ToActivityRulesSaveInfo copyWith(void Function(ToActivityRulesSaveInfo) updates) => super.copyWith((message) => updates(message as ToActivityRulesSaveInfo)) as ToActivityRulesSaveInfo;
  205. $pb.BuilderInfo get info_ => _i;
  206. @$core.pragma('dart2js:noInline')
  207. static ToActivityRulesSaveInfo create() => ToActivityRulesSaveInfo._();
  208. ToActivityRulesSaveInfo createEmptyInstance() => create();
  209. static $pb.PbList<ToActivityRulesSaveInfo> createRepeated() => $pb.PbList<ToActivityRulesSaveInfo>();
  210. @$core.pragma('dart2js:noInline')
  211. static ToActivityRulesSaveInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSaveInfo>(create);
  212. static ToActivityRulesSaveInfo? _defaultInstance;
  213. @$pb.TagNumber(1)
  214. $core.int get arrId => $_getIZ(0);
  215. @$pb.TagNumber(1)
  216. set arrId($core.int v) { $_setSignedInt32(0, v); }
  217. @$pb.TagNumber(1)
  218. $core.bool hasArrId() => $_has(0);
  219. @$pb.TagNumber(1)
  220. void clearArrId() => clearField(1);
  221. @$pb.TagNumber(2)
  222. $core.String get arValue => $_getSZ(1);
  223. @$pb.TagNumber(2)
  224. set arValue($core.String v) { $_setString(1, v); }
  225. @$pb.TagNumber(2)
  226. $core.bool hasArValue() => $_has(1);
  227. @$pb.TagNumber(2)
  228. void clearArValue() => clearField(2);
  229. @$pb.TagNumber(3)
  230. $core.bool get isLock => $_getBF(2);
  231. @$pb.TagNumber(3)
  232. set isLock($core.bool v) { $_setBool(2, v); }
  233. @$pb.TagNumber(3)
  234. $core.bool hasIsLock() => $_has(2);
  235. @$pb.TagNumber(3)
  236. void clearIsLock() => clearField(3);
  237. }
  238. class ToActivityRulesQueryReply extends $pb.GeneratedMessage {
  239. factory ToActivityRulesQueryReply({
  240. $core.Iterable<ToActivityRulesInfo>? list,
  241. }) {
  242. final $result = create();
  243. if (list != null) {
  244. $result.list.addAll(list);
  245. }
  246. return $result;
  247. }
  248. ToActivityRulesQueryReply._() : super();
  249. factory ToActivityRulesQueryReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  250. factory ToActivityRulesQueryReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  251. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesQueryReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  252. ..pc<ToActivityRulesInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: ToActivityRulesInfo.create)
  253. ..hasRequiredFields = false
  254. ;
  255. @$core.Deprecated(
  256. 'Using this can add significant overhead to your binary. '
  257. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  258. 'Will be removed in next major version')
  259. ToActivityRulesQueryReply clone() => ToActivityRulesQueryReply()..mergeFromMessage(this);
  260. @$core.Deprecated(
  261. 'Using this can add significant overhead to your binary. '
  262. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  263. 'Will be removed in next major version')
  264. ToActivityRulesQueryReply copyWith(void Function(ToActivityRulesQueryReply) updates) => super.copyWith((message) => updates(message as ToActivityRulesQueryReply)) as ToActivityRulesQueryReply;
  265. $pb.BuilderInfo get info_ => _i;
  266. @$core.pragma('dart2js:noInline')
  267. static ToActivityRulesQueryReply create() => ToActivityRulesQueryReply._();
  268. ToActivityRulesQueryReply createEmptyInstance() => create();
  269. static $pb.PbList<ToActivityRulesQueryReply> createRepeated() => $pb.PbList<ToActivityRulesQueryReply>();
  270. @$core.pragma('dart2js:noInline')
  271. static ToActivityRulesQueryReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesQueryReply>(create);
  272. static ToActivityRulesQueryReply? _defaultInstance;
  273. @$pb.TagNumber(1)
  274. $core.List<ToActivityRulesInfo> get list => $_getList(0);
  275. }
  276. class ToActivityRulesInfo extends $pb.GeneratedMessage {
  277. factory ToActivityRulesInfo({
  278. $core.int? arrId,
  279. $core.String? arName,
  280. $core.bool? isLock,
  281. $core.int? arType,
  282. $core.Iterable<ToActivityRulesSelect>? arValueSelectList,
  283. $core.String? arValue,
  284. $core.bool? toLock,
  285. $core.bool? toIsLockEdit,
  286. }) {
  287. final $result = create();
  288. if (arrId != null) {
  289. $result.arrId = arrId;
  290. }
  291. if (arName != null) {
  292. $result.arName = arName;
  293. }
  294. if (isLock != null) {
  295. $result.isLock = isLock;
  296. }
  297. if (arType != null) {
  298. $result.arType = arType;
  299. }
  300. if (arValueSelectList != null) {
  301. $result.arValueSelectList.addAll(arValueSelectList);
  302. }
  303. if (arValue != null) {
  304. $result.arValue = arValue;
  305. }
  306. if (toLock != null) {
  307. $result.toLock = toLock;
  308. }
  309. if (toIsLockEdit != null) {
  310. $result.toIsLockEdit = toIsLockEdit;
  311. }
  312. return $result;
  313. }
  314. ToActivityRulesInfo._() : super();
  315. factory ToActivityRulesInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  316. factory ToActivityRulesInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  317. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  318. ..a<$core.int>(1, _omitFieldNames ? '' : 'arrId', $pb.PbFieldType.O3, protoName: 'arrId')
  319. ..aOS(2, _omitFieldNames ? '' : 'arName', protoName: 'arName')
  320. ..aOB(3, _omitFieldNames ? '' : 'isLock', protoName: 'isLock')
  321. ..a<$core.int>(4, _omitFieldNames ? '' : 'arType', $pb.PbFieldType.O3, protoName: 'arType')
  322. ..pc<ToActivityRulesSelect>(5, _omitFieldNames ? '' : 'arValueSelectList', $pb.PbFieldType.PM, protoName: 'arValueSelectList', subBuilder: ToActivityRulesSelect.create)
  323. ..aOS(6, _omitFieldNames ? '' : 'arValue', protoName: 'arValue')
  324. ..aOB(7, _omitFieldNames ? '' : 'toLock', protoName: 'toLock')
  325. ..aOB(8, _omitFieldNames ? '' : 'toIsLockEdit', protoName: 'toIsLockEdit')
  326. ..hasRequiredFields = false
  327. ;
  328. @$core.Deprecated(
  329. 'Using this can add significant overhead to your binary. '
  330. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  331. 'Will be removed in next major version')
  332. ToActivityRulesInfo clone() => ToActivityRulesInfo()..mergeFromMessage(this);
  333. @$core.Deprecated(
  334. 'Using this can add significant overhead to your binary. '
  335. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  336. 'Will be removed in next major version')
  337. ToActivityRulesInfo copyWith(void Function(ToActivityRulesInfo) updates) => super.copyWith((message) => updates(message as ToActivityRulesInfo)) as ToActivityRulesInfo;
  338. $pb.BuilderInfo get info_ => _i;
  339. @$core.pragma('dart2js:noInline')
  340. static ToActivityRulesInfo create() => ToActivityRulesInfo._();
  341. ToActivityRulesInfo createEmptyInstance() => create();
  342. static $pb.PbList<ToActivityRulesInfo> createRepeated() => $pb.PbList<ToActivityRulesInfo>();
  343. @$core.pragma('dart2js:noInline')
  344. static ToActivityRulesInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesInfo>(create);
  345. static ToActivityRulesInfo? _defaultInstance;
  346. @$pb.TagNumber(1)
  347. $core.int get arrId => $_getIZ(0);
  348. @$pb.TagNumber(1)
  349. set arrId($core.int v) { $_setSignedInt32(0, v); }
  350. @$pb.TagNumber(1)
  351. $core.bool hasArrId() => $_has(0);
  352. @$pb.TagNumber(1)
  353. void clearArrId() => clearField(1);
  354. @$pb.TagNumber(2)
  355. $core.String get arName => $_getSZ(1);
  356. @$pb.TagNumber(2)
  357. set arName($core.String v) { $_setString(1, v); }
  358. @$pb.TagNumber(2)
  359. $core.bool hasArName() => $_has(1);
  360. @$pb.TagNumber(2)
  361. void clearArName() => clearField(2);
  362. @$pb.TagNumber(3)
  363. $core.bool get isLock => $_getBF(2);
  364. @$pb.TagNumber(3)
  365. set isLock($core.bool v) { $_setBool(2, v); }
  366. @$pb.TagNumber(3)
  367. $core.bool hasIsLock() => $_has(2);
  368. @$pb.TagNumber(3)
  369. void clearIsLock() => clearField(3);
  370. @$pb.TagNumber(4)
  371. $core.int get arType => $_getIZ(3);
  372. @$pb.TagNumber(4)
  373. set arType($core.int v) { $_setSignedInt32(3, v); }
  374. @$pb.TagNumber(4)
  375. $core.bool hasArType() => $_has(3);
  376. @$pb.TagNumber(4)
  377. void clearArType() => clearField(4);
  378. @$pb.TagNumber(5)
  379. $core.List<ToActivityRulesSelect> get arValueSelectList => $_getList(4);
  380. @$pb.TagNumber(6)
  381. $core.String get arValue => $_getSZ(5);
  382. @$pb.TagNumber(6)
  383. set arValue($core.String v) { $_setString(5, v); }
  384. @$pb.TagNumber(6)
  385. $core.bool hasArValue() => $_has(5);
  386. @$pb.TagNumber(6)
  387. void clearArValue() => clearField(6);
  388. @$pb.TagNumber(7)
  389. $core.bool get toLock => $_getBF(6);
  390. @$pb.TagNumber(7)
  391. set toLock($core.bool v) { $_setBool(6, v); }
  392. @$pb.TagNumber(7)
  393. $core.bool hasToLock() => $_has(6);
  394. @$pb.TagNumber(7)
  395. void clearToLock() => clearField(7);
  396. @$pb.TagNumber(8)
  397. $core.bool get toIsLockEdit => $_getBF(7);
  398. @$pb.TagNumber(8)
  399. set toIsLockEdit($core.bool v) { $_setBool(7, v); }
  400. @$pb.TagNumber(8)
  401. $core.bool hasToIsLockEdit() => $_has(7);
  402. @$pb.TagNumber(8)
  403. void clearToIsLockEdit() => clearField(8);
  404. }
  405. class ToActivityRulesSelect extends $pb.GeneratedMessage {
  406. factory ToActivityRulesSelect({
  407. $core.String? arValueSelect,
  408. $core.String? arStrSelect,
  409. }) {
  410. final $result = create();
  411. if (arValueSelect != null) {
  412. $result.arValueSelect = arValueSelect;
  413. }
  414. if (arStrSelect != null) {
  415. $result.arStrSelect = arStrSelect;
  416. }
  417. return $result;
  418. }
  419. ToActivityRulesSelect._() : super();
  420. factory ToActivityRulesSelect.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  421. factory ToActivityRulesSelect.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  422. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSelect', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  423. ..aOS(1, _omitFieldNames ? '' : 'arValueSelect', protoName: 'arValueSelect')
  424. ..aOS(2, _omitFieldNames ? '' : 'arStrSelect', protoName: 'arStrSelect')
  425. ..hasRequiredFields = false
  426. ;
  427. @$core.Deprecated(
  428. 'Using this can add significant overhead to your binary. '
  429. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  430. 'Will be removed in next major version')
  431. ToActivityRulesSelect clone() => ToActivityRulesSelect()..mergeFromMessage(this);
  432. @$core.Deprecated(
  433. 'Using this can add significant overhead to your binary. '
  434. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  435. 'Will be removed in next major version')
  436. ToActivityRulesSelect copyWith(void Function(ToActivityRulesSelect) updates) => super.copyWith((message) => updates(message as ToActivityRulesSelect)) as ToActivityRulesSelect;
  437. $pb.BuilderInfo get info_ => _i;
  438. @$core.pragma('dart2js:noInline')
  439. static ToActivityRulesSelect create() => ToActivityRulesSelect._();
  440. ToActivityRulesSelect createEmptyInstance() => create();
  441. static $pb.PbList<ToActivityRulesSelect> createRepeated() => $pb.PbList<ToActivityRulesSelect>();
  442. @$core.pragma('dart2js:noInline')
  443. static ToActivityRulesSelect getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSelect>(create);
  444. static ToActivityRulesSelect? _defaultInstance;
  445. @$pb.TagNumber(1)
  446. $core.String get arValueSelect => $_getSZ(0);
  447. @$pb.TagNumber(1)
  448. set arValueSelect($core.String v) { $_setString(0, v); }
  449. @$pb.TagNumber(1)
  450. $core.bool hasArValueSelect() => $_has(0);
  451. @$pb.TagNumber(1)
  452. void clearArValueSelect() => clearField(1);
  453. @$pb.TagNumber(2)
  454. $core.String get arStrSelect => $_getSZ(1);
  455. @$pb.TagNumber(2)
  456. set arStrSelect($core.String v) { $_setString(1, v); }
  457. @$pb.TagNumber(2)
  458. $core.bool hasArStrSelect() => $_has(1);
  459. @$pb.TagNumber(2)
  460. void clearArStrSelect() => clearField(2);
  461. }
  462. class ToCooperationQueryReply extends $pb.GeneratedMessage {
  463. factory ToCooperationQueryReply({
  464. $core.String? name,
  465. $core.int? leftMatchNum,
  466. }) {
  467. final $result = create();
  468. if (name != null) {
  469. $result.name = name;
  470. }
  471. if (leftMatchNum != null) {
  472. $result.leftMatchNum = leftMatchNum;
  473. }
  474. return $result;
  475. }
  476. ToCooperationQueryReply._() : super();
  477. factory ToCooperationQueryReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  478. factory ToCooperationQueryReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  479. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCooperationQueryReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  480. ..aOS(1, _omitFieldNames ? '' : 'name')
  481. ..a<$core.int>(2, _omitFieldNames ? '' : 'leftMatchNum', $pb.PbFieldType.O3, protoName: 'leftMatchNum')
  482. ..hasRequiredFields = false
  483. ;
  484. @$core.Deprecated(
  485. 'Using this can add significant overhead to your binary. '
  486. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  487. 'Will be removed in next major version')
  488. ToCooperationQueryReply clone() => ToCooperationQueryReply()..mergeFromMessage(this);
  489. @$core.Deprecated(
  490. 'Using this can add significant overhead to your binary. '
  491. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  492. 'Will be removed in next major version')
  493. ToCooperationQueryReply copyWith(void Function(ToCooperationQueryReply) updates) => super.copyWith((message) => updates(message as ToCooperationQueryReply)) as ToCooperationQueryReply;
  494. $pb.BuilderInfo get info_ => _i;
  495. @$core.pragma('dart2js:noInline')
  496. static ToCooperationQueryReply create() => ToCooperationQueryReply._();
  497. ToCooperationQueryReply createEmptyInstance() => create();
  498. static $pb.PbList<ToCooperationQueryReply> createRepeated() => $pb.PbList<ToCooperationQueryReply>();
  499. @$core.pragma('dart2js:noInline')
  500. static ToCooperationQueryReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCooperationQueryReply>(create);
  501. static ToCooperationQueryReply? _defaultInstance;
  502. @$pb.TagNumber(1)
  503. $core.String get name => $_getSZ(0);
  504. @$pb.TagNumber(1)
  505. set name($core.String v) { $_setString(0, v); }
  506. @$pb.TagNumber(1)
  507. $core.bool hasName() => $_has(0);
  508. @$pb.TagNumber(1)
  509. void clearName() => clearField(1);
  510. @$pb.TagNumber(2)
  511. $core.int get leftMatchNum => $_getIZ(1);
  512. @$pb.TagNumber(2)
  513. set leftMatchNum($core.int v) { $_setSignedInt32(1, v); }
  514. @$pb.TagNumber(2)
  515. $core.bool hasLeftMatchNum() => $_has(1);
  516. @$pb.TagNumber(2)
  517. void clearLeftMatchNum() => clearField(2);
  518. }
  519. class ToCourseChackMatchRequest extends $pb.GeneratedMessage {
  520. factory ToCourseChackMatchRequest({
  521. $core.int? id,
  522. $core.int? cId,
  523. }) {
  524. final $result = create();
  525. if (id != null) {
  526. $result.id = id;
  527. }
  528. if (cId != null) {
  529. $result.cId = cId;
  530. }
  531. return $result;
  532. }
  533. ToCourseChackMatchRequest._() : super();
  534. factory ToCourseChackMatchRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  535. factory ToCourseChackMatchRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  536. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCourseChackMatchRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  537. ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
  538. ..a<$core.int>(3, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
  539. ..hasRequiredFields = false
  540. ;
  541. @$core.Deprecated(
  542. 'Using this can add significant overhead to your binary. '
  543. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  544. 'Will be removed in next major version')
  545. ToCourseChackMatchRequest clone() => ToCourseChackMatchRequest()..mergeFromMessage(this);
  546. @$core.Deprecated(
  547. 'Using this can add significant overhead to your binary. '
  548. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  549. 'Will be removed in next major version')
  550. ToCourseChackMatchRequest copyWith(void Function(ToCourseChackMatchRequest) updates) => super.copyWith((message) => updates(message as ToCourseChackMatchRequest)) as ToCourseChackMatchRequest;
  551. $pb.BuilderInfo get info_ => _i;
  552. @$core.pragma('dart2js:noInline')
  553. static ToCourseChackMatchRequest create() => ToCourseChackMatchRequest._();
  554. ToCourseChackMatchRequest createEmptyInstance() => create();
  555. static $pb.PbList<ToCourseChackMatchRequest> createRepeated() => $pb.PbList<ToCourseChackMatchRequest>();
  556. @$core.pragma('dart2js:noInline')
  557. static ToCourseChackMatchRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCourseChackMatchRequest>(create);
  558. static ToCourseChackMatchRequest? _defaultInstance;
  559. @$pb.TagNumber(1)
  560. $core.int get id => $_getIZ(0);
  561. @$pb.TagNumber(1)
  562. set id($core.int v) { $_setSignedInt32(0, v); }
  563. @$pb.TagNumber(1)
  564. $core.bool hasId() => $_has(0);
  565. @$pb.TagNumber(1)
  566. void clearId() => clearField(1);
  567. @$pb.TagNumber(3)
  568. $core.int get cId => $_getIZ(1);
  569. @$pb.TagNumber(3)
  570. set cId($core.int v) { $_setSignedInt32(1, v); }
  571. @$pb.TagNumber(3)
  572. $core.bool hasCId() => $_has(1);
  573. @$pb.TagNumber(3)
  574. void clearCId() => clearField(3);
  575. }
  576. class ToActivityListReply extends $pb.GeneratedMessage {
  577. factory ToActivityListReply({
  578. $core.Iterable<$0.ToActionBasicInfo>? list,
  579. }) {
  580. final $result = create();
  581. if (list != null) {
  582. $result.list.addAll(list);
  583. }
  584. return $result;
  585. }
  586. ToActivityListReply._() : super();
  587. factory ToActivityListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  588. factory ToActivityListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  589. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  590. ..pc<$0.ToActionBasicInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: $0.ToActionBasicInfo.create)
  591. ..hasRequiredFields = false
  592. ;
  593. @$core.Deprecated(
  594. 'Using this can add significant overhead to your binary. '
  595. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  596. 'Will be removed in next major version')
  597. ToActivityListReply clone() => ToActivityListReply()..mergeFromMessage(this);
  598. @$core.Deprecated(
  599. 'Using this can add significant overhead to your binary. '
  600. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  601. 'Will be removed in next major version')
  602. ToActivityListReply copyWith(void Function(ToActivityListReply) updates) => super.copyWith((message) => updates(message as ToActivityListReply)) as ToActivityListReply;
  603. $pb.BuilderInfo get info_ => _i;
  604. @$core.pragma('dart2js:noInline')
  605. static ToActivityListReply create() => ToActivityListReply._();
  606. ToActivityListReply createEmptyInstance() => create();
  607. static $pb.PbList<ToActivityListReply> createRepeated() => $pb.PbList<ToActivityListReply>();
  608. @$core.pragma('dart2js:noInline')
  609. static ToActivityListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityListReply>(create);
  610. static ToActivityListReply? _defaultInstance;
  611. @$pb.TagNumber(1)
  612. $core.List<$0.ToActionBasicInfo> get list => $_getList(0);
  613. }
  614. class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
  615. factory ToMatchRegusterEditRequest({
  616. $core.int? id,
  617. $core.String? regName,
  618. $2.Timestamp? startAt,
  619. $2.Timestamp? stopAt,
  620. $core.bool? isQueryPwd,
  621. $core.String? queryPasswd,
  622. $2.Timestamp? bShowTime,
  623. $2.Timestamp? eShowTime,
  624. $core.String? matchPasswd,
  625. $core.bool? isAutoBegin,
  626. }) {
  627. final $result = create();
  628. if (id != null) {
  629. $result.id = id;
  630. }
  631. if (regName != null) {
  632. $result.regName = regName;
  633. }
  634. if (startAt != null) {
  635. $result.startAt = startAt;
  636. }
  637. if (stopAt != null) {
  638. $result.stopAt = stopAt;
  639. }
  640. if (isQueryPwd != null) {
  641. $result.isQueryPwd = isQueryPwd;
  642. }
  643. if (queryPasswd != null) {
  644. $result.queryPasswd = queryPasswd;
  645. }
  646. if (bShowTime != null) {
  647. $result.bShowTime = bShowTime;
  648. }
  649. if (eShowTime != null) {
  650. $result.eShowTime = eShowTime;
  651. }
  652. if (matchPasswd != null) {
  653. $result.matchPasswd = matchPasswd;
  654. }
  655. if (isAutoBegin != null) {
  656. $result.isAutoBegin = isAutoBegin;
  657. }
  658. return $result;
  659. }
  660. ToMatchRegusterEditRequest._() : super();
  661. factory ToMatchRegusterEditRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  662. factory ToMatchRegusterEditRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  663. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterEditRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  664. ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
  665. ..aOS(2, _omitFieldNames ? '' : 'regName', protoName: 'regName')
  666. ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
  667. ..aOM<$2.Timestamp>(4, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
  668. ..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
  669. ..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
  670. ..aOM<$2.Timestamp>(7, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
  671. ..aOM<$2.Timestamp>(8, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
  672. ..aOS(9, _omitFieldNames ? '' : 'MatchPasswd', protoName: 'MatchPasswd')
  673. ..aOB(10, _omitFieldNames ? '' : 'isAutoBegin', protoName: 'isAutoBegin')
  674. ..hasRequiredFields = false
  675. ;
  676. @$core.Deprecated(
  677. 'Using this can add significant overhead to your binary. '
  678. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  679. 'Will be removed in next major version')
  680. ToMatchRegusterEditRequest clone() => ToMatchRegusterEditRequest()..mergeFromMessage(this);
  681. @$core.Deprecated(
  682. 'Using this can add significant overhead to your binary. '
  683. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  684. 'Will be removed in next major version')
  685. ToMatchRegusterEditRequest copyWith(void Function(ToMatchRegusterEditRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterEditRequest)) as ToMatchRegusterEditRequest;
  686. $pb.BuilderInfo get info_ => _i;
  687. @$core.pragma('dart2js:noInline')
  688. static ToMatchRegusterEditRequest create() => ToMatchRegusterEditRequest._();
  689. ToMatchRegusterEditRequest createEmptyInstance() => create();
  690. static $pb.PbList<ToMatchRegusterEditRequest> createRepeated() => $pb.PbList<ToMatchRegusterEditRequest>();
  691. @$core.pragma('dart2js:noInline')
  692. static ToMatchRegusterEditRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterEditRequest>(create);
  693. static ToMatchRegusterEditRequest? _defaultInstance;
  694. @$pb.TagNumber(1)
  695. $core.int get id => $_getIZ(0);
  696. @$pb.TagNumber(1)
  697. set id($core.int v) { $_setSignedInt32(0, v); }
  698. @$pb.TagNumber(1)
  699. $core.bool hasId() => $_has(0);
  700. @$pb.TagNumber(1)
  701. void clearId() => clearField(1);
  702. @$pb.TagNumber(2)
  703. $core.String get regName => $_getSZ(1);
  704. @$pb.TagNumber(2)
  705. set regName($core.String v) { $_setString(1, v); }
  706. @$pb.TagNumber(2)
  707. $core.bool hasRegName() => $_has(1);
  708. @$pb.TagNumber(2)
  709. void clearRegName() => clearField(2);
  710. @$pb.TagNumber(3)
  711. $2.Timestamp get startAt => $_getN(2);
  712. @$pb.TagNumber(3)
  713. set startAt($2.Timestamp v) { setField(3, v); }
  714. @$pb.TagNumber(3)
  715. $core.bool hasStartAt() => $_has(2);
  716. @$pb.TagNumber(3)
  717. void clearStartAt() => clearField(3);
  718. @$pb.TagNumber(3)
  719. $2.Timestamp ensureStartAt() => $_ensure(2);
  720. @$pb.TagNumber(4)
  721. $2.Timestamp get stopAt => $_getN(3);
  722. @$pb.TagNumber(4)
  723. set stopAt($2.Timestamp v) { setField(4, v); }
  724. @$pb.TagNumber(4)
  725. $core.bool hasStopAt() => $_has(3);
  726. @$pb.TagNumber(4)
  727. void clearStopAt() => clearField(4);
  728. @$pb.TagNumber(4)
  729. $2.Timestamp ensureStopAt() => $_ensure(3);
  730. /// int32 actId = 5; //选择活动id
  731. @$pb.TagNumber(5)
  732. $core.bool get isQueryPwd => $_getBF(4);
  733. @$pb.TagNumber(5)
  734. set isQueryPwd($core.bool v) { $_setBool(4, v); }
  735. @$pb.TagNumber(5)
  736. $core.bool hasIsQueryPwd() => $_has(4);
  737. @$pb.TagNumber(5)
  738. void clearIsQueryPwd() => clearField(5);
  739. @$pb.TagNumber(6)
  740. $core.String get queryPasswd => $_getSZ(5);
  741. @$pb.TagNumber(6)
  742. set queryPasswd($core.String v) { $_setString(5, v); }
  743. @$pb.TagNumber(6)
  744. $core.bool hasQueryPasswd() => $_has(5);
  745. @$pb.TagNumber(6)
  746. void clearQueryPasswd() => clearField(6);
  747. @$pb.TagNumber(7)
  748. $2.Timestamp get bShowTime => $_getN(6);
  749. @$pb.TagNumber(7)
  750. set bShowTime($2.Timestamp v) { setField(7, v); }
  751. @$pb.TagNumber(7)
  752. $core.bool hasBShowTime() => $_has(6);
  753. @$pb.TagNumber(7)
  754. void clearBShowTime() => clearField(7);
  755. @$pb.TagNumber(7)
  756. $2.Timestamp ensureBShowTime() => $_ensure(6);
  757. @$pb.TagNumber(8)
  758. $2.Timestamp get eShowTime => $_getN(7);
  759. @$pb.TagNumber(8)
  760. set eShowTime($2.Timestamp v) { setField(8, v); }
  761. @$pb.TagNumber(8)
  762. $core.bool hasEShowTime() => $_has(7);
  763. @$pb.TagNumber(8)
  764. void clearEShowTime() => clearField(8);
  765. @$pb.TagNumber(8)
  766. $2.Timestamp ensureEShowTime() => $_ensure(7);
  767. @$pb.TagNumber(9)
  768. $core.String get matchPasswd => $_getSZ(8);
  769. @$pb.TagNumber(9)
  770. set matchPasswd($core.String v) { $_setString(8, v); }
  771. @$pb.TagNumber(9)
  772. $core.bool hasMatchPasswd() => $_has(8);
  773. @$pb.TagNumber(9)
  774. void clearMatchPasswd() => clearField(9);
  775. @$pb.TagNumber(10)
  776. $core.bool get isAutoBegin => $_getBF(9);
  777. @$pb.TagNumber(10)
  778. set isAutoBegin($core.bool v) { $_setBool(9, v); }
  779. @$pb.TagNumber(10)
  780. $core.bool hasIsAutoBegin() => $_has(9);
  781. @$pb.TagNumber(10)
  782. void clearIsAutoBegin() => clearField(10);
  783. }
  784. class ToCourseListReply extends $pb.GeneratedMessage {
  785. factory ToCourseListReply({
  786. $core.Iterable<$0.CourseBase>? list,
  787. }) {
  788. final $result = create();
  789. if (list != null) {
  790. $result.list.addAll(list);
  791. }
  792. return $result;
  793. }
  794. ToCourseListReply._() : super();
  795. factory ToCourseListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  796. factory ToCourseListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  797. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCourseListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  798. ..pc<$0.CourseBase>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: $0.CourseBase.create)
  799. ..hasRequiredFields = false
  800. ;
  801. @$core.Deprecated(
  802. 'Using this can add significant overhead to your binary. '
  803. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  804. 'Will be removed in next major version')
  805. ToCourseListReply clone() => ToCourseListReply()..mergeFromMessage(this);
  806. @$core.Deprecated(
  807. 'Using this can add significant overhead to your binary. '
  808. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  809. 'Will be removed in next major version')
  810. ToCourseListReply copyWith(void Function(ToCourseListReply) updates) => super.copyWith((message) => updates(message as ToCourseListReply)) as ToCourseListReply;
  811. $pb.BuilderInfo get info_ => _i;
  812. @$core.pragma('dart2js:noInline')
  813. static ToCourseListReply create() => ToCourseListReply._();
  814. ToCourseListReply createEmptyInstance() => create();
  815. static $pb.PbList<ToCourseListReply> createRepeated() => $pb.PbList<ToCourseListReply>();
  816. @$core.pragma('dart2js:noInline')
  817. static ToCourseListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCourseListReply>(create);
  818. static ToCourseListReply? _defaultInstance;
  819. @$pb.TagNumber(1)
  820. $core.List<$0.CourseBase> get list => $_getList(0);
  821. }
  822. class ToMatchRegusterListRequest extends $pb.GeneratedMessage {
  823. factory ToMatchRegusterListRequest({
  824. $core.int? mapId,
  825. $fixnum.Int64? startSecond,
  826. }) {
  827. final $result = create();
  828. if (mapId != null) {
  829. $result.mapId = mapId;
  830. }
  831. if (startSecond != null) {
  832. $result.startSecond = startSecond;
  833. }
  834. return $result;
  835. }
  836. ToMatchRegusterListRequest._() : super();
  837. factory ToMatchRegusterListRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  838. factory ToMatchRegusterListRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  839. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  840. ..a<$core.int>(1, _omitFieldNames ? '' : 'mapId', $pb.PbFieldType.O3, protoName: 'mapId')
  841. ..aInt64(2, _omitFieldNames ? '' : 'startSecond', protoName: 'startSecond')
  842. ..hasRequiredFields = false
  843. ;
  844. @$core.Deprecated(
  845. 'Using this can add significant overhead to your binary. '
  846. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  847. 'Will be removed in next major version')
  848. ToMatchRegusterListRequest clone() => ToMatchRegusterListRequest()..mergeFromMessage(this);
  849. @$core.Deprecated(
  850. 'Using this can add significant overhead to your binary. '
  851. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  852. 'Will be removed in next major version')
  853. ToMatchRegusterListRequest copyWith(void Function(ToMatchRegusterListRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListRequest)) as ToMatchRegusterListRequest;
  854. $pb.BuilderInfo get info_ => _i;
  855. @$core.pragma('dart2js:noInline')
  856. static ToMatchRegusterListRequest create() => ToMatchRegusterListRequest._();
  857. ToMatchRegusterListRequest createEmptyInstance() => create();
  858. static $pb.PbList<ToMatchRegusterListRequest> createRepeated() => $pb.PbList<ToMatchRegusterListRequest>();
  859. @$core.pragma('dart2js:noInline')
  860. static ToMatchRegusterListRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListRequest>(create);
  861. static ToMatchRegusterListRequest? _defaultInstance;
  862. @$pb.TagNumber(1)
  863. $core.int get mapId => $_getIZ(0);
  864. @$pb.TagNumber(1)
  865. set mapId($core.int v) { $_setSignedInt32(0, v); }
  866. @$pb.TagNumber(1)
  867. $core.bool hasMapId() => $_has(0);
  868. @$pb.TagNumber(1)
  869. void clearMapId() => clearField(1);
  870. @$pb.TagNumber(2)
  871. $fixnum.Int64 get startSecond => $_getI64(1);
  872. @$pb.TagNumber(2)
  873. set startSecond($fixnum.Int64 v) { $_setInt64(1, v); }
  874. @$pb.TagNumber(2)
  875. $core.bool hasStartSecond() => $_has(1);
  876. @$pb.TagNumber(2)
  877. void clearStartSecond() => clearField(2);
  878. }
  879. class ToMatchRegusterListReply extends $pb.GeneratedMessage {
  880. factory ToMatchRegusterListReply({
  881. $core.Iterable<MatchRegusterInfo>? list,
  882. }) {
  883. final $result = create();
  884. if (list != null) {
  885. $result.list.addAll(list);
  886. }
  887. return $result;
  888. }
  889. ToMatchRegusterListReply._() : super();
  890. factory ToMatchRegusterListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  891. factory ToMatchRegusterListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  892. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  893. ..pc<MatchRegusterInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: MatchRegusterInfo.create)
  894. ..hasRequiredFields = false
  895. ;
  896. @$core.Deprecated(
  897. 'Using this can add significant overhead to your binary. '
  898. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  899. 'Will be removed in next major version')
  900. ToMatchRegusterListReply clone() => ToMatchRegusterListReply()..mergeFromMessage(this);
  901. @$core.Deprecated(
  902. 'Using this can add significant overhead to your binary. '
  903. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  904. 'Will be removed in next major version')
  905. ToMatchRegusterListReply copyWith(void Function(ToMatchRegusterListReply) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListReply)) as ToMatchRegusterListReply;
  906. $pb.BuilderInfo get info_ => _i;
  907. @$core.pragma('dart2js:noInline')
  908. static ToMatchRegusterListReply create() => ToMatchRegusterListReply._();
  909. ToMatchRegusterListReply createEmptyInstance() => create();
  910. static $pb.PbList<ToMatchRegusterListReply> createRepeated() => $pb.PbList<ToMatchRegusterListReply>();
  911. @$core.pragma('dart2js:noInline')
  912. static ToMatchRegusterListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListReply>(create);
  913. static ToMatchRegusterListReply? _defaultInstance;
  914. @$pb.TagNumber(1)
  915. $core.List<MatchRegusterInfo> get list => $_getList(0);
  916. }
  917. class MatchRegusterInfo extends $pb.GeneratedMessage {
  918. factory MatchRegusterInfo({
  919. $core.int? id,
  920. $core.String? name,
  921. $core.int? totalUserNum,
  922. $core.String? qrCode,
  923. $core.bool? isAllowEdit,
  924. $core.bool? isAllowDel,
  925. $core.Iterable<ToChackInsInfo>? userList,
  926. $core.int? state,
  927. $core.String? matchBt,
  928. $core.String? matchEt,
  929. $2.Timestamp? bShowTime,
  930. $2.Timestamp? eShowTime,
  931. $core.bool? isAllowChack,
  932. $core.bool? allowChackBtnAble,
  933. $2.Timestamp? bTime,
  934. $2.Timestamp? eTime,
  935. }) {
  936. final $result = create();
  937. if (id != null) {
  938. $result.id = id;
  939. }
  940. if (name != null) {
  941. $result.name = name;
  942. }
  943. if (totalUserNum != null) {
  944. $result.totalUserNum = totalUserNum;
  945. }
  946. if (qrCode != null) {
  947. $result.qrCode = qrCode;
  948. }
  949. if (isAllowEdit != null) {
  950. $result.isAllowEdit = isAllowEdit;
  951. }
  952. if (isAllowDel != null) {
  953. $result.isAllowDel = isAllowDel;
  954. }
  955. if (userList != null) {
  956. $result.userList.addAll(userList);
  957. }
  958. if (state != null) {
  959. $result.state = state;
  960. }
  961. if (matchBt != null) {
  962. $result.matchBt = matchBt;
  963. }
  964. if (matchEt != null) {
  965. $result.matchEt = matchEt;
  966. }
  967. if (bShowTime != null) {
  968. $result.bShowTime = bShowTime;
  969. }
  970. if (eShowTime != null) {
  971. $result.eShowTime = eShowTime;
  972. }
  973. if (isAllowChack != null) {
  974. $result.isAllowChack = isAllowChack;
  975. }
  976. if (allowChackBtnAble != null) {
  977. $result.allowChackBtnAble = allowChackBtnAble;
  978. }
  979. if (bTime != null) {
  980. $result.bTime = bTime;
  981. }
  982. if (eTime != null) {
  983. $result.eTime = eTime;
  984. }
  985. return $result;
  986. }
  987. MatchRegusterInfo._() : super();
  988. factory MatchRegusterInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  989. factory MatchRegusterInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  990. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MatchRegusterInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  991. ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
  992. ..aOS(2, _omitFieldNames ? '' : 'name')
  993. ..a<$core.int>(3, _omitFieldNames ? '' : 'totalUserNum', $pb.PbFieldType.O3, protoName: 'totalUserNum')
  994. ..aOS(4, _omitFieldNames ? '' : 'qrCode', protoName: 'qrCode')
  995. ..aOB(5, _omitFieldNames ? '' : 'isAllowEdit', protoName: 'isAllowEdit')
  996. ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
  997. ..pc<ToChackInsInfo>(7, _omitFieldNames ? '' : 'userList', $pb.PbFieldType.PM, protoName: 'userList', subBuilder: ToChackInsInfo.create)
  998. ..a<$core.int>(8, _omitFieldNames ? '' : 'state', $pb.PbFieldType.O3)
  999. ..aOS(9, _omitFieldNames ? '' : 'MatchBt', protoName: 'MatchBt')
  1000. ..aOS(10, _omitFieldNames ? '' : 'MatchEt', protoName: 'MatchEt')
  1001. ..aOM<$2.Timestamp>(11, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
  1002. ..aOM<$2.Timestamp>(12, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
  1003. ..aOB(13, _omitFieldNames ? '' : 'isAllowChack', protoName: 'isAllowChack')
  1004. ..aOB(14, _omitFieldNames ? '' : 'allowChackBtnAble', protoName: 'allowChackBtnAble')
  1005. ..aOM<$2.Timestamp>(15, _omitFieldNames ? '' : 'BTime', protoName: 'BTime', subBuilder: $2.Timestamp.create)
  1006. ..aOM<$2.Timestamp>(16, _omitFieldNames ? '' : 'ETime', protoName: 'ETime', subBuilder: $2.Timestamp.create)
  1007. ..hasRequiredFields = false
  1008. ;
  1009. @$core.Deprecated(
  1010. 'Using this can add significant overhead to your binary. '
  1011. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  1012. 'Will be removed in next major version')
  1013. MatchRegusterInfo clone() => MatchRegusterInfo()..mergeFromMessage(this);
  1014. @$core.Deprecated(
  1015. 'Using this can add significant overhead to your binary. '
  1016. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  1017. 'Will be removed in next major version')
  1018. MatchRegusterInfo copyWith(void Function(MatchRegusterInfo) updates) => super.copyWith((message) => updates(message as MatchRegusterInfo)) as MatchRegusterInfo;
  1019. $pb.BuilderInfo get info_ => _i;
  1020. @$core.pragma('dart2js:noInline')
  1021. static MatchRegusterInfo create() => MatchRegusterInfo._();
  1022. MatchRegusterInfo createEmptyInstance() => create();
  1023. static $pb.PbList<MatchRegusterInfo> createRepeated() => $pb.PbList<MatchRegusterInfo>();
  1024. @$core.pragma('dart2js:noInline')
  1025. static MatchRegusterInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MatchRegusterInfo>(create);
  1026. static MatchRegusterInfo? _defaultInstance;
  1027. @$pb.TagNumber(1)
  1028. $core.int get id => $_getIZ(0);
  1029. @$pb.TagNumber(1)
  1030. set id($core.int v) { $_setSignedInt32(0, v); }
  1031. @$pb.TagNumber(1)
  1032. $core.bool hasId() => $_has(0);
  1033. @$pb.TagNumber(1)
  1034. void clearId() => clearField(1);
  1035. @$pb.TagNumber(2)
  1036. $core.String get name => $_getSZ(1);
  1037. @$pb.TagNumber(2)
  1038. set name($core.String v) { $_setString(1, v); }
  1039. @$pb.TagNumber(2)
  1040. $core.bool hasName() => $_has(1);
  1041. @$pb.TagNumber(2)
  1042. void clearName() => clearField(2);
  1043. @$pb.TagNumber(3)
  1044. $core.int get totalUserNum => $_getIZ(2);
  1045. @$pb.TagNumber(3)
  1046. set totalUserNum($core.int v) { $_setSignedInt32(2, v); }
  1047. @$pb.TagNumber(3)
  1048. $core.bool hasTotalUserNum() => $_has(2);
  1049. @$pb.TagNumber(3)
  1050. void clearTotalUserNum() => clearField(3);
  1051. @$pb.TagNumber(4)
  1052. $core.String get qrCode => $_getSZ(3);
  1053. @$pb.TagNumber(4)
  1054. set qrCode($core.String v) { $_setString(3, v); }
  1055. @$pb.TagNumber(4)
  1056. $core.bool hasQrCode() => $_has(3);
  1057. @$pb.TagNumber(4)
  1058. void clearQrCode() => clearField(4);
  1059. @$pb.TagNumber(5)
  1060. $core.bool get isAllowEdit => $_getBF(4);
  1061. @$pb.TagNumber(5)
  1062. set isAllowEdit($core.bool v) { $_setBool(4, v); }
  1063. @$pb.TagNumber(5)
  1064. $core.bool hasIsAllowEdit() => $_has(4);
  1065. @$pb.TagNumber(5)
  1066. void clearIsAllowEdit() => clearField(5);
  1067. @$pb.TagNumber(6)
  1068. $core.bool get isAllowDel => $_getBF(5);
  1069. @$pb.TagNumber(6)
  1070. set isAllowDel($core.bool v) { $_setBool(5, v); }
  1071. @$pb.TagNumber(6)
  1072. $core.bool hasIsAllowDel() => $_has(5);
  1073. @$pb.TagNumber(6)
  1074. void clearIsAllowDel() => clearField(6);
  1075. @$pb.TagNumber(7)
  1076. $core.List<ToChackInsInfo> get userList => $_getList(6);
  1077. @$pb.TagNumber(8)
  1078. $core.int get state => $_getIZ(7);
  1079. @$pb.TagNumber(8)
  1080. set state($core.int v) { $_setSignedInt32(7, v); }
  1081. @$pb.TagNumber(8)
  1082. $core.bool hasState() => $_has(7);
  1083. @$pb.TagNumber(8)
  1084. void clearState() => clearField(8);
  1085. @$pb.TagNumber(9)
  1086. $core.String get matchBt => $_getSZ(8);
  1087. @$pb.TagNumber(9)
  1088. set matchBt($core.String v) { $_setString(8, v); }
  1089. @$pb.TagNumber(9)
  1090. $core.bool hasMatchBt() => $_has(8);
  1091. @$pb.TagNumber(9)
  1092. void clearMatchBt() => clearField(9);
  1093. @$pb.TagNumber(10)
  1094. $core.String get matchEt => $_getSZ(9);
  1095. @$pb.TagNumber(10)
  1096. set matchEt($core.String v) { $_setString(9, v); }
  1097. @$pb.TagNumber(10)
  1098. $core.bool hasMatchEt() => $_has(9);
  1099. @$pb.TagNumber(10)
  1100. void clearMatchEt() => clearField(10);
  1101. @$pb.TagNumber(11)
  1102. $2.Timestamp get bShowTime => $_getN(10);
  1103. @$pb.TagNumber(11)
  1104. set bShowTime($2.Timestamp v) { setField(11, v); }
  1105. @$pb.TagNumber(11)
  1106. $core.bool hasBShowTime() => $_has(10);
  1107. @$pb.TagNumber(11)
  1108. void clearBShowTime() => clearField(11);
  1109. @$pb.TagNumber(11)
  1110. $2.Timestamp ensureBShowTime() => $_ensure(10);
  1111. @$pb.TagNumber(12)
  1112. $2.Timestamp get eShowTime => $_getN(11);
  1113. @$pb.TagNumber(12)
  1114. set eShowTime($2.Timestamp v) { setField(12, v); }
  1115. @$pb.TagNumber(12)
  1116. $core.bool hasEShowTime() => $_has(11);
  1117. @$pb.TagNumber(12)
  1118. void clearEShowTime() => clearField(12);
  1119. @$pb.TagNumber(12)
  1120. $2.Timestamp ensureEShowTime() => $_ensure(11);
  1121. @$pb.TagNumber(13)
  1122. $core.bool get isAllowChack => $_getBF(12);
  1123. @$pb.TagNumber(13)
  1124. set isAllowChack($core.bool v) { $_setBool(12, v); }
  1125. @$pb.TagNumber(13)
  1126. $core.bool hasIsAllowChack() => $_has(12);
  1127. @$pb.TagNumber(13)
  1128. void clearIsAllowChack() => clearField(13);
  1129. @$pb.TagNumber(14)
  1130. $core.bool get allowChackBtnAble => $_getBF(13);
  1131. @$pb.TagNumber(14)
  1132. set allowChackBtnAble($core.bool v) { $_setBool(13, v); }
  1133. @$pb.TagNumber(14)
  1134. $core.bool hasAllowChackBtnAble() => $_has(13);
  1135. @$pb.TagNumber(14)
  1136. void clearAllowChackBtnAble() => clearField(14);
  1137. @$pb.TagNumber(15)
  1138. $2.Timestamp get bTime => $_getN(14);
  1139. @$pb.TagNumber(15)
  1140. set bTime($2.Timestamp v) { setField(15, v); }
  1141. @$pb.TagNumber(15)
  1142. $core.bool hasBTime() => $_has(14);
  1143. @$pb.TagNumber(15)
  1144. void clearBTime() => clearField(15);
  1145. @$pb.TagNumber(15)
  1146. $2.Timestamp ensureBTime() => $_ensure(14);
  1147. @$pb.TagNumber(16)
  1148. $2.Timestamp get eTime => $_getN(15);
  1149. @$pb.TagNumber(16)
  1150. set eTime($2.Timestamp v) { setField(16, v); }
  1151. @$pb.TagNumber(16)
  1152. $core.bool hasETime() => $_has(15);
  1153. @$pb.TagNumber(16)
  1154. void clearETime() => clearField(16);
  1155. @$pb.TagNumber(16)
  1156. $2.Timestamp ensureETime() => $_ensure(15);
  1157. }
  1158. ///
  1159. /// 场控段赛事控制逻辑:
  1160. /// 1.如果cId等于0,isStart等于false,表示未分发线路,路线显示分发按钮,状态显示未分发;
  1161. /// 2.如果cId大于0,isStart等于false,表示已分发线路但管理员未开始,状态栏是开始按钮;
  1162. /// 3.如果cId大于0,isStart等于true,mState等于0(玩家端未开始)或1(玩家端已开始但没打开始点),表示已分发线路且管理员已开始但用户没有打开始点,状态显示已开始;
  1163. /// 4.如果cId大于0,isStart等于true,mState等于2,表示已分发线路且管理员已开始且用户已打开始点,状态显示已开始,操作显示结束按钮;
  1164. /// 5.如果cId大于0,isStart等于true,mState大于等于3,表示已分发线路且管理员已开始且用户已结束比赛,状态显示已结束,操作显示重赛按钮
  1165. /// 6:点击重赛后,跟1情况一样
  1166. /// 7:是否显示删除按钮由punchCpNum字段控制,punchCpNum等于0显示删除按钮,大于0显示其他按钮;
  1167. class ToChackInsInfo extends $pb.GeneratedMessage {
  1168. factory ToChackInsInfo({
  1169. $core.int? mciId,
  1170. $core.int? oId,
  1171. $core.String? nickname,
  1172. $core.String? phone,
  1173. $core.String? chackInsTime,
  1174. $core.bool? isAllowDel,
  1175. $core.String? cName,
  1176. $core.int? cId,
  1177. $core.String? hrSn,
  1178. $0.CState? cState,
  1179. $core.bool? isAllowFinish,
  1180. }) {
  1181. final $result = create();
  1182. if (mciId != null) {
  1183. $result.mciId = mciId;
  1184. }
  1185. if (oId != null) {
  1186. $result.oId = oId;
  1187. }
  1188. if (nickname != null) {
  1189. $result.nickname = nickname;
  1190. }
  1191. if (phone != null) {
  1192. $result.phone = phone;
  1193. }
  1194. if (chackInsTime != null) {
  1195. $result.chackInsTime = chackInsTime;
  1196. }
  1197. if (isAllowDel != null) {
  1198. $result.isAllowDel = isAllowDel;
  1199. }
  1200. if (cName != null) {
  1201. $result.cName = cName;
  1202. }
  1203. if (cId != null) {
  1204. $result.cId = cId;
  1205. }
  1206. if (hrSn != null) {
  1207. $result.hrSn = hrSn;
  1208. }
  1209. if (cState != null) {
  1210. $result.cState = cState;
  1211. }
  1212. if (isAllowFinish != null) {
  1213. $result.isAllowFinish = isAllowFinish;
  1214. }
  1215. return $result;
  1216. }
  1217. ToChackInsInfo._() : super();
  1218. factory ToChackInsInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  1219. factory ToChackInsInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  1220. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToChackInsInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  1221. ..a<$core.int>(1, _omitFieldNames ? '' : 'mciId', $pb.PbFieldType.O3, protoName: 'mciId')
  1222. ..a<$core.int>(2, _omitFieldNames ? '' : 'oId', $pb.PbFieldType.O3, protoName: 'oId')
  1223. ..aOS(3, _omitFieldNames ? '' : 'nickname')
  1224. ..aOS(4, _omitFieldNames ? '' : 'phone')
  1225. ..aOS(5, _omitFieldNames ? '' : 'chackInsTime', protoName: 'chackInsTime')
  1226. ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
  1227. ..aOS(7, _omitFieldNames ? '' : 'cName', protoName: 'cName')
  1228. ..a<$core.int>(8, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
  1229. ..aOS(9, _omitFieldNames ? '' : 'hrSn', protoName: 'hrSn')
  1230. ..e<$0.CState>(10, _omitFieldNames ? '' : 'cState', $pb.PbFieldType.OE, protoName: 'cState', defaultOrMaker: $0.CState.ToUnSend, valueOf: $0.CState.valueOf, enumValues: $0.CState.values)
  1231. ..aOB(11, _omitFieldNames ? '' : 'isAllowFinish', protoName: 'isAllowFinish')
  1232. ..hasRequiredFields = false
  1233. ;
  1234. @$core.Deprecated(
  1235. 'Using this can add significant overhead to your binary. '
  1236. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  1237. 'Will be removed in next major version')
  1238. ToChackInsInfo clone() => ToChackInsInfo()..mergeFromMessage(this);
  1239. @$core.Deprecated(
  1240. 'Using this can add significant overhead to your binary. '
  1241. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  1242. 'Will be removed in next major version')
  1243. ToChackInsInfo copyWith(void Function(ToChackInsInfo) updates) => super.copyWith((message) => updates(message as ToChackInsInfo)) as ToChackInsInfo;
  1244. $pb.BuilderInfo get info_ => _i;
  1245. @$core.pragma('dart2js:noInline')
  1246. static ToChackInsInfo create() => ToChackInsInfo._();
  1247. ToChackInsInfo createEmptyInstance() => create();
  1248. static $pb.PbList<ToChackInsInfo> createRepeated() => $pb.PbList<ToChackInsInfo>();
  1249. @$core.pragma('dart2js:noInline')
  1250. static ToChackInsInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToChackInsInfo>(create);
  1251. static ToChackInsInfo? _defaultInstance;
  1252. @$pb.TagNumber(1)
  1253. $core.int get mciId => $_getIZ(0);
  1254. @$pb.TagNumber(1)
  1255. set mciId($core.int v) { $_setSignedInt32(0, v); }
  1256. @$pb.TagNumber(1)
  1257. $core.bool hasMciId() => $_has(0);
  1258. @$pb.TagNumber(1)
  1259. void clearMciId() => clearField(1);
  1260. @$pb.TagNumber(2)
  1261. $core.int get oId => $_getIZ(1);
  1262. @$pb.TagNumber(2)
  1263. set oId($core.int v) { $_setSignedInt32(1, v); }
  1264. @$pb.TagNumber(2)
  1265. $core.bool hasOId() => $_has(1);
  1266. @$pb.TagNumber(2)
  1267. void clearOId() => clearField(2);
  1268. @$pb.TagNumber(3)
  1269. $core.String get nickname => $_getSZ(2);
  1270. @$pb.TagNumber(3)
  1271. set nickname($core.String v) { $_setString(2, v); }
  1272. @$pb.TagNumber(3)
  1273. $core.bool hasNickname() => $_has(2);
  1274. @$pb.TagNumber(3)
  1275. void clearNickname() => clearField(3);
  1276. @$pb.TagNumber(4)
  1277. $core.String get phone => $_getSZ(3);
  1278. @$pb.TagNumber(4)
  1279. set phone($core.String v) { $_setString(3, v); }
  1280. @$pb.TagNumber(4)
  1281. $core.bool hasPhone() => $_has(3);
  1282. @$pb.TagNumber(4)
  1283. void clearPhone() => clearField(4);
  1284. @$pb.TagNumber(5)
  1285. $core.String get chackInsTime => $_getSZ(4);
  1286. @$pb.TagNumber(5)
  1287. set chackInsTime($core.String v) { $_setString(4, v); }
  1288. @$pb.TagNumber(5)
  1289. $core.bool hasChackInsTime() => $_has(4);
  1290. @$pb.TagNumber(5)
  1291. void clearChackInsTime() => clearField(5);
  1292. @$pb.TagNumber(6)
  1293. $core.bool get isAllowDel => $_getBF(5);
  1294. @$pb.TagNumber(6)
  1295. set isAllowDel($core.bool v) { $_setBool(5, v); }
  1296. @$pb.TagNumber(6)
  1297. $core.bool hasIsAllowDel() => $_has(5);
  1298. @$pb.TagNumber(6)
  1299. void clearIsAllowDel() => clearField(6);
  1300. @$pb.TagNumber(7)
  1301. $core.String get cName => $_getSZ(6);
  1302. @$pb.TagNumber(7)
  1303. set cName($core.String v) { $_setString(6, v); }
  1304. @$pb.TagNumber(7)
  1305. $core.bool hasCName() => $_has(6);
  1306. @$pb.TagNumber(7)
  1307. void clearCName() => clearField(7);
  1308. @$pb.TagNumber(8)
  1309. $core.int get cId => $_getIZ(7);
  1310. @$pb.TagNumber(8)
  1311. set cId($core.int v) { $_setSignedInt32(7, v); }
  1312. @$pb.TagNumber(8)
  1313. $core.bool hasCId() => $_has(7);
  1314. @$pb.TagNumber(8)
  1315. void clearCId() => clearField(8);
  1316. /// int32 mState =8;//用户状态(不是场控端发送状态):0:等待出发 1: 参加比赛,没打第一点 2:比赛进行中 3:完成比赛 4:超时完成比赛 5:未完成-已过强制关门时间,系统强制退赛 6:用户主动退赛
  1317. /// bool isStart =9;//是否出发
  1318. /// int32 punchCpNum =10;//打开始点次数
  1319. @$pb.TagNumber(9)
  1320. $core.String get hrSn => $_getSZ(8);
  1321. @$pb.TagNumber(9)
  1322. set hrSn($core.String v) { $_setString(8, v); }
  1323. @$pb.TagNumber(9)
  1324. $core.bool hasHrSn() => $_has(8);
  1325. @$pb.TagNumber(9)
  1326. void clearHrSn() => clearField(9);
  1327. @$pb.TagNumber(10)
  1328. $0.CState get cState => $_getN(9);
  1329. @$pb.TagNumber(10)
  1330. set cState($0.CState v) { setField(10, v); }
  1331. @$pb.TagNumber(10)
  1332. $core.bool hasCState() => $_has(9);
  1333. @$pb.TagNumber(10)
  1334. void clearCState() => clearField(10);
  1335. @$pb.TagNumber(11)
  1336. $core.bool get isAllowFinish => $_getBF(10);
  1337. @$pb.TagNumber(11)
  1338. set isAllowFinish($core.bool v) { $_setBool(10, v); }
  1339. @$pb.TagNumber(11)
  1340. $core.bool hasIsAllowFinish() => $_has(10);
  1341. @$pb.TagNumber(11)
  1342. void clearIsAllowFinish() => clearField(11);
  1343. }
  1344. class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
  1345. factory ToMatchRegusterAddRequest({
  1346. $core.String? regName,
  1347. $2.Timestamp? startAt,
  1348. $2.Timestamp? stopAt,
  1349. $core.int? actId,
  1350. $core.bool? isQueryPwd,
  1351. $core.String? queryPasswd,
  1352. $2.Timestamp? bShowTime,
  1353. $2.Timestamp? eShowTime,
  1354. $core.String? matchPasswd,
  1355. $core.bool? isAutoBegin,
  1356. }) {
  1357. final $result = create();
  1358. if (regName != null) {
  1359. $result.regName = regName;
  1360. }
  1361. if (startAt != null) {
  1362. $result.startAt = startAt;
  1363. }
  1364. if (stopAt != null) {
  1365. $result.stopAt = stopAt;
  1366. }
  1367. if (actId != null) {
  1368. $result.actId = actId;
  1369. }
  1370. if (isQueryPwd != null) {
  1371. $result.isQueryPwd = isQueryPwd;
  1372. }
  1373. if (queryPasswd != null) {
  1374. $result.queryPasswd = queryPasswd;
  1375. }
  1376. if (bShowTime != null) {
  1377. $result.bShowTime = bShowTime;
  1378. }
  1379. if (eShowTime != null) {
  1380. $result.eShowTime = eShowTime;
  1381. }
  1382. if (matchPasswd != null) {
  1383. $result.matchPasswd = matchPasswd;
  1384. }
  1385. if (isAutoBegin != null) {
  1386. $result.isAutoBegin = isAutoBegin;
  1387. }
  1388. return $result;
  1389. }
  1390. ToMatchRegusterAddRequest._() : super();
  1391. factory ToMatchRegusterAddRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  1392. factory ToMatchRegusterAddRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  1393. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterAddRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  1394. ..aOS(1, _omitFieldNames ? '' : 'regName', protoName: 'regName')
  1395. ..aOM<$2.Timestamp>(2, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
  1396. ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
  1397. ..a<$core.int>(4, _omitFieldNames ? '' : 'actId', $pb.PbFieldType.O3, protoName: 'actId')
  1398. ..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
  1399. ..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
  1400. ..aOM<$2.Timestamp>(7, _omitFieldNames ? '' : 'bShowTime', protoName: 'bShowTime', subBuilder: $2.Timestamp.create)
  1401. ..aOM<$2.Timestamp>(8, _omitFieldNames ? '' : 'eShowTime', protoName: 'eShowTime', subBuilder: $2.Timestamp.create)
  1402. ..aOS(9, _omitFieldNames ? '' : 'MatchPasswd', protoName: 'MatchPasswd')
  1403. ..aOB(10, _omitFieldNames ? '' : 'isAutoBegin', protoName: 'isAutoBegin')
  1404. ..hasRequiredFields = false
  1405. ;
  1406. @$core.Deprecated(
  1407. 'Using this can add significant overhead to your binary. '
  1408. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  1409. 'Will be removed in next major version')
  1410. ToMatchRegusterAddRequest clone() => ToMatchRegusterAddRequest()..mergeFromMessage(this);
  1411. @$core.Deprecated(
  1412. 'Using this can add significant overhead to your binary. '
  1413. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  1414. 'Will be removed in next major version')
  1415. ToMatchRegusterAddRequest copyWith(void Function(ToMatchRegusterAddRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterAddRequest)) as ToMatchRegusterAddRequest;
  1416. $pb.BuilderInfo get info_ => _i;
  1417. @$core.pragma('dart2js:noInline')
  1418. static ToMatchRegusterAddRequest create() => ToMatchRegusterAddRequest._();
  1419. ToMatchRegusterAddRequest createEmptyInstance() => create();
  1420. static $pb.PbList<ToMatchRegusterAddRequest> createRepeated() => $pb.PbList<ToMatchRegusterAddRequest>();
  1421. @$core.pragma('dart2js:noInline')
  1422. static ToMatchRegusterAddRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterAddRequest>(create);
  1423. static ToMatchRegusterAddRequest? _defaultInstance;
  1424. @$pb.TagNumber(1)
  1425. $core.String get regName => $_getSZ(0);
  1426. @$pb.TagNumber(1)
  1427. set regName($core.String v) { $_setString(0, v); }
  1428. @$pb.TagNumber(1)
  1429. $core.bool hasRegName() => $_has(0);
  1430. @$pb.TagNumber(1)
  1431. void clearRegName() => clearField(1);
  1432. @$pb.TagNumber(2)
  1433. $2.Timestamp get startAt => $_getN(1);
  1434. @$pb.TagNumber(2)
  1435. set startAt($2.Timestamp v) { setField(2, v); }
  1436. @$pb.TagNumber(2)
  1437. $core.bool hasStartAt() => $_has(1);
  1438. @$pb.TagNumber(2)
  1439. void clearStartAt() => clearField(2);
  1440. @$pb.TagNumber(2)
  1441. $2.Timestamp ensureStartAt() => $_ensure(1);
  1442. @$pb.TagNumber(3)
  1443. $2.Timestamp get stopAt => $_getN(2);
  1444. @$pb.TagNumber(3)
  1445. set stopAt($2.Timestamp v) { setField(3, v); }
  1446. @$pb.TagNumber(3)
  1447. $core.bool hasStopAt() => $_has(2);
  1448. @$pb.TagNumber(3)
  1449. void clearStopAt() => clearField(3);
  1450. @$pb.TagNumber(3)
  1451. $2.Timestamp ensureStopAt() => $_ensure(2);
  1452. @$pb.TagNumber(4)
  1453. $core.int get actId => $_getIZ(3);
  1454. @$pb.TagNumber(4)
  1455. set actId($core.int v) { $_setSignedInt32(3, v); }
  1456. @$pb.TagNumber(4)
  1457. $core.bool hasActId() => $_has(3);
  1458. @$pb.TagNumber(4)
  1459. void clearActId() => clearField(4);
  1460. @$pb.TagNumber(5)
  1461. $core.bool get isQueryPwd => $_getBF(4);
  1462. @$pb.TagNumber(5)
  1463. set isQueryPwd($core.bool v) { $_setBool(4, v); }
  1464. @$pb.TagNumber(5)
  1465. $core.bool hasIsQueryPwd() => $_has(4);
  1466. @$pb.TagNumber(5)
  1467. void clearIsQueryPwd() => clearField(5);
  1468. @$pb.TagNumber(6)
  1469. $core.String get queryPasswd => $_getSZ(5);
  1470. @$pb.TagNumber(6)
  1471. set queryPasswd($core.String v) { $_setString(5, v); }
  1472. @$pb.TagNumber(6)
  1473. $core.bool hasQueryPasswd() => $_has(5);
  1474. @$pb.TagNumber(6)
  1475. void clearQueryPasswd() => clearField(6);
  1476. @$pb.TagNumber(7)
  1477. $2.Timestamp get bShowTime => $_getN(6);
  1478. @$pb.TagNumber(7)
  1479. set bShowTime($2.Timestamp v) { setField(7, v); }
  1480. @$pb.TagNumber(7)
  1481. $core.bool hasBShowTime() => $_has(6);
  1482. @$pb.TagNumber(7)
  1483. void clearBShowTime() => clearField(7);
  1484. @$pb.TagNumber(7)
  1485. $2.Timestamp ensureBShowTime() => $_ensure(6);
  1486. @$pb.TagNumber(8)
  1487. $2.Timestamp get eShowTime => $_getN(7);
  1488. @$pb.TagNumber(8)
  1489. set eShowTime($2.Timestamp v) { setField(8, v); }
  1490. @$pb.TagNumber(8)
  1491. $core.bool hasEShowTime() => $_has(7);
  1492. @$pb.TagNumber(8)
  1493. void clearEShowTime() => clearField(8);
  1494. @$pb.TagNumber(8)
  1495. $2.Timestamp ensureEShowTime() => $_ensure(7);
  1496. @$pb.TagNumber(9)
  1497. $core.String get matchPasswd => $_getSZ(8);
  1498. @$pb.TagNumber(9)
  1499. set matchPasswd($core.String v) { $_setString(8, v); }
  1500. @$pb.TagNumber(9)
  1501. $core.bool hasMatchPasswd() => $_has(8);
  1502. @$pb.TagNumber(9)
  1503. void clearMatchPasswd() => clearField(9);
  1504. @$pb.TagNumber(10)
  1505. $core.bool get isAutoBegin => $_getBF(9);
  1506. @$pb.TagNumber(10)
  1507. set isAutoBegin($core.bool v) { $_setBool(9, v); }
  1508. @$pb.TagNumber(10)
  1509. $core.bool hasIsAutoBegin() => $_has(9);
  1510. @$pb.TagNumber(10)
  1511. void clearIsAutoBegin() => clearField(10);
  1512. }
  1513. const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
  1514. const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');