123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 陈晓鹏
- // * 创建时间= 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<pomelo.area.VitalityInfo> _s2c_vitalityList = new global::System.Collections.Generic.List<pomelo.area.VitalityInfo>();
- [global::ProtoBuf.ProtoMember(5, Name=@"s2c_vitalityList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.VitalityInfo> s2c_vitalityList
- {
- get { return _s2c_vitalityList; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.area.AwardInfo> _s2c_awardList = new global::System.Collections.Generic.List<pomelo.area.AwardInfo>();
- [global::ProtoBuf.ProtoMember(6, Name=@"s2c_awardList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.AwardInfo> 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<pomelo.area.RecommendPlayInfo> _s2c_recommendPlayList = new global::System.Collections.Generic.List<pomelo.area.RecommendPlayInfo>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_recommendPlayList", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.RecommendPlayInfo> 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); }
- }
-
-
- }
-
|