track_offical.pb.dart 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298
  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 ToActivityRulesSaveRequest extends $pb.GeneratedMessage {
  17. factory ToActivityRulesSaveRequest({
  18. $core.Iterable<ToActivityRulesSaveInfo>? list,
  19. }) {
  20. final $result = create();
  21. if (list != null) {
  22. $result.list.addAll(list);
  23. }
  24. return $result;
  25. }
  26. ToActivityRulesSaveRequest._() : super();
  27. factory ToActivityRulesSaveRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  28. factory ToActivityRulesSaveRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  29. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSaveRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  30. ..pc<ToActivityRulesSaveInfo>(2, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: ToActivityRulesSaveInfo.create)
  31. ..hasRequiredFields = false
  32. ;
  33. @$core.Deprecated(
  34. 'Using this can add significant overhead to your binary. '
  35. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  36. 'Will be removed in next major version')
  37. ToActivityRulesSaveRequest clone() => ToActivityRulesSaveRequest()..mergeFromMessage(this);
  38. @$core.Deprecated(
  39. 'Using this can add significant overhead to your binary. '
  40. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  41. 'Will be removed in next major version')
  42. ToActivityRulesSaveRequest copyWith(void Function(ToActivityRulesSaveRequest) updates) => super.copyWith((message) => updates(message as ToActivityRulesSaveRequest)) as ToActivityRulesSaveRequest;
  43. $pb.BuilderInfo get info_ => _i;
  44. @$core.pragma('dart2js:noInline')
  45. static ToActivityRulesSaveRequest create() => ToActivityRulesSaveRequest._();
  46. ToActivityRulesSaveRequest createEmptyInstance() => create();
  47. static $pb.PbList<ToActivityRulesSaveRequest> createRepeated() => $pb.PbList<ToActivityRulesSaveRequest>();
  48. @$core.pragma('dart2js:noInline')
  49. static ToActivityRulesSaveRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSaveRequest>(create);
  50. static ToActivityRulesSaveRequest? _defaultInstance;
  51. @$pb.TagNumber(2)
  52. $core.List<ToActivityRulesSaveInfo> get list => $_getList(0);
  53. }
  54. class ToActivityRulesSaveInfo extends $pb.GeneratedMessage {
  55. factory ToActivityRulesSaveInfo({
  56. $core.int? arrId,
  57. $core.String? arValue,
  58. }) {
  59. final $result = create();
  60. if (arrId != null) {
  61. $result.arrId = arrId;
  62. }
  63. if (arValue != null) {
  64. $result.arValue = arValue;
  65. }
  66. return $result;
  67. }
  68. ToActivityRulesSaveInfo._() : super();
  69. factory ToActivityRulesSaveInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  70. factory ToActivityRulesSaveInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  71. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSaveInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  72. ..a<$core.int>(1, _omitFieldNames ? '' : 'arrId', $pb.PbFieldType.O3, protoName: 'arrId')
  73. ..aOS(2, _omitFieldNames ? '' : 'arValue', protoName: 'arValue')
  74. ..hasRequiredFields = false
  75. ;
  76. @$core.Deprecated(
  77. 'Using this can add significant overhead to your binary. '
  78. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  79. 'Will be removed in next major version')
  80. ToActivityRulesSaveInfo clone() => ToActivityRulesSaveInfo()..mergeFromMessage(this);
  81. @$core.Deprecated(
  82. 'Using this can add significant overhead to your binary. '
  83. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  84. 'Will be removed in next major version')
  85. ToActivityRulesSaveInfo copyWith(void Function(ToActivityRulesSaveInfo) updates) => super.copyWith((message) => updates(message as ToActivityRulesSaveInfo)) as ToActivityRulesSaveInfo;
  86. $pb.BuilderInfo get info_ => _i;
  87. @$core.pragma('dart2js:noInline')
  88. static ToActivityRulesSaveInfo create() => ToActivityRulesSaveInfo._();
  89. ToActivityRulesSaveInfo createEmptyInstance() => create();
  90. static $pb.PbList<ToActivityRulesSaveInfo> createRepeated() => $pb.PbList<ToActivityRulesSaveInfo>();
  91. @$core.pragma('dart2js:noInline')
  92. static ToActivityRulesSaveInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSaveInfo>(create);
  93. static ToActivityRulesSaveInfo? _defaultInstance;
  94. @$pb.TagNumber(1)
  95. $core.int get arrId => $_getIZ(0);
  96. @$pb.TagNumber(1)
  97. set arrId($core.int v) { $_setSignedInt32(0, v); }
  98. @$pb.TagNumber(1)
  99. $core.bool hasArrId() => $_has(0);
  100. @$pb.TagNumber(1)
  101. void clearArrId() => clearField(1);
  102. @$pb.TagNumber(2)
  103. $core.String get arValue => $_getSZ(1);
  104. @$pb.TagNumber(2)
  105. set arValue($core.String v) { $_setString(1, v); }
  106. @$pb.TagNumber(2)
  107. $core.bool hasArValue() => $_has(1);
  108. @$pb.TagNumber(2)
  109. void clearArValue() => clearField(2);
  110. }
  111. class ToActivityRulesQueryReply extends $pb.GeneratedMessage {
  112. factory ToActivityRulesQueryReply({
  113. $core.Iterable<ToActivityRulesInfo>? list,
  114. }) {
  115. final $result = create();
  116. if (list != null) {
  117. $result.list.addAll(list);
  118. }
  119. return $result;
  120. }
  121. ToActivityRulesQueryReply._() : super();
  122. factory ToActivityRulesQueryReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  123. factory ToActivityRulesQueryReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  124. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesQueryReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  125. ..pc<ToActivityRulesInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: ToActivityRulesInfo.create)
  126. ..hasRequiredFields = false
  127. ;
  128. @$core.Deprecated(
  129. 'Using this can add significant overhead to your binary. '
  130. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  131. 'Will be removed in next major version')
  132. ToActivityRulesQueryReply clone() => ToActivityRulesQueryReply()..mergeFromMessage(this);
  133. @$core.Deprecated(
  134. 'Using this can add significant overhead to your binary. '
  135. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  136. 'Will be removed in next major version')
  137. ToActivityRulesQueryReply copyWith(void Function(ToActivityRulesQueryReply) updates) => super.copyWith((message) => updates(message as ToActivityRulesQueryReply)) as ToActivityRulesQueryReply;
  138. $pb.BuilderInfo get info_ => _i;
  139. @$core.pragma('dart2js:noInline')
  140. static ToActivityRulesQueryReply create() => ToActivityRulesQueryReply._();
  141. ToActivityRulesQueryReply createEmptyInstance() => create();
  142. static $pb.PbList<ToActivityRulesQueryReply> createRepeated() => $pb.PbList<ToActivityRulesQueryReply>();
  143. @$core.pragma('dart2js:noInline')
  144. static ToActivityRulesQueryReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesQueryReply>(create);
  145. static ToActivityRulesQueryReply? _defaultInstance;
  146. @$pb.TagNumber(1)
  147. $core.List<ToActivityRulesInfo> get list => $_getList(0);
  148. }
  149. class ToActivityRulesInfo extends $pb.GeneratedMessage {
  150. factory ToActivityRulesInfo({
  151. $core.int? arrId,
  152. $core.String? arName,
  153. $core.bool? isLock,
  154. $core.int? arType,
  155. $core.Iterable<ToActivityRulesSelect>? arValueSelectList,
  156. $core.String? arValue,
  157. }) {
  158. final $result = create();
  159. if (arrId != null) {
  160. $result.arrId = arrId;
  161. }
  162. if (arName != null) {
  163. $result.arName = arName;
  164. }
  165. if (isLock != null) {
  166. $result.isLock = isLock;
  167. }
  168. if (arType != null) {
  169. $result.arType = arType;
  170. }
  171. if (arValueSelectList != null) {
  172. $result.arValueSelectList.addAll(arValueSelectList);
  173. }
  174. if (arValue != null) {
  175. $result.arValue = arValue;
  176. }
  177. return $result;
  178. }
  179. ToActivityRulesInfo._() : super();
  180. factory ToActivityRulesInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  181. factory ToActivityRulesInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  182. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  183. ..a<$core.int>(1, _omitFieldNames ? '' : 'arrId', $pb.PbFieldType.O3, protoName: 'arrId')
  184. ..aOS(2, _omitFieldNames ? '' : 'arName', protoName: 'arName')
  185. ..aOB(3, _omitFieldNames ? '' : 'isLock', protoName: 'isLock')
  186. ..a<$core.int>(4, _omitFieldNames ? '' : 'arType', $pb.PbFieldType.O3, protoName: 'arType')
  187. ..pc<ToActivityRulesSelect>(5, _omitFieldNames ? '' : 'arValueSelectList', $pb.PbFieldType.PM, protoName: 'arValueSelectList', subBuilder: ToActivityRulesSelect.create)
  188. ..aOS(6, _omitFieldNames ? '' : 'arValue', protoName: 'arValue')
  189. ..hasRequiredFields = false
  190. ;
  191. @$core.Deprecated(
  192. 'Using this can add significant overhead to your binary. '
  193. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  194. 'Will be removed in next major version')
  195. ToActivityRulesInfo clone() => ToActivityRulesInfo()..mergeFromMessage(this);
  196. @$core.Deprecated(
  197. 'Using this can add significant overhead to your binary. '
  198. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  199. 'Will be removed in next major version')
  200. ToActivityRulesInfo copyWith(void Function(ToActivityRulesInfo) updates) => super.copyWith((message) => updates(message as ToActivityRulesInfo)) as ToActivityRulesInfo;
  201. $pb.BuilderInfo get info_ => _i;
  202. @$core.pragma('dart2js:noInline')
  203. static ToActivityRulesInfo create() => ToActivityRulesInfo._();
  204. ToActivityRulesInfo createEmptyInstance() => create();
  205. static $pb.PbList<ToActivityRulesInfo> createRepeated() => $pb.PbList<ToActivityRulesInfo>();
  206. @$core.pragma('dart2js:noInline')
  207. static ToActivityRulesInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesInfo>(create);
  208. static ToActivityRulesInfo? _defaultInstance;
  209. @$pb.TagNumber(1)
  210. $core.int get arrId => $_getIZ(0);
  211. @$pb.TagNumber(1)
  212. set arrId($core.int v) { $_setSignedInt32(0, v); }
  213. @$pb.TagNumber(1)
  214. $core.bool hasArrId() => $_has(0);
  215. @$pb.TagNumber(1)
  216. void clearArrId() => clearField(1);
  217. @$pb.TagNumber(2)
  218. $core.String get arName => $_getSZ(1);
  219. @$pb.TagNumber(2)
  220. set arName($core.String v) { $_setString(1, v); }
  221. @$pb.TagNumber(2)
  222. $core.bool hasArName() => $_has(1);
  223. @$pb.TagNumber(2)
  224. void clearArName() => clearField(2);
  225. @$pb.TagNumber(3)
  226. $core.bool get isLock => $_getBF(2);
  227. @$pb.TagNumber(3)
  228. set isLock($core.bool v) { $_setBool(2, v); }
  229. @$pb.TagNumber(3)
  230. $core.bool hasIsLock() => $_has(2);
  231. @$pb.TagNumber(3)
  232. void clearIsLock() => clearField(3);
  233. @$pb.TagNumber(4)
  234. $core.int get arType => $_getIZ(3);
  235. @$pb.TagNumber(4)
  236. set arType($core.int v) { $_setSignedInt32(3, v); }
  237. @$pb.TagNumber(4)
  238. $core.bool hasArType() => $_has(3);
  239. @$pb.TagNumber(4)
  240. void clearArType() => clearField(4);
  241. @$pb.TagNumber(5)
  242. $core.List<ToActivityRulesSelect> get arValueSelectList => $_getList(4);
  243. @$pb.TagNumber(6)
  244. $core.String get arValue => $_getSZ(5);
  245. @$pb.TagNumber(6)
  246. set arValue($core.String v) { $_setString(5, v); }
  247. @$pb.TagNumber(6)
  248. $core.bool hasArValue() => $_has(5);
  249. @$pb.TagNumber(6)
  250. void clearArValue() => clearField(6);
  251. }
  252. class ToActivityRulesSelect extends $pb.GeneratedMessage {
  253. factory ToActivityRulesSelect({
  254. $core.String? arValueSelect,
  255. $core.String? arStrSelect,
  256. }) {
  257. final $result = create();
  258. if (arValueSelect != null) {
  259. $result.arValueSelect = arValueSelect;
  260. }
  261. if (arStrSelect != null) {
  262. $result.arStrSelect = arStrSelect;
  263. }
  264. return $result;
  265. }
  266. ToActivityRulesSelect._() : super();
  267. factory ToActivityRulesSelect.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  268. factory ToActivityRulesSelect.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  269. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityRulesSelect', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  270. ..aOS(1, _omitFieldNames ? '' : 'arValueSelect', protoName: 'arValueSelect')
  271. ..aOS(2, _omitFieldNames ? '' : 'arStrSelect', protoName: 'arStrSelect')
  272. ..hasRequiredFields = false
  273. ;
  274. @$core.Deprecated(
  275. 'Using this can add significant overhead to your binary. '
  276. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  277. 'Will be removed in next major version')
  278. ToActivityRulesSelect clone() => ToActivityRulesSelect()..mergeFromMessage(this);
  279. @$core.Deprecated(
  280. 'Using this can add significant overhead to your binary. '
  281. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  282. 'Will be removed in next major version')
  283. ToActivityRulesSelect copyWith(void Function(ToActivityRulesSelect) updates) => super.copyWith((message) => updates(message as ToActivityRulesSelect)) as ToActivityRulesSelect;
  284. $pb.BuilderInfo get info_ => _i;
  285. @$core.pragma('dart2js:noInline')
  286. static ToActivityRulesSelect create() => ToActivityRulesSelect._();
  287. ToActivityRulesSelect createEmptyInstance() => create();
  288. static $pb.PbList<ToActivityRulesSelect> createRepeated() => $pb.PbList<ToActivityRulesSelect>();
  289. @$core.pragma('dart2js:noInline')
  290. static ToActivityRulesSelect getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityRulesSelect>(create);
  291. static ToActivityRulesSelect? _defaultInstance;
  292. @$pb.TagNumber(1)
  293. $core.String get arValueSelect => $_getSZ(0);
  294. @$pb.TagNumber(1)
  295. set arValueSelect($core.String v) { $_setString(0, v); }
  296. @$pb.TagNumber(1)
  297. $core.bool hasArValueSelect() => $_has(0);
  298. @$pb.TagNumber(1)
  299. void clearArValueSelect() => clearField(1);
  300. @$pb.TagNumber(2)
  301. $core.String get arStrSelect => $_getSZ(1);
  302. @$pb.TagNumber(2)
  303. set arStrSelect($core.String v) { $_setString(1, v); }
  304. @$pb.TagNumber(2)
  305. $core.bool hasArStrSelect() => $_has(1);
  306. @$pb.TagNumber(2)
  307. void clearArStrSelect() => clearField(2);
  308. }
  309. class ToCooperationQueryReply extends $pb.GeneratedMessage {
  310. factory ToCooperationQueryReply({
  311. $core.String? name,
  312. $core.int? leftMatchNum,
  313. }) {
  314. final $result = create();
  315. if (name != null) {
  316. $result.name = name;
  317. }
  318. if (leftMatchNum != null) {
  319. $result.leftMatchNum = leftMatchNum;
  320. }
  321. return $result;
  322. }
  323. ToCooperationQueryReply._() : super();
  324. factory ToCooperationQueryReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  325. factory ToCooperationQueryReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  326. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCooperationQueryReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  327. ..aOS(1, _omitFieldNames ? '' : 'name')
  328. ..a<$core.int>(2, _omitFieldNames ? '' : 'leftMatchNum', $pb.PbFieldType.O3, protoName: 'leftMatchNum')
  329. ..hasRequiredFields = false
  330. ;
  331. @$core.Deprecated(
  332. 'Using this can add significant overhead to your binary. '
  333. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  334. 'Will be removed in next major version')
  335. ToCooperationQueryReply clone() => ToCooperationQueryReply()..mergeFromMessage(this);
  336. @$core.Deprecated(
  337. 'Using this can add significant overhead to your binary. '
  338. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  339. 'Will be removed in next major version')
  340. ToCooperationQueryReply copyWith(void Function(ToCooperationQueryReply) updates) => super.copyWith((message) => updates(message as ToCooperationQueryReply)) as ToCooperationQueryReply;
  341. $pb.BuilderInfo get info_ => _i;
  342. @$core.pragma('dart2js:noInline')
  343. static ToCooperationQueryReply create() => ToCooperationQueryReply._();
  344. ToCooperationQueryReply createEmptyInstance() => create();
  345. static $pb.PbList<ToCooperationQueryReply> createRepeated() => $pb.PbList<ToCooperationQueryReply>();
  346. @$core.pragma('dart2js:noInline')
  347. static ToCooperationQueryReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCooperationQueryReply>(create);
  348. static ToCooperationQueryReply? _defaultInstance;
  349. @$pb.TagNumber(1)
  350. $core.String get name => $_getSZ(0);
  351. @$pb.TagNumber(1)
  352. set name($core.String v) { $_setString(0, v); }
  353. @$pb.TagNumber(1)
  354. $core.bool hasName() => $_has(0);
  355. @$pb.TagNumber(1)
  356. void clearName() => clearField(1);
  357. @$pb.TagNumber(2)
  358. $core.int get leftMatchNum => $_getIZ(1);
  359. @$pb.TagNumber(2)
  360. set leftMatchNum($core.int v) { $_setSignedInt32(1, v); }
  361. @$pb.TagNumber(2)
  362. $core.bool hasLeftMatchNum() => $_has(1);
  363. @$pb.TagNumber(2)
  364. void clearLeftMatchNum() => clearField(2);
  365. }
  366. class ToCourseChackMatchRequest extends $pb.GeneratedMessage {
  367. factory ToCourseChackMatchRequest({
  368. $core.int? id,
  369. $core.int? cId,
  370. }) {
  371. final $result = create();
  372. if (id != null) {
  373. $result.id = id;
  374. }
  375. if (cId != null) {
  376. $result.cId = cId;
  377. }
  378. return $result;
  379. }
  380. ToCourseChackMatchRequest._() : super();
  381. factory ToCourseChackMatchRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  382. factory ToCourseChackMatchRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  383. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCourseChackMatchRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  384. ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
  385. ..a<$core.int>(3, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
  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. ToCourseChackMatchRequest clone() => ToCourseChackMatchRequest()..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. ToCourseChackMatchRequest copyWith(void Function(ToCourseChackMatchRequest) updates) => super.copyWith((message) => updates(message as ToCourseChackMatchRequest)) as ToCourseChackMatchRequest;
  398. $pb.BuilderInfo get info_ => _i;
  399. @$core.pragma('dart2js:noInline')
  400. static ToCourseChackMatchRequest create() => ToCourseChackMatchRequest._();
  401. ToCourseChackMatchRequest createEmptyInstance() => create();
  402. static $pb.PbList<ToCourseChackMatchRequest> createRepeated() => $pb.PbList<ToCourseChackMatchRequest>();
  403. @$core.pragma('dart2js:noInline')
  404. static ToCourseChackMatchRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCourseChackMatchRequest>(create);
  405. static ToCourseChackMatchRequest? _defaultInstance;
  406. @$pb.TagNumber(1)
  407. $core.int get id => $_getIZ(0);
  408. @$pb.TagNumber(1)
  409. set id($core.int v) { $_setSignedInt32(0, v); }
  410. @$pb.TagNumber(1)
  411. $core.bool hasId() => $_has(0);
  412. @$pb.TagNumber(1)
  413. void clearId() => clearField(1);
  414. @$pb.TagNumber(3)
  415. $core.int get cId => $_getIZ(1);
  416. @$pb.TagNumber(3)
  417. set cId($core.int v) { $_setSignedInt32(1, v); }
  418. @$pb.TagNumber(3)
  419. $core.bool hasCId() => $_has(1);
  420. @$pb.TagNumber(3)
  421. void clearCId() => clearField(3);
  422. }
  423. class ToActivityListReply extends $pb.GeneratedMessage {
  424. factory ToActivityListReply({
  425. $core.Iterable<$0.ToActionBasicInfo>? list,
  426. }) {
  427. final $result = create();
  428. if (list != null) {
  429. $result.list.addAll(list);
  430. }
  431. return $result;
  432. }
  433. ToActivityListReply._() : super();
  434. factory ToActivityListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  435. factory ToActivityListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  436. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  437. ..pc<$0.ToActionBasicInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: $0.ToActionBasicInfo.create)
  438. ..hasRequiredFields = false
  439. ;
  440. @$core.Deprecated(
  441. 'Using this can add significant overhead to your binary. '
  442. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  443. 'Will be removed in next major version')
  444. ToActivityListReply clone() => ToActivityListReply()..mergeFromMessage(this);
  445. @$core.Deprecated(
  446. 'Using this can add significant overhead to your binary. '
  447. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  448. 'Will be removed in next major version')
  449. ToActivityListReply copyWith(void Function(ToActivityListReply) updates) => super.copyWith((message) => updates(message as ToActivityListReply)) as ToActivityListReply;
  450. $pb.BuilderInfo get info_ => _i;
  451. @$core.pragma('dart2js:noInline')
  452. static ToActivityListReply create() => ToActivityListReply._();
  453. ToActivityListReply createEmptyInstance() => create();
  454. static $pb.PbList<ToActivityListReply> createRepeated() => $pb.PbList<ToActivityListReply>();
  455. @$core.pragma('dart2js:noInline')
  456. static ToActivityListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityListReply>(create);
  457. static ToActivityListReply? _defaultInstance;
  458. @$pb.TagNumber(1)
  459. $core.List<$0.ToActionBasicInfo> get list => $_getList(0);
  460. }
  461. class ToMatchRegusterEditRequest extends $pb.GeneratedMessage {
  462. factory ToMatchRegusterEditRequest({
  463. $core.int? id,
  464. $core.String? regName,
  465. $2.Timestamp? startAt,
  466. $2.Timestamp? stopAt,
  467. $core.bool? isQueryPwd,
  468. $core.String? queryPasswd,
  469. }) {
  470. final $result = create();
  471. if (id != null) {
  472. $result.id = id;
  473. }
  474. if (regName != null) {
  475. $result.regName = regName;
  476. }
  477. if (startAt != null) {
  478. $result.startAt = startAt;
  479. }
  480. if (stopAt != null) {
  481. $result.stopAt = stopAt;
  482. }
  483. if (isQueryPwd != null) {
  484. $result.isQueryPwd = isQueryPwd;
  485. }
  486. if (queryPasswd != null) {
  487. $result.queryPasswd = queryPasswd;
  488. }
  489. return $result;
  490. }
  491. ToMatchRegusterEditRequest._() : super();
  492. factory ToMatchRegusterEditRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  493. factory ToMatchRegusterEditRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  494. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterEditRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  495. ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
  496. ..aOS(2, _omitFieldNames ? '' : 'regName', protoName: 'regName')
  497. ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
  498. ..aOM<$2.Timestamp>(4, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
  499. ..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
  500. ..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
  501. ..hasRequiredFields = false
  502. ;
  503. @$core.Deprecated(
  504. 'Using this can add significant overhead to your binary. '
  505. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  506. 'Will be removed in next major version')
  507. ToMatchRegusterEditRequest clone() => ToMatchRegusterEditRequest()..mergeFromMessage(this);
  508. @$core.Deprecated(
  509. 'Using this can add significant overhead to your binary. '
  510. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  511. 'Will be removed in next major version')
  512. ToMatchRegusterEditRequest copyWith(void Function(ToMatchRegusterEditRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterEditRequest)) as ToMatchRegusterEditRequest;
  513. $pb.BuilderInfo get info_ => _i;
  514. @$core.pragma('dart2js:noInline')
  515. static ToMatchRegusterEditRequest create() => ToMatchRegusterEditRequest._();
  516. ToMatchRegusterEditRequest createEmptyInstance() => create();
  517. static $pb.PbList<ToMatchRegusterEditRequest> createRepeated() => $pb.PbList<ToMatchRegusterEditRequest>();
  518. @$core.pragma('dart2js:noInline')
  519. static ToMatchRegusterEditRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterEditRequest>(create);
  520. static ToMatchRegusterEditRequest? _defaultInstance;
  521. @$pb.TagNumber(1)
  522. $core.int get id => $_getIZ(0);
  523. @$pb.TagNumber(1)
  524. set id($core.int v) { $_setSignedInt32(0, v); }
  525. @$pb.TagNumber(1)
  526. $core.bool hasId() => $_has(0);
  527. @$pb.TagNumber(1)
  528. void clearId() => clearField(1);
  529. @$pb.TagNumber(2)
  530. $core.String get regName => $_getSZ(1);
  531. @$pb.TagNumber(2)
  532. set regName($core.String v) { $_setString(1, v); }
  533. @$pb.TagNumber(2)
  534. $core.bool hasRegName() => $_has(1);
  535. @$pb.TagNumber(2)
  536. void clearRegName() => clearField(2);
  537. @$pb.TagNumber(3)
  538. $2.Timestamp get startAt => $_getN(2);
  539. @$pb.TagNumber(3)
  540. set startAt($2.Timestamp v) { setField(3, v); }
  541. @$pb.TagNumber(3)
  542. $core.bool hasStartAt() => $_has(2);
  543. @$pb.TagNumber(3)
  544. void clearStartAt() => clearField(3);
  545. @$pb.TagNumber(3)
  546. $2.Timestamp ensureStartAt() => $_ensure(2);
  547. @$pb.TagNumber(4)
  548. $2.Timestamp get stopAt => $_getN(3);
  549. @$pb.TagNumber(4)
  550. set stopAt($2.Timestamp v) { setField(4, v); }
  551. @$pb.TagNumber(4)
  552. $core.bool hasStopAt() => $_has(3);
  553. @$pb.TagNumber(4)
  554. void clearStopAt() => clearField(4);
  555. @$pb.TagNumber(4)
  556. $2.Timestamp ensureStopAt() => $_ensure(3);
  557. /// int32 actId = 5; //选择活动id
  558. @$pb.TagNumber(5)
  559. $core.bool get isQueryPwd => $_getBF(4);
  560. @$pb.TagNumber(5)
  561. set isQueryPwd($core.bool v) { $_setBool(4, v); }
  562. @$pb.TagNumber(5)
  563. $core.bool hasIsQueryPwd() => $_has(4);
  564. @$pb.TagNumber(5)
  565. void clearIsQueryPwd() => clearField(5);
  566. @$pb.TagNumber(6)
  567. $core.String get queryPasswd => $_getSZ(5);
  568. @$pb.TagNumber(6)
  569. set queryPasswd($core.String v) { $_setString(5, v); }
  570. @$pb.TagNumber(6)
  571. $core.bool hasQueryPasswd() => $_has(5);
  572. @$pb.TagNumber(6)
  573. void clearQueryPasswd() => clearField(6);
  574. }
  575. class ToCourseListReply extends $pb.GeneratedMessage {
  576. factory ToCourseListReply({
  577. $core.Iterable<$0.CourseBase>? list,
  578. }) {
  579. final $result = create();
  580. if (list != null) {
  581. $result.list.addAll(list);
  582. }
  583. return $result;
  584. }
  585. ToCourseListReply._() : super();
  586. factory ToCourseListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  587. factory ToCourseListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  588. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToCourseListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  589. ..pc<$0.CourseBase>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: $0.CourseBase.create)
  590. ..hasRequiredFields = false
  591. ;
  592. @$core.Deprecated(
  593. 'Using this can add significant overhead to your binary. '
  594. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  595. 'Will be removed in next major version')
  596. ToCourseListReply clone() => ToCourseListReply()..mergeFromMessage(this);
  597. @$core.Deprecated(
  598. 'Using this can add significant overhead to your binary. '
  599. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  600. 'Will be removed in next major version')
  601. ToCourseListReply copyWith(void Function(ToCourseListReply) updates) => super.copyWith((message) => updates(message as ToCourseListReply)) as ToCourseListReply;
  602. $pb.BuilderInfo get info_ => _i;
  603. @$core.pragma('dart2js:noInline')
  604. static ToCourseListReply create() => ToCourseListReply._();
  605. ToCourseListReply createEmptyInstance() => create();
  606. static $pb.PbList<ToCourseListReply> createRepeated() => $pb.PbList<ToCourseListReply>();
  607. @$core.pragma('dart2js:noInline')
  608. static ToCourseListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToCourseListReply>(create);
  609. static ToCourseListReply? _defaultInstance;
  610. @$pb.TagNumber(1)
  611. $core.List<$0.CourseBase> get list => $_getList(0);
  612. }
  613. class ToMatchRegusterListRequest extends $pb.GeneratedMessage {
  614. factory ToMatchRegusterListRequest({
  615. $core.int? mapId,
  616. $fixnum.Int64? startSecond,
  617. }) {
  618. final $result = create();
  619. if (mapId != null) {
  620. $result.mapId = mapId;
  621. }
  622. if (startSecond != null) {
  623. $result.startSecond = startSecond;
  624. }
  625. return $result;
  626. }
  627. ToMatchRegusterListRequest._() : super();
  628. factory ToMatchRegusterListRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  629. factory ToMatchRegusterListRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  630. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  631. ..a<$core.int>(1, _omitFieldNames ? '' : 'mapId', $pb.PbFieldType.O3, protoName: 'mapId')
  632. ..aInt64(2, _omitFieldNames ? '' : 'startSecond', protoName: 'startSecond')
  633. ..hasRequiredFields = false
  634. ;
  635. @$core.Deprecated(
  636. 'Using this can add significant overhead to your binary. '
  637. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  638. 'Will be removed in next major version')
  639. ToMatchRegusterListRequest clone() => ToMatchRegusterListRequest()..mergeFromMessage(this);
  640. @$core.Deprecated(
  641. 'Using this can add significant overhead to your binary. '
  642. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  643. 'Will be removed in next major version')
  644. ToMatchRegusterListRequest copyWith(void Function(ToMatchRegusterListRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListRequest)) as ToMatchRegusterListRequest;
  645. $pb.BuilderInfo get info_ => _i;
  646. @$core.pragma('dart2js:noInline')
  647. static ToMatchRegusterListRequest create() => ToMatchRegusterListRequest._();
  648. ToMatchRegusterListRequest createEmptyInstance() => create();
  649. static $pb.PbList<ToMatchRegusterListRequest> createRepeated() => $pb.PbList<ToMatchRegusterListRequest>();
  650. @$core.pragma('dart2js:noInline')
  651. static ToMatchRegusterListRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListRequest>(create);
  652. static ToMatchRegusterListRequest? _defaultInstance;
  653. @$pb.TagNumber(1)
  654. $core.int get mapId => $_getIZ(0);
  655. @$pb.TagNumber(1)
  656. set mapId($core.int v) { $_setSignedInt32(0, v); }
  657. @$pb.TagNumber(1)
  658. $core.bool hasMapId() => $_has(0);
  659. @$pb.TagNumber(1)
  660. void clearMapId() => clearField(1);
  661. @$pb.TagNumber(2)
  662. $fixnum.Int64 get startSecond => $_getI64(1);
  663. @$pb.TagNumber(2)
  664. set startSecond($fixnum.Int64 v) { $_setInt64(1, v); }
  665. @$pb.TagNumber(2)
  666. $core.bool hasStartSecond() => $_has(1);
  667. @$pb.TagNumber(2)
  668. void clearStartSecond() => clearField(2);
  669. }
  670. class ToMatchRegusterListReply extends $pb.GeneratedMessage {
  671. factory ToMatchRegusterListReply({
  672. $core.Iterable<MatchRegusterInfo>? list,
  673. }) {
  674. final $result = create();
  675. if (list != null) {
  676. $result.list.addAll(list);
  677. }
  678. return $result;
  679. }
  680. ToMatchRegusterListReply._() : super();
  681. factory ToMatchRegusterListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  682. factory ToMatchRegusterListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  683. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  684. ..pc<MatchRegusterInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: MatchRegusterInfo.create)
  685. ..hasRequiredFields = false
  686. ;
  687. @$core.Deprecated(
  688. 'Using this can add significant overhead to your binary. '
  689. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  690. 'Will be removed in next major version')
  691. ToMatchRegusterListReply clone() => ToMatchRegusterListReply()..mergeFromMessage(this);
  692. @$core.Deprecated(
  693. 'Using this can add significant overhead to your binary. '
  694. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  695. 'Will be removed in next major version')
  696. ToMatchRegusterListReply copyWith(void Function(ToMatchRegusterListReply) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListReply)) as ToMatchRegusterListReply;
  697. $pb.BuilderInfo get info_ => _i;
  698. @$core.pragma('dart2js:noInline')
  699. static ToMatchRegusterListReply create() => ToMatchRegusterListReply._();
  700. ToMatchRegusterListReply createEmptyInstance() => create();
  701. static $pb.PbList<ToMatchRegusterListReply> createRepeated() => $pb.PbList<ToMatchRegusterListReply>();
  702. @$core.pragma('dart2js:noInline')
  703. static ToMatchRegusterListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListReply>(create);
  704. static ToMatchRegusterListReply? _defaultInstance;
  705. @$pb.TagNumber(1)
  706. $core.List<MatchRegusterInfo> get list => $_getList(0);
  707. }
  708. class MatchRegusterInfo extends $pb.GeneratedMessage {
  709. factory MatchRegusterInfo({
  710. $core.int? id,
  711. $core.String? name,
  712. $core.int? totalUserNum,
  713. $core.String? qrCode,
  714. $core.bool? isAllowEdit,
  715. $core.bool? isAllowDel,
  716. $core.Iterable<ToChackInsInfo>? userList,
  717. $core.int? state,
  718. $core.String? matchBt,
  719. $core.String? matchEt,
  720. }) {
  721. final $result = create();
  722. if (id != null) {
  723. $result.id = id;
  724. }
  725. if (name != null) {
  726. $result.name = name;
  727. }
  728. if (totalUserNum != null) {
  729. $result.totalUserNum = totalUserNum;
  730. }
  731. if (qrCode != null) {
  732. $result.qrCode = qrCode;
  733. }
  734. if (isAllowEdit != null) {
  735. $result.isAllowEdit = isAllowEdit;
  736. }
  737. if (isAllowDel != null) {
  738. $result.isAllowDel = isAllowDel;
  739. }
  740. if (userList != null) {
  741. $result.userList.addAll(userList);
  742. }
  743. if (state != null) {
  744. $result.state = state;
  745. }
  746. if (matchBt != null) {
  747. $result.matchBt = matchBt;
  748. }
  749. if (matchEt != null) {
  750. $result.matchEt = matchEt;
  751. }
  752. return $result;
  753. }
  754. MatchRegusterInfo._() : super();
  755. factory MatchRegusterInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  756. factory MatchRegusterInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  757. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MatchRegusterInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  758. ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
  759. ..aOS(2, _omitFieldNames ? '' : 'name')
  760. ..a<$core.int>(3, _omitFieldNames ? '' : 'totalUserNum', $pb.PbFieldType.O3, protoName: 'totalUserNum')
  761. ..aOS(4, _omitFieldNames ? '' : 'qrCode', protoName: 'qrCode')
  762. ..aOB(5, _omitFieldNames ? '' : 'isAllowEdit', protoName: 'isAllowEdit')
  763. ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
  764. ..pc<ToChackInsInfo>(7, _omitFieldNames ? '' : 'userList', $pb.PbFieldType.PM, protoName: 'userList', subBuilder: ToChackInsInfo.create)
  765. ..a<$core.int>(8, _omitFieldNames ? '' : 'state', $pb.PbFieldType.O3)
  766. ..aOS(9, _omitFieldNames ? '' : 'MatchBt', protoName: 'MatchBt')
  767. ..aOS(10, _omitFieldNames ? '' : 'MatchEt', protoName: 'MatchEt')
  768. ..hasRequiredFields = false
  769. ;
  770. @$core.Deprecated(
  771. 'Using this can add significant overhead to your binary. '
  772. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  773. 'Will be removed in next major version')
  774. MatchRegusterInfo clone() => MatchRegusterInfo()..mergeFromMessage(this);
  775. @$core.Deprecated(
  776. 'Using this can add significant overhead to your binary. '
  777. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  778. 'Will be removed in next major version')
  779. MatchRegusterInfo copyWith(void Function(MatchRegusterInfo) updates) => super.copyWith((message) => updates(message as MatchRegusterInfo)) as MatchRegusterInfo;
  780. $pb.BuilderInfo get info_ => _i;
  781. @$core.pragma('dart2js:noInline')
  782. static MatchRegusterInfo create() => MatchRegusterInfo._();
  783. MatchRegusterInfo createEmptyInstance() => create();
  784. static $pb.PbList<MatchRegusterInfo> createRepeated() => $pb.PbList<MatchRegusterInfo>();
  785. @$core.pragma('dart2js:noInline')
  786. static MatchRegusterInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MatchRegusterInfo>(create);
  787. static MatchRegusterInfo? _defaultInstance;
  788. @$pb.TagNumber(1)
  789. $core.int get id => $_getIZ(0);
  790. @$pb.TagNumber(1)
  791. set id($core.int v) { $_setSignedInt32(0, v); }
  792. @$pb.TagNumber(1)
  793. $core.bool hasId() => $_has(0);
  794. @$pb.TagNumber(1)
  795. void clearId() => clearField(1);
  796. @$pb.TagNumber(2)
  797. $core.String get name => $_getSZ(1);
  798. @$pb.TagNumber(2)
  799. set name($core.String v) { $_setString(1, v); }
  800. @$pb.TagNumber(2)
  801. $core.bool hasName() => $_has(1);
  802. @$pb.TagNumber(2)
  803. void clearName() => clearField(2);
  804. @$pb.TagNumber(3)
  805. $core.int get totalUserNum => $_getIZ(2);
  806. @$pb.TagNumber(3)
  807. set totalUserNum($core.int v) { $_setSignedInt32(2, v); }
  808. @$pb.TagNumber(3)
  809. $core.bool hasTotalUserNum() => $_has(2);
  810. @$pb.TagNumber(3)
  811. void clearTotalUserNum() => clearField(3);
  812. @$pb.TagNumber(4)
  813. $core.String get qrCode => $_getSZ(3);
  814. @$pb.TagNumber(4)
  815. set qrCode($core.String v) { $_setString(3, v); }
  816. @$pb.TagNumber(4)
  817. $core.bool hasQrCode() => $_has(3);
  818. @$pb.TagNumber(4)
  819. void clearQrCode() => clearField(4);
  820. @$pb.TagNumber(5)
  821. $core.bool get isAllowEdit => $_getBF(4);
  822. @$pb.TagNumber(5)
  823. set isAllowEdit($core.bool v) { $_setBool(4, v); }
  824. @$pb.TagNumber(5)
  825. $core.bool hasIsAllowEdit() => $_has(4);
  826. @$pb.TagNumber(5)
  827. void clearIsAllowEdit() => clearField(5);
  828. @$pb.TagNumber(6)
  829. $core.bool get isAllowDel => $_getBF(5);
  830. @$pb.TagNumber(6)
  831. set isAllowDel($core.bool v) { $_setBool(5, v); }
  832. @$pb.TagNumber(6)
  833. $core.bool hasIsAllowDel() => $_has(5);
  834. @$pb.TagNumber(6)
  835. void clearIsAllowDel() => clearField(6);
  836. @$pb.TagNumber(7)
  837. $core.List<ToChackInsInfo> get userList => $_getList(6);
  838. @$pb.TagNumber(8)
  839. $core.int get state => $_getIZ(7);
  840. @$pb.TagNumber(8)
  841. set state($core.int v) { $_setSignedInt32(7, v); }
  842. @$pb.TagNumber(8)
  843. $core.bool hasState() => $_has(7);
  844. @$pb.TagNumber(8)
  845. void clearState() => clearField(8);
  846. @$pb.TagNumber(9)
  847. $core.String get matchBt => $_getSZ(8);
  848. @$pb.TagNumber(9)
  849. set matchBt($core.String v) { $_setString(8, v); }
  850. @$pb.TagNumber(9)
  851. $core.bool hasMatchBt() => $_has(8);
  852. @$pb.TagNumber(9)
  853. void clearMatchBt() => clearField(9);
  854. @$pb.TagNumber(10)
  855. $core.String get matchEt => $_getSZ(9);
  856. @$pb.TagNumber(10)
  857. set matchEt($core.String v) { $_setString(9, v); }
  858. @$pb.TagNumber(10)
  859. $core.bool hasMatchEt() => $_has(9);
  860. @$pb.TagNumber(10)
  861. void clearMatchEt() => clearField(10);
  862. }
  863. ///
  864. /// 场控段赛事控制逻辑:
  865. /// 1.如果cId等于0,isStart等于false,表示未分发线路,路线显示分发按钮,状态显示未分发;
  866. /// 2.如果cId大于0,isStart等于false,表示已分发线路但管理员未开始,状态栏是开始按钮;
  867. /// 3.如果cId大于0,isStart等于true,mState等于0(玩家端未开始)或1(玩家端已开始但没打开始点),表示已分发线路且管理员已开始但用户没有打开始点,状态显示已开始;
  868. /// 4.如果cId大于0,isStart等于true,mState等于2,表示已分发线路且管理员已开始且用户已打开始点,状态显示已开始,操作显示结束按钮;
  869. /// 5.如果cId大于0,isStart等于true,mState大于等于3,表示已分发线路且管理员已开始且用户已结束比赛,状态显示已结束,操作显示重赛按钮
  870. /// 6:点击重赛后,跟1情况一样
  871. /// 7:是否显示删除按钮由punchCpNum字段控制,punchCpNum等于0显示删除按钮,大于0显示其他按钮;
  872. class ToChackInsInfo extends $pb.GeneratedMessage {
  873. factory ToChackInsInfo({
  874. $core.int? mciId,
  875. $core.int? oId,
  876. $core.String? nickname,
  877. $core.String? phone,
  878. $core.String? chackInsTime,
  879. $core.bool? isAllowDel,
  880. $core.String? cName,
  881. $core.int? cId,
  882. $core.String? hrSn,
  883. $0.CState? cState,
  884. $core.bool? isAllowFinish,
  885. }) {
  886. final $result = create();
  887. if (mciId != null) {
  888. $result.mciId = mciId;
  889. }
  890. if (oId != null) {
  891. $result.oId = oId;
  892. }
  893. if (nickname != null) {
  894. $result.nickname = nickname;
  895. }
  896. if (phone != null) {
  897. $result.phone = phone;
  898. }
  899. if (chackInsTime != null) {
  900. $result.chackInsTime = chackInsTime;
  901. }
  902. if (isAllowDel != null) {
  903. $result.isAllowDel = isAllowDel;
  904. }
  905. if (cName != null) {
  906. $result.cName = cName;
  907. }
  908. if (cId != null) {
  909. $result.cId = cId;
  910. }
  911. if (hrSn != null) {
  912. $result.hrSn = hrSn;
  913. }
  914. if (cState != null) {
  915. $result.cState = cState;
  916. }
  917. if (isAllowFinish != null) {
  918. $result.isAllowFinish = isAllowFinish;
  919. }
  920. return $result;
  921. }
  922. ToChackInsInfo._() : super();
  923. factory ToChackInsInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  924. factory ToChackInsInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  925. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToChackInsInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  926. ..a<$core.int>(1, _omitFieldNames ? '' : 'mciId', $pb.PbFieldType.O3, protoName: 'mciId')
  927. ..a<$core.int>(2, _omitFieldNames ? '' : 'oId', $pb.PbFieldType.O3, protoName: 'oId')
  928. ..aOS(3, _omitFieldNames ? '' : 'nickname')
  929. ..aOS(4, _omitFieldNames ? '' : 'phone')
  930. ..aOS(5, _omitFieldNames ? '' : 'chackInsTime', protoName: 'chackInsTime')
  931. ..aOB(6, _omitFieldNames ? '' : 'isAllowDel', protoName: 'isAllowDel')
  932. ..aOS(7, _omitFieldNames ? '' : 'cName', protoName: 'cName')
  933. ..a<$core.int>(8, _omitFieldNames ? '' : 'cId', $pb.PbFieldType.O3, protoName: 'cId')
  934. ..aOS(9, _omitFieldNames ? '' : 'hrSn', protoName: 'hrSn')
  935. ..e<$0.CState>(10, _omitFieldNames ? '' : 'cState', $pb.PbFieldType.OE, protoName: 'cState', defaultOrMaker: $0.CState.ToUnSend, valueOf: $0.CState.valueOf, enumValues: $0.CState.values)
  936. ..aOB(11, _omitFieldNames ? '' : 'isAllowFinish', protoName: 'isAllowFinish')
  937. ..hasRequiredFields = false
  938. ;
  939. @$core.Deprecated(
  940. 'Using this can add significant overhead to your binary. '
  941. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  942. 'Will be removed in next major version')
  943. ToChackInsInfo clone() => ToChackInsInfo()..mergeFromMessage(this);
  944. @$core.Deprecated(
  945. 'Using this can add significant overhead to your binary. '
  946. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  947. 'Will be removed in next major version')
  948. ToChackInsInfo copyWith(void Function(ToChackInsInfo) updates) => super.copyWith((message) => updates(message as ToChackInsInfo)) as ToChackInsInfo;
  949. $pb.BuilderInfo get info_ => _i;
  950. @$core.pragma('dart2js:noInline')
  951. static ToChackInsInfo create() => ToChackInsInfo._();
  952. ToChackInsInfo createEmptyInstance() => create();
  953. static $pb.PbList<ToChackInsInfo> createRepeated() => $pb.PbList<ToChackInsInfo>();
  954. @$core.pragma('dart2js:noInline')
  955. static ToChackInsInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToChackInsInfo>(create);
  956. static ToChackInsInfo? _defaultInstance;
  957. @$pb.TagNumber(1)
  958. $core.int get mciId => $_getIZ(0);
  959. @$pb.TagNumber(1)
  960. set mciId($core.int v) { $_setSignedInt32(0, v); }
  961. @$pb.TagNumber(1)
  962. $core.bool hasMciId() => $_has(0);
  963. @$pb.TagNumber(1)
  964. void clearMciId() => clearField(1);
  965. @$pb.TagNumber(2)
  966. $core.int get oId => $_getIZ(1);
  967. @$pb.TagNumber(2)
  968. set oId($core.int v) { $_setSignedInt32(1, v); }
  969. @$pb.TagNumber(2)
  970. $core.bool hasOId() => $_has(1);
  971. @$pb.TagNumber(2)
  972. void clearOId() => clearField(2);
  973. @$pb.TagNumber(3)
  974. $core.String get nickname => $_getSZ(2);
  975. @$pb.TagNumber(3)
  976. set nickname($core.String v) { $_setString(2, v); }
  977. @$pb.TagNumber(3)
  978. $core.bool hasNickname() => $_has(2);
  979. @$pb.TagNumber(3)
  980. void clearNickname() => clearField(3);
  981. @$pb.TagNumber(4)
  982. $core.String get phone => $_getSZ(3);
  983. @$pb.TagNumber(4)
  984. set phone($core.String v) { $_setString(3, v); }
  985. @$pb.TagNumber(4)
  986. $core.bool hasPhone() => $_has(3);
  987. @$pb.TagNumber(4)
  988. void clearPhone() => clearField(4);
  989. @$pb.TagNumber(5)
  990. $core.String get chackInsTime => $_getSZ(4);
  991. @$pb.TagNumber(5)
  992. set chackInsTime($core.String v) { $_setString(4, v); }
  993. @$pb.TagNumber(5)
  994. $core.bool hasChackInsTime() => $_has(4);
  995. @$pb.TagNumber(5)
  996. void clearChackInsTime() => clearField(5);
  997. @$pb.TagNumber(6)
  998. $core.bool get isAllowDel => $_getBF(5);
  999. @$pb.TagNumber(6)
  1000. set isAllowDel($core.bool v) { $_setBool(5, v); }
  1001. @$pb.TagNumber(6)
  1002. $core.bool hasIsAllowDel() => $_has(5);
  1003. @$pb.TagNumber(6)
  1004. void clearIsAllowDel() => clearField(6);
  1005. @$pb.TagNumber(7)
  1006. $core.String get cName => $_getSZ(6);
  1007. @$pb.TagNumber(7)
  1008. set cName($core.String v) { $_setString(6, v); }
  1009. @$pb.TagNumber(7)
  1010. $core.bool hasCName() => $_has(6);
  1011. @$pb.TagNumber(7)
  1012. void clearCName() => clearField(7);
  1013. @$pb.TagNumber(8)
  1014. $core.int get cId => $_getIZ(7);
  1015. @$pb.TagNumber(8)
  1016. set cId($core.int v) { $_setSignedInt32(7, v); }
  1017. @$pb.TagNumber(8)
  1018. $core.bool hasCId() => $_has(7);
  1019. @$pb.TagNumber(8)
  1020. void clearCId() => clearField(8);
  1021. /// int32 mState =8;//用户状态(不是场控端发送状态):0:等待出发 1: 参加比赛,没打第一点 2:比赛进行中 3:完成比赛 4:超时完成比赛 5:未完成-已过强制关门时间,系统强制退赛 6:用户主动退赛
  1022. /// bool isStart =9;//是否出发
  1023. /// int32 punchCpNum =10;//打开始点次数
  1024. @$pb.TagNumber(9)
  1025. $core.String get hrSn => $_getSZ(8);
  1026. @$pb.TagNumber(9)
  1027. set hrSn($core.String v) { $_setString(8, v); }
  1028. @$pb.TagNumber(9)
  1029. $core.bool hasHrSn() => $_has(8);
  1030. @$pb.TagNumber(9)
  1031. void clearHrSn() => clearField(9);
  1032. @$pb.TagNumber(10)
  1033. $0.CState get cState => $_getN(9);
  1034. @$pb.TagNumber(10)
  1035. set cState($0.CState v) { setField(10, v); }
  1036. @$pb.TagNumber(10)
  1037. $core.bool hasCState() => $_has(9);
  1038. @$pb.TagNumber(10)
  1039. void clearCState() => clearField(10);
  1040. @$pb.TagNumber(11)
  1041. $core.bool get isAllowFinish => $_getBF(10);
  1042. @$pb.TagNumber(11)
  1043. set isAllowFinish($core.bool v) { $_setBool(10, v); }
  1044. @$pb.TagNumber(11)
  1045. $core.bool hasIsAllowFinish() => $_has(10);
  1046. @$pb.TagNumber(11)
  1047. void clearIsAllowFinish() => clearField(11);
  1048. }
  1049. class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
  1050. factory ToMatchRegusterAddRequest({
  1051. $core.String? regName,
  1052. $2.Timestamp? startAt,
  1053. $2.Timestamp? stopAt,
  1054. $core.int? actId,
  1055. $core.bool? isQueryPwd,
  1056. $core.String? queryPasswd,
  1057. }) {
  1058. final $result = create();
  1059. if (regName != null) {
  1060. $result.regName = regName;
  1061. }
  1062. if (startAt != null) {
  1063. $result.startAt = startAt;
  1064. }
  1065. if (stopAt != null) {
  1066. $result.stopAt = stopAt;
  1067. }
  1068. if (actId != null) {
  1069. $result.actId = actId;
  1070. }
  1071. if (isQueryPwd != null) {
  1072. $result.isQueryPwd = isQueryPwd;
  1073. }
  1074. if (queryPasswd != null) {
  1075. $result.queryPasswd = queryPasswd;
  1076. }
  1077. return $result;
  1078. }
  1079. ToMatchRegusterAddRequest._() : super();
  1080. factory ToMatchRegusterAddRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  1081. factory ToMatchRegusterAddRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  1082. static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterAddRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
  1083. ..aOS(1, _omitFieldNames ? '' : 'regName', protoName: 'regName')
  1084. ..aOM<$2.Timestamp>(2, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
  1085. ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
  1086. ..a<$core.int>(4, _omitFieldNames ? '' : 'actId', $pb.PbFieldType.O3, protoName: 'actId')
  1087. ..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
  1088. ..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
  1089. ..hasRequiredFields = false
  1090. ;
  1091. @$core.Deprecated(
  1092. 'Using this can add significant overhead to your binary. '
  1093. 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
  1094. 'Will be removed in next major version')
  1095. ToMatchRegusterAddRequest clone() => ToMatchRegusterAddRequest()..mergeFromMessage(this);
  1096. @$core.Deprecated(
  1097. 'Using this can add significant overhead to your binary. '
  1098. 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
  1099. 'Will be removed in next major version')
  1100. ToMatchRegusterAddRequest copyWith(void Function(ToMatchRegusterAddRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterAddRequest)) as ToMatchRegusterAddRequest;
  1101. $pb.BuilderInfo get info_ => _i;
  1102. @$core.pragma('dart2js:noInline')
  1103. static ToMatchRegusterAddRequest create() => ToMatchRegusterAddRequest._();
  1104. ToMatchRegusterAddRequest createEmptyInstance() => create();
  1105. static $pb.PbList<ToMatchRegusterAddRequest> createRepeated() => $pb.PbList<ToMatchRegusterAddRequest>();
  1106. @$core.pragma('dart2js:noInline')
  1107. static ToMatchRegusterAddRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterAddRequest>(create);
  1108. static ToMatchRegusterAddRequest? _defaultInstance;
  1109. @$pb.TagNumber(1)
  1110. $core.String get regName => $_getSZ(0);
  1111. @$pb.TagNumber(1)
  1112. set regName($core.String v) { $_setString(0, v); }
  1113. @$pb.TagNumber(1)
  1114. $core.bool hasRegName() => $_has(0);
  1115. @$pb.TagNumber(1)
  1116. void clearRegName() => clearField(1);
  1117. @$pb.TagNumber(2)
  1118. $2.Timestamp get startAt => $_getN(1);
  1119. @$pb.TagNumber(2)
  1120. set startAt($2.Timestamp v) { setField(2, v); }
  1121. @$pb.TagNumber(2)
  1122. $core.bool hasStartAt() => $_has(1);
  1123. @$pb.TagNumber(2)
  1124. void clearStartAt() => clearField(2);
  1125. @$pb.TagNumber(2)
  1126. $2.Timestamp ensureStartAt() => $_ensure(1);
  1127. @$pb.TagNumber(3)
  1128. $2.Timestamp get stopAt => $_getN(2);
  1129. @$pb.TagNumber(3)
  1130. set stopAt($2.Timestamp v) { setField(3, v); }
  1131. @$pb.TagNumber(3)
  1132. $core.bool hasStopAt() => $_has(2);
  1133. @$pb.TagNumber(3)
  1134. void clearStopAt() => clearField(3);
  1135. @$pb.TagNumber(3)
  1136. $2.Timestamp ensureStopAt() => $_ensure(2);
  1137. @$pb.TagNumber(4)
  1138. $core.int get actId => $_getIZ(3);
  1139. @$pb.TagNumber(4)
  1140. set actId($core.int v) { $_setSignedInt32(3, v); }
  1141. @$pb.TagNumber(4)
  1142. $core.bool hasActId() => $_has(3);
  1143. @$pb.TagNumber(4)
  1144. void clearActId() => clearField(4);
  1145. @$pb.TagNumber(5)
  1146. $core.bool get isQueryPwd => $_getBF(4);
  1147. @$pb.TagNumber(5)
  1148. set isQueryPwd($core.bool v) { $_setBool(4, v); }
  1149. @$pb.TagNumber(5)
  1150. $core.bool hasIsQueryPwd() => $_has(4);
  1151. @$pb.TagNumber(5)
  1152. void clearIsQueryPwd() => clearField(5);
  1153. @$pb.TagNumber(6)
  1154. $core.String get queryPasswd => $_getSZ(5);
  1155. @$pb.TagNumber(6)
  1156. set queryPasswd($core.String v) { $_setString(5, v); }
  1157. @$pb.TagNumber(6)
  1158. $core.bool hasQueryPasswd() => $_has(5);
  1159. @$pb.TagNumber(6)
  1160. void clearQueryPasswd() => clearField(6);
  1161. }
  1162. const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
  1163. const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');