Hibok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

104 lines
5.6 KiB

  1. ///
  2. // Generated code. Do not modify.
  3. // source: system.proto
  4. //
  5. // @dart = 2.3
  6. // ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type
  7. import 'dart:core' as $core show bool, Deprecated, double, int, List, Map, override, pragma, String;
  8. import 'package:protobuf/protobuf.dart' as $pb;
  9. class SystemHeartbeatReq extends $pb.GeneratedMessage {
  10. static final $pb.BuilderInfo _i = $pb.BuilderInfo('SystemHeartbeatReq', package: const $pb.PackageName('yl_pb'))
  11. ..hasRequiredFields = false
  12. ;
  13. SystemHeartbeatReq._() : super();
  14. factory SystemHeartbeatReq() => create();
  15. factory SystemHeartbeatReq.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  16. factory SystemHeartbeatReq.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  17. SystemHeartbeatReq clone() => SystemHeartbeatReq()..mergeFromMessage(this);
  18. SystemHeartbeatReq copyWith(void Function(SystemHeartbeatReq) updates) => super.copyWith((message) => updates(message as SystemHeartbeatReq));
  19. $pb.BuilderInfo get info_ => _i;
  20. @$core.pragma('dart2js:noInline')
  21. static SystemHeartbeatReq create() => SystemHeartbeatReq._();
  22. SystemHeartbeatReq createEmptyInstance() => create();
  23. static $pb.PbList<SystemHeartbeatReq> createRepeated() => $pb.PbList<SystemHeartbeatReq>();
  24. static SystemHeartbeatReq getDefault() => _defaultInstance ??= create()..freeze();
  25. static SystemHeartbeatReq _defaultInstance;
  26. }
  27. class SystemHeartbeatRes extends $pb.GeneratedMessage {
  28. static final $pb.BuilderInfo _i = $pb.BuilderInfo('SystemHeartbeatRes', package: const $pb.PackageName('yl_pb'))
  29. ..hasRequiredFields = false
  30. ;
  31. SystemHeartbeatRes._() : super();
  32. factory SystemHeartbeatRes() => create();
  33. factory SystemHeartbeatRes.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  34. factory SystemHeartbeatRes.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  35. SystemHeartbeatRes clone() => SystemHeartbeatRes()..mergeFromMessage(this);
  36. SystemHeartbeatRes copyWith(void Function(SystemHeartbeatRes) updates) => super.copyWith((message) => updates(message as SystemHeartbeatRes));
  37. $pb.BuilderInfo get info_ => _i;
  38. @$core.pragma('dart2js:noInline')
  39. static SystemHeartbeatRes create() => SystemHeartbeatRes._();
  40. SystemHeartbeatRes createEmptyInstance() => create();
  41. static $pb.PbList<SystemHeartbeatRes> createRepeated() => $pb.PbList<SystemHeartbeatRes>();
  42. static SystemHeartbeatRes getDefault() => _defaultInstance ??= create()..freeze();
  43. static SystemHeartbeatRes _defaultInstance;
  44. }
  45. class SystemHandshakeReq extends $pb.GeneratedMessage {
  46. static final $pb.BuilderInfo _i = $pb.BuilderInfo('SystemHandshakeReq', package: const $pb.PackageName('yl_pb'))
  47. ..aOS(1, 'token')
  48. ..hasRequiredFields = false
  49. ;
  50. SystemHandshakeReq._() : super();
  51. factory SystemHandshakeReq() => create();
  52. factory SystemHandshakeReq.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  53. factory SystemHandshakeReq.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  54. SystemHandshakeReq clone() => SystemHandshakeReq()..mergeFromMessage(this);
  55. SystemHandshakeReq copyWith(void Function(SystemHandshakeReq) updates) => super.copyWith((message) => updates(message as SystemHandshakeReq));
  56. $pb.BuilderInfo get info_ => _i;
  57. @$core.pragma('dart2js:noInline')
  58. static SystemHandshakeReq create() => SystemHandshakeReq._();
  59. SystemHandshakeReq createEmptyInstance() => create();
  60. static $pb.PbList<SystemHandshakeReq> createRepeated() => $pb.PbList<SystemHandshakeReq>();
  61. static SystemHandshakeReq getDefault() => _defaultInstance ??= create()..freeze();
  62. static SystemHandshakeReq _defaultInstance;
  63. $core.String get token => $_getS(0, '');
  64. set token($core.String v) { $_setString(0, v); }
  65. $core.bool hasToken() => $_has(0);
  66. void clearToken() => clearField(1);
  67. }
  68. class SystemHandshakeRes extends $pb.GeneratedMessage {
  69. static final $pb.BuilderInfo _i = $pb.BuilderInfo('SystemHandshakeRes', package: const $pb.PackageName('yl_pb'))
  70. ..a<$core.int>(1, 'errorCode', $pb.PbFieldType.O3)
  71. ..hasRequiredFields = false
  72. ;
  73. SystemHandshakeRes._() : super();
  74. factory SystemHandshakeRes() => create();
  75. factory SystemHandshakeRes.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
  76. factory SystemHandshakeRes.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
  77. SystemHandshakeRes clone() => SystemHandshakeRes()..mergeFromMessage(this);
  78. SystemHandshakeRes copyWith(void Function(SystemHandshakeRes) updates) => super.copyWith((message) => updates(message as SystemHandshakeRes));
  79. $pb.BuilderInfo get info_ => _i;
  80. @$core.pragma('dart2js:noInline')
  81. static SystemHandshakeRes create() => SystemHandshakeRes._();
  82. SystemHandshakeRes createEmptyInstance() => create();
  83. static $pb.PbList<SystemHandshakeRes> createRepeated() => $pb.PbList<SystemHandshakeRes>();
  84. static SystemHandshakeRes getDefault() => _defaultInstance ??= create()..freeze();
  85. static SystemHandshakeRes _defaultInstance;
  86. $core.int get errorCode => $_get(0, 0);
  87. set errorCode($core.int v) { $_setSignedInt32(0, v); }
  88. $core.bool hasErrorCode() => $_has(0);
  89. void clearErrorCode() => clearField(1);
  90. }