// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ClientMail.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { /// Holder for reflection information generated from ClientMail.proto public static partial class ClientMailReflection { #region Descriptor /// File descriptor for ClientMail.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static ClientMailReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChBDbGllbnRNYWlsLnByb3RvGg5NYWlsVHlwZS5wcm90bxoOSXRlbUxpc3Qu", "cHJvdG8i4QEKCkNsaWVudE1haWwSDQoFdGl0bGUYASABKAkSHQoKYXR0YWNo", "bWVudBgOIAEoCzIJLkl0ZW1MaXN0EgoKAmlkGAwgASgNEg8KB2NvbnRlbnQY", "CyABKAkSEQoJcGFyYV9saXN0GAkgAygJEhMKC3RlbXBsYXRlX2lkGAggASgN", "EhwKCW1haWxfdHlwZRgEIAEoDjIJLk1haWxUeXBlEgwKBHRpbWUYDyABKAMS", "EwoLZXhwaXJlX3RpbWUYAyABKAMSDwoHaXNfcmVhZBgNIAEoCBIOCgZzZW5k", "ZXIYByABKAlCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJv", "dG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.MailTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ClientMail), global::EggLink.DanhengServer.Proto.ClientMail.Parser, new[]{ "Title", "Attachment", "Id", "Content", "ParaList", "TemplateId", "MailType", "Time", "ExpireTime", "IsRead", "Sender" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class ClientMail : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new ClientMail()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::EggLink.DanhengServer.Proto.ClientMailReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ClientMail() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ClientMail(ClientMail other) : this() { title_ = other.title_; attachment_ = other.attachment_ != null ? other.attachment_.Clone() : null; id_ = other.id_; content_ = other.content_; paraList_ = other.paraList_.Clone(); templateId_ = other.templateId_; mailType_ = other.mailType_; time_ = other.time_; expireTime_ = other.expireTime_; isRead_ = other.isRead_; sender_ = other.sender_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public ClientMail Clone() { return new ClientMail(this); } /// Field number for the "title" field. public const int TitleFieldNumber = 1; private string title_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string Title { get { return title_; } set { title_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "attachment" field. public const int AttachmentFieldNumber = 14; private global::EggLink.DanhengServer.Proto.ItemList attachment_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ItemList Attachment { get { return attachment_; } set { attachment_ = value; } } /// Field number for the "id" field. public const int IdFieldNumber = 12; private uint id_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Id { get { return id_; } set { id_ = value; } } /// Field number for the "content" field. public const int ContentFieldNumber = 11; private string content_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string Content { get { return content_; } set { content_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "para_list" field. public const int ParaListFieldNumber = 9; private static readonly pb::FieldCodec _repeated_paraList_codec = pb::FieldCodec.ForString(74); private readonly pbc::RepeatedField paraList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField ParaList { get { return paraList_; } } /// Field number for the "template_id" field. public const int TemplateIdFieldNumber = 8; private uint templateId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint TemplateId { get { return templateId_; } set { templateId_ = value; } } /// Field number for the "mail_type" field. public const int MailTypeFieldNumber = 4; private global::EggLink.DanhengServer.Proto.MailType mailType_ = global::EggLink.DanhengServer.Proto.MailType.Normal; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.MailType MailType { get { return mailType_; } set { mailType_ = value; } } /// Field number for the "time" field. public const int TimeFieldNumber = 15; private long time_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long Time { get { return time_; } set { time_ = value; } } /// Field number for the "expire_time" field. public const int ExpireTimeFieldNumber = 3; private long expireTime_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public long ExpireTime { get { return expireTime_; } set { expireTime_ = value; } } /// Field number for the "is_read" field. public const int IsReadFieldNumber = 13; private bool isRead_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsRead { get { return isRead_; } set { isRead_ = value; } } /// Field number for the "sender" field. public const int SenderFieldNumber = 7; private string sender_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string Sender { get { return sender_; } set { sender_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as ClientMail); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(ClientMail other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (Title != other.Title) return false; if (!object.Equals(Attachment, other.Attachment)) return false; if (Id != other.Id) return false; if (Content != other.Content) return false; if(!paraList_.Equals(other.paraList_)) return false; if (TemplateId != other.TemplateId) return false; if (MailType != other.MailType) return false; if (Time != other.Time) return false; if (ExpireTime != other.ExpireTime) return false; if (IsRead != other.IsRead) return false; if (Sender != other.Sender) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (Title.Length != 0) hash ^= Title.GetHashCode(); if (attachment_ != null) hash ^= Attachment.GetHashCode(); if (Id != 0) hash ^= Id.GetHashCode(); if (Content.Length != 0) hash ^= Content.GetHashCode(); hash ^= paraList_.GetHashCode(); if (TemplateId != 0) hash ^= TemplateId.GetHashCode(); if (MailType != global::EggLink.DanhengServer.Proto.MailType.Normal) hash ^= MailType.GetHashCode(); if (Time != 0L) hash ^= Time.GetHashCode(); if (ExpireTime != 0L) hash ^= ExpireTime.GetHashCode(); if (IsRead != false) hash ^= IsRead.GetHashCode(); if (Sender.Length != 0) hash ^= Sender.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (Title.Length != 0) { output.WriteRawTag(10); output.WriteString(Title); } if (ExpireTime != 0L) { output.WriteRawTag(24); output.WriteInt64(ExpireTime); } if (MailType != global::EggLink.DanhengServer.Proto.MailType.Normal) { output.WriteRawTag(32); output.WriteEnum((int) MailType); } if (Sender.Length != 0) { output.WriteRawTag(58); output.WriteString(Sender); } if (TemplateId != 0) { output.WriteRawTag(64); output.WriteUInt32(TemplateId); } paraList_.WriteTo(output, _repeated_paraList_codec); if (Content.Length != 0) { output.WriteRawTag(90); output.WriteString(Content); } if (Id != 0) { output.WriteRawTag(96); output.WriteUInt32(Id); } if (IsRead != false) { output.WriteRawTag(104); output.WriteBool(IsRead); } if (attachment_ != null) { output.WriteRawTag(114); output.WriteMessage(Attachment); } if (Time != 0L) { output.WriteRawTag(120); output.WriteInt64(Time); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (Title.Length != 0) { output.WriteRawTag(10); output.WriteString(Title); } if (ExpireTime != 0L) { output.WriteRawTag(24); output.WriteInt64(ExpireTime); } if (MailType != global::EggLink.DanhengServer.Proto.MailType.Normal) { output.WriteRawTag(32); output.WriteEnum((int) MailType); } if (Sender.Length != 0) { output.WriteRawTag(58); output.WriteString(Sender); } if (TemplateId != 0) { output.WriteRawTag(64); output.WriteUInt32(TemplateId); } paraList_.WriteTo(ref output, _repeated_paraList_codec); if (Content.Length != 0) { output.WriteRawTag(90); output.WriteString(Content); } if (Id != 0) { output.WriteRawTag(96); output.WriteUInt32(Id); } if (IsRead != false) { output.WriteRawTag(104); output.WriteBool(IsRead); } if (attachment_ != null) { output.WriteRawTag(114); output.WriteMessage(Attachment); } if (Time != 0L) { output.WriteRawTag(120); output.WriteInt64(Time); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (Title.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Title); } if (attachment_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Attachment); } if (Id != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Id); } if (Content.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Content); } size += paraList_.CalculateSize(_repeated_paraList_codec); if (TemplateId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(TemplateId); } if (MailType != global::EggLink.DanhengServer.Proto.MailType.Normal) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) MailType); } if (Time != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(Time); } if (ExpireTime != 0L) { size += 1 + pb::CodedOutputStream.ComputeInt64Size(ExpireTime); } if (IsRead != false) { size += 1 + 1; } if (Sender.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Sender); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(ClientMail other) { if (other == null) { return; } if (other.Title.Length != 0) { Title = other.Title; } if (other.attachment_ != null) { if (attachment_ == null) { Attachment = new global::EggLink.DanhengServer.Proto.ItemList(); } Attachment.MergeFrom(other.Attachment); } if (other.Id != 0) { Id = other.Id; } if (other.Content.Length != 0) { Content = other.Content; } paraList_.Add(other.paraList_); if (other.TemplateId != 0) { TemplateId = other.TemplateId; } if (other.MailType != global::EggLink.DanhengServer.Proto.MailType.Normal) { MailType = other.MailType; } if (other.Time != 0L) { Time = other.Time; } if (other.ExpireTime != 0L) { ExpireTime = other.ExpireTime; } if (other.IsRead != false) { IsRead = other.IsRead; } if (other.Sender.Length != 0) { Sender = other.Sender; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: { Title = input.ReadString(); break; } case 24: { ExpireTime = input.ReadInt64(); break; } case 32: { MailType = (global::EggLink.DanhengServer.Proto.MailType) input.ReadEnum(); break; } case 58: { Sender = input.ReadString(); break; } case 64: { TemplateId = input.ReadUInt32(); break; } case 74: { paraList_.AddEntriesFrom(input, _repeated_paraList_codec); break; } case 90: { Content = input.ReadString(); break; } case 96: { Id = input.ReadUInt32(); break; } case 104: { IsRead = input.ReadBool(); break; } case 114: { if (attachment_ == null) { Attachment = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Attachment); break; } case 120: { Time = input.ReadInt64(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 10: { Title = input.ReadString(); break; } case 24: { ExpireTime = input.ReadInt64(); break; } case 32: { MailType = (global::EggLink.DanhengServer.Proto.MailType) input.ReadEnum(); break; } case 58: { Sender = input.ReadString(); break; } case 64: { TemplateId = input.ReadUInt32(); break; } case 74: { paraList_.AddEntriesFrom(ref input, _repeated_paraList_codec); break; } case 90: { Content = input.ReadString(); break; } case 96: { Id = input.ReadUInt32(); break; } case 104: { IsRead = input.ReadBool(); break; } case 114: { if (attachment_ == null) { Attachment = new global::EggLink.DanhengServer.Proto.ItemList(); } input.ReadMessage(Attachment); break; } case 120: { Time = input.ReadInt64(); break; } } } } #endif } #endregion } #endregion Designer generated code