mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
395 lines
14 KiB
C#
395 lines
14 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: DailyFirstEnterMonopolyActivityScRsp.proto
|
|
// </auto-generated>
|
|
#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 {
|
|
|
|
/// <summary>Holder for reflection information generated from DailyFirstEnterMonopolyActivityScRsp.proto</summary>
|
|
public static partial class DailyFirstEnterMonopolyActivityScRspReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for DailyFirstEnterMonopolyActivityScRsp.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static DailyFirstEnterMonopolyActivityScRspReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CipEYWlseUZpcnN0RW50ZXJNb25vcG9seUFjdGl2aXR5U2NSc3AucHJvdG8a",
|
|
"EUVPTk5JRUZET0NJLnByb3RvIpkBCiREYWlseUZpcnN0RW50ZXJNb25vcG9s",
|
|
"eUFjdGl2aXR5U2NSc3ASEwoLQk1ER0ZMQ0VQSEgYAiABKAMSEwoLRkJBS1BM",
|
|
"TUpHSUcYCCABKAgSDwoHcmV0Y29kZRgHIAEoDRITCgtEQk5IRU9ERE1IRxgK",
|
|
"IAEoDRIhCgtDQUpETUZOTE5LRBgOIAEoCzIMLkVPTk5JRUZET0NJQh6qAhtF",
|
|
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.EONNIEFDOCIReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.DailyFirstEnterMonopolyActivityScRsp), global::EggLink.DanhengServer.Proto.DailyFirstEnterMonopolyActivityScRsp.Parser, new[]{ "BMDGFLCEPHH", "FBAKPLMJGIG", "Retcode", "DBNHEODDMHG", "CAJDMFNLNKD" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class DailyFirstEnterMonopolyActivityScRsp : pb::IMessage<DailyFirstEnterMonopolyActivityScRsp>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<DailyFirstEnterMonopolyActivityScRsp> _parser = new pb::MessageParser<DailyFirstEnterMonopolyActivityScRsp>(() => new DailyFirstEnterMonopolyActivityScRsp());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<DailyFirstEnterMonopolyActivityScRsp> 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.DailyFirstEnterMonopolyActivityScRspReflection.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 DailyFirstEnterMonopolyActivityScRsp() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DailyFirstEnterMonopolyActivityScRsp(DailyFirstEnterMonopolyActivityScRsp other) : this() {
|
|
bMDGFLCEPHH_ = other.bMDGFLCEPHH_;
|
|
fBAKPLMJGIG_ = other.fBAKPLMJGIG_;
|
|
retcode_ = other.retcode_;
|
|
dBNHEODDMHG_ = other.dBNHEODDMHG_;
|
|
cAJDMFNLNKD_ = other.cAJDMFNLNKD_ != null ? other.cAJDMFNLNKD_.Clone() : null;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public DailyFirstEnterMonopolyActivityScRsp Clone() {
|
|
return new DailyFirstEnterMonopolyActivityScRsp(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "BMDGFLCEPHH" field.</summary>
|
|
public const int BMDGFLCEPHHFieldNumber = 2;
|
|
private long bMDGFLCEPHH_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public long BMDGFLCEPHH {
|
|
get { return bMDGFLCEPHH_; }
|
|
set {
|
|
bMDGFLCEPHH_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FBAKPLMJGIG" field.</summary>
|
|
public const int FBAKPLMJGIGFieldNumber = 8;
|
|
private bool fBAKPLMJGIG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool FBAKPLMJGIG {
|
|
get { return fBAKPLMJGIG_; }
|
|
set {
|
|
fBAKPLMJGIG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "retcode" field.</summary>
|
|
public const int RetcodeFieldNumber = 7;
|
|
private uint retcode_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Retcode {
|
|
get { return retcode_; }
|
|
set {
|
|
retcode_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "DBNHEODDMHG" field.</summary>
|
|
public const int DBNHEODDMHGFieldNumber = 10;
|
|
private uint dBNHEODDMHG_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint DBNHEODDMHG {
|
|
get { return dBNHEODDMHG_; }
|
|
set {
|
|
dBNHEODDMHG_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CAJDMFNLNKD" field.</summary>
|
|
public const int CAJDMFNLNKDFieldNumber = 14;
|
|
private global::EggLink.DanhengServer.Proto.EONNIEFDOCI cAJDMFNLNKD_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.EONNIEFDOCI CAJDMFNLNKD {
|
|
get { return cAJDMFNLNKD_; }
|
|
set {
|
|
cAJDMFNLNKD_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as DailyFirstEnterMonopolyActivityScRsp);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(DailyFirstEnterMonopolyActivityScRsp other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (BMDGFLCEPHH != other.BMDGFLCEPHH) return false;
|
|
if (FBAKPLMJGIG != other.FBAKPLMJGIG) return false;
|
|
if (Retcode != other.Retcode) return false;
|
|
if (DBNHEODDMHG != other.DBNHEODDMHG) return false;
|
|
if (!object.Equals(CAJDMFNLNKD, other.CAJDMFNLNKD)) 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 (BMDGFLCEPHH != 0L) hash ^= BMDGFLCEPHH.GetHashCode();
|
|
if (FBAKPLMJGIG != false) hash ^= FBAKPLMJGIG.GetHashCode();
|
|
if (Retcode != 0) hash ^= Retcode.GetHashCode();
|
|
if (DBNHEODDMHG != 0) hash ^= DBNHEODDMHG.GetHashCode();
|
|
if (cAJDMFNLNKD_ != null) hash ^= CAJDMFNLNKD.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 (BMDGFLCEPHH != 0L) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt64(BMDGFLCEPHH);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (FBAKPLMJGIG != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(FBAKPLMJGIG);
|
|
}
|
|
if (DBNHEODDMHG != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(DBNHEODDMHG);
|
|
}
|
|
if (cAJDMFNLNKD_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(CAJDMFNLNKD);
|
|
}
|
|
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 (BMDGFLCEPHH != 0L) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt64(BMDGFLCEPHH);
|
|
}
|
|
if (Retcode != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteUInt32(Retcode);
|
|
}
|
|
if (FBAKPLMJGIG != false) {
|
|
output.WriteRawTag(64);
|
|
output.WriteBool(FBAKPLMJGIG);
|
|
}
|
|
if (DBNHEODDMHG != 0) {
|
|
output.WriteRawTag(80);
|
|
output.WriteUInt32(DBNHEODDMHG);
|
|
}
|
|
if (cAJDMFNLNKD_ != null) {
|
|
output.WriteRawTag(114);
|
|
output.WriteMessage(CAJDMFNLNKD);
|
|
}
|
|
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 (BMDGFLCEPHH != 0L) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt64Size(BMDGFLCEPHH);
|
|
}
|
|
if (FBAKPLMJGIG != false) {
|
|
size += 1 + 1;
|
|
}
|
|
if (Retcode != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Retcode);
|
|
}
|
|
if (DBNHEODDMHG != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DBNHEODDMHG);
|
|
}
|
|
if (cAJDMFNLNKD_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CAJDMFNLNKD);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(DailyFirstEnterMonopolyActivityScRsp other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.BMDGFLCEPHH != 0L) {
|
|
BMDGFLCEPHH = other.BMDGFLCEPHH;
|
|
}
|
|
if (other.FBAKPLMJGIG != false) {
|
|
FBAKPLMJGIG = other.FBAKPLMJGIG;
|
|
}
|
|
if (other.Retcode != 0) {
|
|
Retcode = other.Retcode;
|
|
}
|
|
if (other.DBNHEODDMHG != 0) {
|
|
DBNHEODDMHG = other.DBNHEODDMHG;
|
|
}
|
|
if (other.cAJDMFNLNKD_ != null) {
|
|
if (cAJDMFNLNKD_ == null) {
|
|
CAJDMFNLNKD = new global::EggLink.DanhengServer.Proto.EONNIEFDOCI();
|
|
}
|
|
CAJDMFNLNKD.MergeFrom(other.CAJDMFNLNKD);
|
|
}
|
|
_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 16: {
|
|
BMDGFLCEPHH = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
FBAKPLMJGIG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
DBNHEODDMHG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (cAJDMFNLNKD_ == null) {
|
|
CAJDMFNLNKD = new global::EggLink.DanhengServer.Proto.EONNIEFDOCI();
|
|
}
|
|
input.ReadMessage(CAJDMFNLNKD);
|
|
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 16: {
|
|
BMDGFLCEPHH = input.ReadInt64();
|
|
break;
|
|
}
|
|
case 56: {
|
|
Retcode = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 64: {
|
|
FBAKPLMJGIG = input.ReadBool();
|
|
break;
|
|
}
|
|
case 80: {
|
|
DBNHEODDMHG = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 114: {
|
|
if (cAJDMFNLNKD_ == null) {
|
|
CAJDMFNLNKD = new global::EggLink.DanhengServer.Proto.EONNIEFDOCI();
|
|
}
|
|
input.ReadMessage(CAJDMFNLNKD);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|