You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Generated code. Do not modify.
|
||||
// source: notifAction.proto
|
||||
//
|
||||
// @dart = 2.12
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
@@ -16,6 +16,8 @@ import 'package:protobuf/protobuf.dart' as $pb;
|
||||
import 'collabShared.pbenum.dart' as $87;
|
||||
import 'shared.pb.dart' as $29;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
///
|
||||
/// NotifyByMail
|
||||
class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@@ -96,11 +98,11 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$87.NotifTypeEnum get notificationType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set notificationType($87.NotifTypeEnum v) { setField(1, v); }
|
||||
set notificationType($87.NotifTypeEnum v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNotificationType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearNotificationType() => clearField(1);
|
||||
void clearNotificationType() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get issuerID => $_getSZ(1);
|
||||
@@ -109,10 +111,10 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasIssuerID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearIssuerID() => clearField(2);
|
||||
void clearIssuerID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.List<$core.String> get contacts => $_getList(2);
|
||||
$pb.PbList<$core.String> get contacts => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get details => $_getSZ(3);
|
||||
@@ -121,7 +123,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasDetails() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearDetails() => clearField(4);
|
||||
void clearDetails() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get entityDomain => $_getSZ(4);
|
||||
@@ -130,7 +132,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasEntityDomain() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearEntityDomain() => clearField(5);
|
||||
void clearEntityDomain() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get entityType => $_getSZ(5);
|
||||
@@ -139,7 +141,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasEntityType() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearEntityType() => clearField(6);
|
||||
void clearEntityType() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get entityRefID => $_getSZ(6);
|
||||
@@ -148,7 +150,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasEntityRefID() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearEntityRefID() => clearField(7);
|
||||
void clearEntityRefID() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$core.String get tags => $_getSZ(7);
|
||||
@@ -157,7 +159,7 @@ class NotifNotifyByMailPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasTags() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearTags() => clearField(8);
|
||||
void clearTags() => $_clearField(8);
|
||||
}
|
||||
|
||||
class NotifNotifyByMail extends $pb.GeneratedMessage {
|
||||
@@ -223,55 +225,55 @@ class NotifNotifyByMail extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$29.CommandHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($29.CommandHeader v) { setField(1, v); }
|
||||
set header($29.CommandHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => clearField(1);
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$29.CommandHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$29.EntityID get iD => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set iD($29.EntityID v) { setField(2, v); }
|
||||
set iD($29.EntityID v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearID() => clearField(2);
|
||||
void clearID() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$29.EntityID ensureID() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
NotifNotifyByMailPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(NotifNotifyByMailPayload v) { setField(3, v); }
|
||||
set payload(NotifNotifyByMailPayload v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPayload() => clearField(3);
|
||||
void clearPayload() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
NotifNotifyByMailPayload ensurePayload() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
NotifNotifyByMailPayload get eventPayload => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set eventPayload(NotifNotifyByMailPayload v) { setField(4, v); }
|
||||
set eventPayload(NotifNotifyByMailPayload v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEventPayload() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearEventPayload() => clearField(4);
|
||||
void clearEventPayload() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
NotifNotifyByMailPayload ensureEventPayload() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
NotifNotifyByMailPayload get previousPayload => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set previousPayload(NotifNotifyByMailPayload v) { setField(5, v); }
|
||||
set previousPayload(NotifNotifyByMailPayload v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasPreviousPayload() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearPreviousPayload() => clearField(5);
|
||||
void clearPreviousPayload() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
NotifNotifyByMailPayload ensurePreviousPayload() => $_ensure(4);
|
||||
}
|
||||
@@ -356,11 +358,11 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$87.NotifTypeEnum get notificationType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set notificationType($87.NotifTypeEnum v) { setField(1, v); }
|
||||
set notificationType($87.NotifTypeEnum v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNotificationType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearNotificationType() => clearField(1);
|
||||
void clearNotificationType() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get issuerID => $_getSZ(1);
|
||||
@@ -369,10 +371,10 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasIssuerID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearIssuerID() => clearField(2);
|
||||
void clearIssuerID() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.List<$core.String> get contacts => $_getList(2);
|
||||
$pb.PbList<$core.String> get contacts => $_getList(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get details => $_getSZ(3);
|
||||
@@ -381,7 +383,7 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasDetails() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearDetails() => clearField(4);
|
||||
void clearDetails() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get entityDomain => $_getSZ(4);
|
||||
@@ -390,7 +392,7 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasEntityDomain() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearEntityDomain() => clearField(5);
|
||||
void clearEntityDomain() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get entityType => $_getSZ(5);
|
||||
@@ -399,7 +401,7 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasEntityType() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearEntityType() => clearField(6);
|
||||
void clearEntityType() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get entityRefID => $_getSZ(6);
|
||||
@@ -408,7 +410,7 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasEntityRefID() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearEntityRefID() => clearField(7);
|
||||
void clearEntityRefID() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$core.String get tags => $_getSZ(7);
|
||||
@@ -417,7 +419,7 @@ class NotifNotifyChatRoomPayload extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasTags() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearTags() => clearField(8);
|
||||
void clearTags() => $_clearField(8);
|
||||
}
|
||||
|
||||
class NotifNotifyChatRoom extends $pb.GeneratedMessage {
|
||||
@@ -483,55 +485,55 @@ class NotifNotifyChatRoom extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$29.CommandHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($29.CommandHeader v) { setField(1, v); }
|
||||
set header($29.CommandHeader v) { $_setField(1, v); }
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => clearField(1);
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$29.CommandHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$29.EntityID get iD => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set iD($29.EntityID v) { setField(2, v); }
|
||||
set iD($29.EntityID v) { $_setField(2, v); }
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearID() => clearField(2);
|
||||
void clearID() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$29.EntityID ensureID() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
NotifNotifyChatRoomPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(NotifNotifyChatRoomPayload v) { setField(3, v); }
|
||||
set payload(NotifNotifyChatRoomPayload v) { $_setField(3, v); }
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPayload() => clearField(3);
|
||||
void clearPayload() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
NotifNotifyChatRoomPayload ensurePayload() => $_ensure(2);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
NotifNotifyChatRoomPayload get eventPayload => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set eventPayload(NotifNotifyChatRoomPayload v) { setField(4, v); }
|
||||
set eventPayload(NotifNotifyChatRoomPayload v) { $_setField(4, v); }
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasEventPayload() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearEventPayload() => clearField(4);
|
||||
void clearEventPayload() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
NotifNotifyChatRoomPayload ensureEventPayload() => $_ensure(3);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
NotifNotifyChatRoomPayload get previousPayload => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set previousPayload(NotifNotifyChatRoomPayload v) { setField(5, v); }
|
||||
set previousPayload(NotifNotifyChatRoomPayload v) { $_setField(5, v); }
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasPreviousPayload() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearPreviousPayload() => clearField(5);
|
||||
void clearPreviousPayload() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
NotifNotifyChatRoomPayload ensurePreviousPayload() => $_ensure(4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user