|
|
@@ -11,3 +11,508 @@
|
|
|
|
|
|
import 'dart:core' as $core;
|
|
|
|
|
|
+import 'package:fixnum/fixnum.dart' as $fixnum;
|
|
|
+import 'package:protobuf/protobuf.dart' as $pb;
|
|
|
+
|
|
|
+import 'base.pb.dart' as $0;
|
|
|
+import 'google/protobuf/timestamp.pb.dart' as $2;
|
|
|
+
|
|
|
+class ToActivityListReply extends $pb.GeneratedMessage {
|
|
|
+ factory ToActivityListReply({
|
|
|
+ $core.Iterable<$0.ToActionBasicInfo>? list,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (list != null) {
|
|
|
+ $result.list.addAll(list);
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToActivityListReply._() : super();
|
|
|
+ factory ToActivityListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToActivityListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToActivityListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..pc<$0.ToActionBasicInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: $0.ToActionBasicInfo.create)
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityListReply clone() => ToActivityListReply()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToActivityListReply copyWith(void Function(ToActivityListReply) updates) => super.copyWith((message) => updates(message as ToActivityListReply)) as ToActivityListReply;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityListReply create() => ToActivityListReply._();
|
|
|
+ ToActivityListReply createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToActivityListReply> createRepeated() => $pb.PbList<ToActivityListReply>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToActivityListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToActivityListReply>(create);
|
|
|
+ static ToActivityListReply? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.List<$0.ToActionBasicInfo> get list => $_getList(0);
|
|
|
+}
|
|
|
+
|
|
|
+class ToMatchRegusterListRequest extends $pb.GeneratedMessage {
|
|
|
+ factory ToMatchRegusterListRequest({
|
|
|
+ $core.int? mapId,
|
|
|
+ $fixnum.Int64? startSecond,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (mapId != null) {
|
|
|
+ $result.mapId = mapId;
|
|
|
+ }
|
|
|
+ if (startSecond != null) {
|
|
|
+ $result.startSecond = startSecond;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToMatchRegusterListRequest._() : super();
|
|
|
+ factory ToMatchRegusterListRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToMatchRegusterListRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..a<$core.int>(1, _omitFieldNames ? '' : 'mapId', $pb.PbFieldType.O3, protoName: 'mapId')
|
|
|
+ ..aInt64(2, _omitFieldNames ? '' : 'startSecond', protoName: 'startSecond')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterListRequest clone() => ToMatchRegusterListRequest()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterListRequest copyWith(void Function(ToMatchRegusterListRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListRequest)) as ToMatchRegusterListRequest;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterListRequest create() => ToMatchRegusterListRequest._();
|
|
|
+ ToMatchRegusterListRequest createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToMatchRegusterListRequest> createRepeated() => $pb.PbList<ToMatchRegusterListRequest>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterListRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListRequest>(create);
|
|
|
+ static ToMatchRegusterListRequest? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.int get mapId => $_getIZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set mapId($core.int v) { $_setSignedInt32(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasMapId() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearMapId() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $fixnum.Int64 get startSecond => $_getI64(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set startSecond($fixnum.Int64 v) { $_setInt64(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasStartSecond() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearStartSecond() => clearField(2);
|
|
|
+}
|
|
|
+
|
|
|
+class ToMatchRegusterListReply extends $pb.GeneratedMessage {
|
|
|
+ factory ToMatchRegusterListReply({
|
|
|
+ $core.Iterable<MatchRegusterInfo>? list,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (list != null) {
|
|
|
+ $result.list.addAll(list);
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToMatchRegusterListReply._() : super();
|
|
|
+ factory ToMatchRegusterListReply.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToMatchRegusterListReply.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterListReply', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..pc<MatchRegusterInfo>(1, _omitFieldNames ? '' : 'list', $pb.PbFieldType.PM, subBuilder: MatchRegusterInfo.create)
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterListReply clone() => ToMatchRegusterListReply()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterListReply copyWith(void Function(ToMatchRegusterListReply) updates) => super.copyWith((message) => updates(message as ToMatchRegusterListReply)) as ToMatchRegusterListReply;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterListReply create() => ToMatchRegusterListReply._();
|
|
|
+ ToMatchRegusterListReply createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToMatchRegusterListReply> createRepeated() => $pb.PbList<ToMatchRegusterListReply>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterListReply getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterListReply>(create);
|
|
|
+ static ToMatchRegusterListReply? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.List<MatchRegusterInfo> get list => $_getList(0);
|
|
|
+}
|
|
|
+
|
|
|
+class MatchRegusterInfo extends $pb.GeneratedMessage {
|
|
|
+ factory MatchRegusterInfo({
|
|
|
+ $core.int? id,
|
|
|
+ $core.String? name,
|
|
|
+ $core.int? totalUserNum,
|
|
|
+ $core.String? qrCode,
|
|
|
+ $core.bool? isAllowEdit,
|
|
|
+ $core.Iterable<ToChackInsInfo>? userList,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (id != null) {
|
|
|
+ $result.id = id;
|
|
|
+ }
|
|
|
+ if (name != null) {
|
|
|
+ $result.name = name;
|
|
|
+ }
|
|
|
+ if (totalUserNum != null) {
|
|
|
+ $result.totalUserNum = totalUserNum;
|
|
|
+ }
|
|
|
+ if (qrCode != null) {
|
|
|
+ $result.qrCode = qrCode;
|
|
|
+ }
|
|
|
+ if (isAllowEdit != null) {
|
|
|
+ $result.isAllowEdit = isAllowEdit;
|
|
|
+ }
|
|
|
+ if (userList != null) {
|
|
|
+ $result.userList.addAll(userList);
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ MatchRegusterInfo._() : super();
|
|
|
+ factory MatchRegusterInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory MatchRegusterInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'MatchRegusterInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..a<$core.int>(1, _omitFieldNames ? '' : 'id', $pb.PbFieldType.O3)
|
|
|
+ ..aOS(2, _omitFieldNames ? '' : 'name')
|
|
|
+ ..a<$core.int>(3, _omitFieldNames ? '' : 'totalUserNum', $pb.PbFieldType.O3, protoName: 'totalUserNum')
|
|
|
+ ..aOS(4, _omitFieldNames ? '' : 'qrCode', protoName: 'qrCode')
|
|
|
+ ..aOB(5, _omitFieldNames ? '' : 'isAllowEdit', protoName: 'isAllowEdit')
|
|
|
+ ..pc<ToChackInsInfo>(6, _omitFieldNames ? '' : 'userList', $pb.PbFieldType.PM, protoName: 'userList', subBuilder: ToChackInsInfo.create)
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ MatchRegusterInfo clone() => MatchRegusterInfo()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ MatchRegusterInfo copyWith(void Function(MatchRegusterInfo) updates) => super.copyWith((message) => updates(message as MatchRegusterInfo)) as MatchRegusterInfo;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static MatchRegusterInfo create() => MatchRegusterInfo._();
|
|
|
+ MatchRegusterInfo createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<MatchRegusterInfo> createRepeated() => $pb.PbList<MatchRegusterInfo>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static MatchRegusterInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<MatchRegusterInfo>(create);
|
|
|
+ static MatchRegusterInfo? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.int get id => $_getIZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set id($core.int v) { $_setSignedInt32(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasId() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearId() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.String get name => $_getSZ(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set name($core.String v) { $_setString(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasName() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearName() => clearField(2);
|
|
|
+
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.int get totalUserNum => $_getIZ(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ set totalUserNum($core.int v) { $_setSignedInt32(2, v); }
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.bool hasTotalUserNum() => $_has(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ void clearTotalUserNum() => clearField(3);
|
|
|
+
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.String get qrCode => $_getSZ(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ set qrCode($core.String v) { $_setString(3, v); }
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.bool hasQrCode() => $_has(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ void clearQrCode() => clearField(4);
|
|
|
+
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.bool get isAllowEdit => $_getBF(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ set isAllowEdit($core.bool v) { $_setBool(4, v); }
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.bool hasIsAllowEdit() => $_has(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ void clearIsAllowEdit() => clearField(5);
|
|
|
+
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.List<ToChackInsInfo> get userList => $_getList(5);
|
|
|
+}
|
|
|
+
|
|
|
+class ToChackInsInfo extends $pb.GeneratedMessage {
|
|
|
+ factory ToChackInsInfo({
|
|
|
+ $core.int? marId,
|
|
|
+ $core.int? oId,
|
|
|
+ $core.String? nickname,
|
|
|
+ $core.String? phone,
|
|
|
+ $core.String? chackInsTime,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (marId != null) {
|
|
|
+ $result.marId = marId;
|
|
|
+ }
|
|
|
+ if (oId != null) {
|
|
|
+ $result.oId = oId;
|
|
|
+ }
|
|
|
+ if (nickname != null) {
|
|
|
+ $result.nickname = nickname;
|
|
|
+ }
|
|
|
+ if (phone != null) {
|
|
|
+ $result.phone = phone;
|
|
|
+ }
|
|
|
+ if (chackInsTime != null) {
|
|
|
+ $result.chackInsTime = chackInsTime;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToChackInsInfo._() : super();
|
|
|
+ factory ToChackInsInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToChackInsInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToChackInsInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..a<$core.int>(1, _omitFieldNames ? '' : 'marId', $pb.PbFieldType.O3, protoName: 'marId')
|
|
|
+ ..a<$core.int>(2, _omitFieldNames ? '' : 'oId', $pb.PbFieldType.O3, protoName: 'oId')
|
|
|
+ ..aOS(3, _omitFieldNames ? '' : 'nickname')
|
|
|
+ ..aOS(4, _omitFieldNames ? '' : 'phone')
|
|
|
+ ..aOS(5, _omitFieldNames ? '' : 'chackInsTime', protoName: 'chackInsTime')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToChackInsInfo clone() => ToChackInsInfo()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToChackInsInfo copyWith(void Function(ToChackInsInfo) updates) => super.copyWith((message) => updates(message as ToChackInsInfo)) as ToChackInsInfo;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToChackInsInfo create() => ToChackInsInfo._();
|
|
|
+ ToChackInsInfo createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToChackInsInfo> createRepeated() => $pb.PbList<ToChackInsInfo>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToChackInsInfo getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToChackInsInfo>(create);
|
|
|
+ static ToChackInsInfo? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.int get marId => $_getIZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set marId($core.int v) { $_setSignedInt32(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasMarId() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearMarId() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.int get oId => $_getIZ(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set oId($core.int v) { $_setSignedInt32(1, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasOId() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearOId() => clearField(2);
|
|
|
+
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.String get nickname => $_getSZ(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ set nickname($core.String v) { $_setString(2, v); }
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.bool hasNickname() => $_has(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ void clearNickname() => clearField(3);
|
|
|
+
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.String get phone => $_getSZ(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ set phone($core.String v) { $_setString(3, v); }
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.bool hasPhone() => $_has(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ void clearPhone() => clearField(4);
|
|
|
+
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.String get chackInsTime => $_getSZ(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ set chackInsTime($core.String v) { $_setString(4, v); }
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.bool hasChackInsTime() => $_has(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ void clearChackInsTime() => clearField(5);
|
|
|
+}
|
|
|
+
|
|
|
+class ToMatchRegusterAddRequest extends $pb.GeneratedMessage {
|
|
|
+ factory ToMatchRegusterAddRequest({
|
|
|
+ $core.String? regName,
|
|
|
+ $2.Timestamp? startAt,
|
|
|
+ $2.Timestamp? stopAt,
|
|
|
+ $core.int? actId,
|
|
|
+ $core.bool? isQueryPwd,
|
|
|
+ $core.String? queryPasswd,
|
|
|
+ }) {
|
|
|
+ final $result = create();
|
|
|
+ if (regName != null) {
|
|
|
+ $result.regName = regName;
|
|
|
+ }
|
|
|
+ if (startAt != null) {
|
|
|
+ $result.startAt = startAt;
|
|
|
+ }
|
|
|
+ if (stopAt != null) {
|
|
|
+ $result.stopAt = stopAt;
|
|
|
+ }
|
|
|
+ if (actId != null) {
|
|
|
+ $result.actId = actId;
|
|
|
+ }
|
|
|
+ if (isQueryPwd != null) {
|
|
|
+ $result.isQueryPwd = isQueryPwd;
|
|
|
+ }
|
|
|
+ if (queryPasswd != null) {
|
|
|
+ $result.queryPasswd = queryPasswd;
|
|
|
+ }
|
|
|
+ return $result;
|
|
|
+ }
|
|
|
+ ToMatchRegusterAddRequest._() : super();
|
|
|
+ factory ToMatchRegusterAddRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
|
|
+ factory ToMatchRegusterAddRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
|
|
+
|
|
|
+ static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ToMatchRegusterAddRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'to.v1'), createEmptyInstance: create)
|
|
|
+ ..aOS(1, _omitFieldNames ? '' : 'regName', protoName: 'regName')
|
|
|
+ ..aOM<$2.Timestamp>(2, _omitFieldNames ? '' : 'startAt', subBuilder: $2.Timestamp.create)
|
|
|
+ ..aOM<$2.Timestamp>(3, _omitFieldNames ? '' : 'stopAt', subBuilder: $2.Timestamp.create)
|
|
|
+ ..a<$core.int>(4, _omitFieldNames ? '' : 'actId', $pb.PbFieldType.O3, protoName: 'actId')
|
|
|
+ ..aOB(5, _omitFieldNames ? '' : 'isQueryPwd', protoName: 'isQueryPwd')
|
|
|
+ ..aOS(6, _omitFieldNames ? '' : 'queryPasswd', protoName: 'queryPasswd')
|
|
|
+ ..hasRequiredFields = false
|
|
|
+ ;
|
|
|
+
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterAddRequest clone() => ToMatchRegusterAddRequest()..mergeFromMessage(this);
|
|
|
+ @$core.Deprecated(
|
|
|
+ 'Using this can add significant overhead to your binary. '
|
|
|
+ 'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
|
|
+ 'Will be removed in next major version')
|
|
|
+ ToMatchRegusterAddRequest copyWith(void Function(ToMatchRegusterAddRequest) updates) => super.copyWith((message) => updates(message as ToMatchRegusterAddRequest)) as ToMatchRegusterAddRequest;
|
|
|
+
|
|
|
+ $pb.BuilderInfo get info_ => _i;
|
|
|
+
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterAddRequest create() => ToMatchRegusterAddRequest._();
|
|
|
+ ToMatchRegusterAddRequest createEmptyInstance() => create();
|
|
|
+ static $pb.PbList<ToMatchRegusterAddRequest> createRepeated() => $pb.PbList<ToMatchRegusterAddRequest>();
|
|
|
+ @$core.pragma('dart2js:noInline')
|
|
|
+ static ToMatchRegusterAddRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ToMatchRegusterAddRequest>(create);
|
|
|
+ static ToMatchRegusterAddRequest? _defaultInstance;
|
|
|
+
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.String get regName => $_getSZ(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ set regName($core.String v) { $_setString(0, v); }
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ $core.bool hasRegName() => $_has(0);
|
|
|
+ @$pb.TagNumber(1)
|
|
|
+ void clearRegName() => clearField(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $2.Timestamp get startAt => $_getN(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ set startAt($2.Timestamp v) { setField(2, v); }
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $core.bool hasStartAt() => $_has(1);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ void clearStartAt() => clearField(2);
|
|
|
+ @$pb.TagNumber(2)
|
|
|
+ $2.Timestamp ensureStartAt() => $_ensure(1);
|
|
|
+
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $2.Timestamp get stopAt => $_getN(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ set stopAt($2.Timestamp v) { setField(3, v); }
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $core.bool hasStopAt() => $_has(2);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ void clearStopAt() => clearField(3);
|
|
|
+ @$pb.TagNumber(3)
|
|
|
+ $2.Timestamp ensureStopAt() => $_ensure(2);
|
|
|
+
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.int get actId => $_getIZ(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ set actId($core.int v) { $_setSignedInt32(3, v); }
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ $core.bool hasActId() => $_has(3);
|
|
|
+ @$pb.TagNumber(4)
|
|
|
+ void clearActId() => clearField(4);
|
|
|
+
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.bool get isQueryPwd => $_getBF(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ set isQueryPwd($core.bool v) { $_setBool(4, v); }
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ $core.bool hasIsQueryPwd() => $_has(4);
|
|
|
+ @$pb.TagNumber(5)
|
|
|
+ void clearIsQueryPwd() => clearField(5);
|
|
|
+
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.String get queryPasswd => $_getSZ(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ set queryPasswd($core.String v) { $_setString(5, v); }
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ $core.bool hasQueryPasswd() => $_has(5);
|
|
|
+ @$pb.TagNumber(6)
|
|
|
+ void clearQueryPasswd() => clearField(6);
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
|
|
+const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|