//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= 陈晓鹏 // * 创建时间= 2016-09-08 // * 用途= 活跃度处理器 // *************************************************************************** // Generated from: vitalityHandler.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetVitalityListRequest")] public partial class GetVitalityListRequest : global::ProtoBuf.IExtensible { public GetVitalityListRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"VitalityInfo")] public partial class VitalityInfo : global::ProtoBuf.IExtensible { public VitalityInfo() {} private int _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int id { get { return _id; } set { _id = value; } } private int _currCount; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"currCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int currCount { get { return _currCount; } set { _currCount = value; } } private int _maxCount; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"maxCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxCount { get { return _maxCount; } set { _maxCount = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AwardInfo")] public partial class AwardInfo : global::ProtoBuf.IExtensible { public AwardInfo() {} private int _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int id { get { return _id; } set { _id = value; } } private int _state; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetVitalityListResponse")] public partial class GetVitalityListResponse : global::ProtoBuf.IExtensible { public GetVitalityListResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private int _s2c_totalCurrCount; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_totalCurrCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_totalCurrCount { get { return _s2c_totalCurrCount; } set { _s2c_totalCurrCount = value; } } private int _s2c_totalMaxCount; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_totalMaxCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_totalMaxCount { get { return _s2c_totalMaxCount; } set { _s2c_totalMaxCount = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_vitalityList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"s2c_vitalityList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_vitalityList { get { return _s2c_vitalityList; } } private readonly global::System.Collections.Generic.List _s2c_awardList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"s2c_awardList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_awardList { get { return _s2c_awardList; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetVitalityRewardRequest")] public partial class GetVitalityRewardRequest : global::ProtoBuf.IExtensible { public GetVitalityRewardRequest() {} private int _c2s_rewardId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_rewardId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_rewardId { get { return _c2s_rewardId; } set { _c2s_rewardId = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetVitalityRewardResponse")] public partial class GetVitalityRewardResponse : global::ProtoBuf.IExtensible { public GetVitalityRewardResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetRecommendPlayListRequest")] public partial class GetRecommendPlayListRequest : global::ProtoBuf.IExtensible { public GetRecommendPlayListRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecommendPlayInfo")] public partial class RecommendPlayInfo : global::ProtoBuf.IExtensible { public RecommendPlayInfo() {} private int _id; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int id { get { return _id; } set { _id = value; } } private int _maxTime; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"maxTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxTime { get { return _maxTime; } set { _maxTime = value; } } private int _remainTime; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"remainTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int remainTime { get { return _remainTime; } set { _remainTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetRecommendPlayListResponse")] public partial class GetRecommendPlayListResponse : global::ProtoBuf.IExtensible { public GetRecommendPlayListResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_recommendPlayList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_recommendPlayList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_recommendPlayList { get { return _s2c_recommendPlayList; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }