//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// ***************************************************************************
// * 作者= jjr
// * 创建时间= 2017-04-24
// * 用途= 签到处理器
// ***************************************************************************
// Generated from: attendanceHandler.proto
// Note: requires additional types generated from: common.proto
// Note: requires additional types generated from: item.proto
namespace pomelo.area
{
//---------------------------------------------------------------------------------------
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetAttendanceInfoRequest")]
public partial class GetAttendanceInfoRequest : global::ProtoBuf.IExtensible
{
public GetAttendanceInfoRequest() {}
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=@"GetDailyRewardRequest")]
public partial class GetDailyRewardRequest : global::ProtoBuf.IExtensible
{
public GetDailyRewardRequest() {}
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=@"GetCumulativeRewardRequest")]
public partial class GetCumulativeRewardRequest : global::ProtoBuf.IExtensible
{
public GetCumulativeRewardRequest() {}
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 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=@"GetLuxuryRewardRequest")]
public partial class GetLuxuryRewardRequest : global::ProtoBuf.IExtensible
{
public GetLuxuryRewardRequest() {}
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=@"GetLeftVipRewardRequest")]
public partial class GetLeftVipRewardRequest : global::ProtoBuf.IExtensible
{
public GetLeftVipRewardRequest() {}
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 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=@"DailyInfo")]
public partial class DailyInfo : global::ProtoBuf.IExtensible
{
public DailyInfo() {}
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 pomelo.item.MiniItem _itemList = null;
///
/// 奖励
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"itemList", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.item.MiniItem itemList
{
get { return _itemList; }
set { _itemList = value; }
}
private int _vipDoubleLevel = default(int);
///
/// VIP双倍等级,0为无vip等级双倍
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"vipDoubleLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int vipDoubleLevel
{
get { return _vipDoubleLevel; }
set { _vipDoubleLevel = value; }
}
private int _state = default(int);
///
/// 1:未领取 2:已领取 3:未领取vip部分
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
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=@"CumulativeInfo")]
public partial class CumulativeInfo : global::ProtoBuf.IExtensible
{
public CumulativeInfo() {}
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 readonly global::System.Collections.Generic.List _itemList = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(2, Name=@"itemList", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List itemList
{
get { return _itemList; }
}
private int _needCountDay = default(int);
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"needCountDay", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int needCountDay
{
get { return _needCountDay; }
set { _needCountDay = value; }
}
private int _state = default(int);
///
/// 0:条件不满足 1:未领取 2:已领取
///
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int state
{
get { return _state; }
set { _state = value; }
}
private string _boxIcon = "";
///
/// 宝箱显示图标
///
[global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"boxIcon", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue("")]
public string boxIcon
{
get { return _boxIcon; }
set { _boxIcon = 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=@"AttendanceInfo")]
public partial class AttendanceInfo : global::ProtoBuf.IExtensible
{
public AttendanceInfo() {}
private int _todayState = default(int);
///
/// 1:未签到 2:已签到
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"todayState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int todayState
{
get { return _todayState; }
set { _todayState = value; }
}
private int _signedCount = default(int);
///
/// 累计签到天数
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"signedCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int signedCount
{
get { return _signedCount; }
set { _signedCount = value; }
}
private readonly global::System.Collections.Generic.List _dailyList = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(3, Name=@"dailyList", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List dailyList
{
get { return _dailyList; }
}
private readonly global::System.Collections.Generic.List _cumulativeList = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"cumulativeList", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List cumulativeList
{
get { return _cumulativeList; }
}
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=@"LuxuryInfo")]
public partial class LuxuryInfo : global::ProtoBuf.IExtensible
{
public LuxuryInfo() {}
private readonly global::System.Collections.Generic.List _itemList = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(1, Name=@"itemList", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List itemList
{
get { return _itemList; }
}
private int _state = default(int);
///
/// 0:条件不满足(未充值) 1:未领取 2:已领取
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
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=@"GetAttendanceInfoResponse")]
public partial class GetAttendanceInfoResponse : global::ProtoBuf.IExtensible
{
public GetAttendanceInfoResponse() {}
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 pomelo.area.AttendanceInfo _s2c_attendance = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_attendance", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.AttendanceInfo s2c_attendance
{
get { return _s2c_attendance; }
set { _s2c_attendance = value; }
}
private pomelo.area.LuxuryInfo _s2c_luxury = null;
[global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_luxury", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.LuxuryInfo s2c_luxury
{
get { return _s2c_luxury; }
set { _s2c_luxury = 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=@"GetDailyRewardResponse")]
public partial class GetDailyRewardResponse : global::ProtoBuf.IExtensible
{
public GetDailyRewardResponse() {}
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 pomelo.area.AttendanceInfo _s2c_attendance = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_attendance", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.AttendanceInfo s2c_attendance
{
get { return _s2c_attendance; }
set { _s2c_attendance = 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=@"GetCumulativeRewardResponse")]
public partial class GetCumulativeRewardResponse : global::ProtoBuf.IExtensible
{
public GetCumulativeRewardResponse() {}
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 pomelo.area.AttendanceInfo _s2c_attendance = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_attendance", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.AttendanceInfo s2c_attendance
{
get { return _s2c_attendance; }
set { _s2c_attendance = 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=@"GetLuxuryRewardResponse")]
public partial class GetLuxuryRewardResponse : global::ProtoBuf.IExtensible
{
public GetLuxuryRewardResponse() {}
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 pomelo.area.LuxuryInfo _s2c_luxury = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_luxury", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.LuxuryInfo s2c_luxury
{
get { return _s2c_luxury; }
set { _s2c_luxury = 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=@"GetLeftVipRewardResponse")]
public partial class GetLeftVipRewardResponse : global::ProtoBuf.IExtensible
{
public GetLeftVipRewardResponse() {}
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 pomelo.area.AttendanceInfo _s2c_attendance = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_attendance", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.AttendanceInfo s2c_attendance
{
get { return _s2c_attendance; }
set { _s2c_attendance = 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=@"LuxuryRewardPush")]
public partial class LuxuryRewardPush : global::ProtoBuf.IExtensible
{
public LuxuryRewardPush() {}
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 pomelo.area.LuxuryInfo _s2c_luxury = null;
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_luxury", DataFormat = global::ProtoBuf.DataFormat.Default)]
[global::System.ComponentModel.DefaultValue(null)]
public pomelo.area.LuxuryInfo s2c_luxury
{
get { return _s2c_luxury; }
set { _s2c_luxury = value; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}