track_offical.pb.dart 63 KB

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