//------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
// ***************************************************************************
// * 作者= wht
// * 创建时间= 2017-04-14
// * 用途= 仙缘数据
// ***************************************************************************/
// Generated from: xianYuanHandler.proto
namespace pomelo.xianyuan
{
//---------------------------------------------------------------------------------------
///
/// 打开仙缘界面请求
///
[global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"XianYuanRequest")]
public partial class XianYuanRequest : global::ProtoBuf.IExtensible
{
public XianYuanRequest() {}
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=@"XianYuanGetInfo")]
public partial class XianYuanGetInfo : global::ProtoBuf.IExtensible
{
public XianYuanGetInfo() {}
private int _configId = default(int);
///
/// 配置ID
///
[global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"configId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int configId
{
get { return _configId; }
set { _configId = value; }
}
private int _todayRecive = default(int);
///
/// 今日获得
///
[global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"todayRecive", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int todayRecive
{
get { return _todayRecive; }
set { _todayRecive = value; }
}
private int _todayLimite = default(int);
///
/// 获得上限
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"todayLimite", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int todayLimite
{
get { return _todayLimite; }
set { _todayLimite = 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=@"XianYuanResponse")]
public partial class XianYuanResponse : global::ProtoBuf.IExtensible
{
public XianYuanResponse() {}
private int _s2c_code;
///
/// 状态(1成功、0失败)
///
[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 int _totalXianYuan = default(int);
///
/// 总仙缘值
///
[global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"totalXianYuan", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
[global::System.ComponentModel.DefaultValue(default(int))]
public int totalXianYuan
{
get { return _totalXianYuan; }
set { _totalXianYuan = value; }
}
private readonly global::System.Collections.Generic.List _xianYuanGetInfo = new global::System.Collections.Generic.List();
[global::ProtoBuf.ProtoMember(4, Name=@"xianYuanGetInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
public global::System.Collections.Generic.List xianYuanGetInfo
{
get { return _xianYuanGetInfo; }
}
private global::ProtoBuf.IExtension extensionObject;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
{ return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
}
}