// Generated by the protocol buffer compiler. DO NOT EDIT! // source: fish_dragon_palace.proto #ifndef PROTOBUF_fish_5fdragon_5fpalace_2eproto__INCLUDED #define PROTOBUF_fish_5fdragon_5fpalace_2eproto__INCLUDED #include #include #if GOOGLE_PROTOBUF_VERSION < 2005000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif #if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. #endif #include #include #include #include #include #include "fish_def.pb.h" #include "msg_type_def.pb.h" #include "fish_type_def.pb.h" // @@protoc_insertion_point(includes) namespace fish_protocols { // Internal implementation detail -- do not call these. void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); class DragonPalaceRankInfo; class packetc2l_get_dragon_palace_info; class ExchangePriceInfo; class ExchangeItemInfo; class packetl2c_get_dragon_palace_info_result; class packetc2l_get_dragon_palace_rank; class packetl2c_get_dragon_palace_rank_result; class packetc2l_dragon_palace_exchange; class packetl2c_dragon_palace_exchange_result; class packetc2l_dragon_add_exchange_count; class packetl2c_dragon_add_exchange_count_result; class packetc2l_daily_dimensity_exchange; class packetl2c_daily_dimensity_exchange_result; // =================================================================== class DragonPalaceRankInfo : public ::google::protobuf::Message { public: DragonPalaceRankInfo(); virtual ~DragonPalaceRankInfo(); DragonPalaceRankInfo(const DragonPalaceRankInfo& from); inline DragonPalaceRankInfo& operator=(const DragonPalaceRankInfo& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const DragonPalaceRankInfo& default_instance(); void Swap(DragonPalaceRankInfo* other); // implements Message ---------------------------------------------- DragonPalaceRankInfo* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const DragonPalaceRankInfo& from); void MergeFrom(const DragonPalaceRankInfo& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional int32 playerId = 1; inline bool has_playerid() const; inline void clear_playerid(); static const int kPlayerIdFieldNumber = 1; inline ::google::protobuf::int32 playerid() const; inline void set_playerid(::google::protobuf::int32 value); // optional string nickName = 2; inline bool has_nickname() const; inline void clear_nickname(); static const int kNickNameFieldNumber = 2; inline const ::std::string& nickname() const; inline void set_nickname(const ::std::string& value); inline void set_nickname(const char* value); inline void set_nickname(const char* value, size_t size); inline ::std::string* mutable_nickname(); inline ::std::string* release_nickname(); inline void set_allocated_nickname(::std::string* nickname); // optional int32 gainDimensity = 3; inline bool has_gaindimensity() const; inline void clear_gaindimensity(); static const int kGainDimensityFieldNumber = 3; inline ::google::protobuf::int32 gaindimensity() const; inline void set_gaindimensity(::google::protobuf::int32 value); // optional int32 headid = 4; inline bool has_headid() const; inline void clear_headid(); static const int kHeadidFieldNumber = 4; inline ::google::protobuf::int32 headid() const; inline void set_headid(::google::protobuf::int32 value); // optional int32 frameid = 5; inline bool has_frameid() const; inline void clear_frameid(); static const int kFrameidFieldNumber = 5; inline ::google::protobuf::int32 frameid() const; inline void set_frameid(::google::protobuf::int32 value); // optional int32 gender = 6; inline bool has_gender() const; inline void clear_gender(); static const int kGenderFieldNumber = 6; inline ::google::protobuf::int32 gender() const; inline void set_gender(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.DragonPalaceRankInfo) private: inline void set_has_playerid(); inline void clear_has_playerid(); inline void set_has_nickname(); inline void clear_has_nickname(); inline void set_has_gaindimensity(); inline void clear_has_gaindimensity(); inline void set_has_headid(); inline void clear_has_headid(); inline void set_has_frameid(); inline void clear_has_frameid(); inline void set_has_gender(); inline void clear_has_gender(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::std::string* nickname_; ::google::protobuf::int32 playerid_; ::google::protobuf::int32 gaindimensity_; ::google::protobuf::int32 headid_; ::google::protobuf::int32 frameid_; ::google::protobuf::int32 gender_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(6 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static DragonPalaceRankInfo* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_get_dragon_palace_info : public ::google::protobuf::Message { public: packetc2l_get_dragon_palace_info(); virtual ~packetc2l_get_dragon_palace_info(); packetc2l_get_dragon_palace_info(const packetc2l_get_dragon_palace_info& from); inline packetc2l_get_dragon_palace_info& operator=(const packetc2l_get_dragon_palace_info& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_get_dragon_palace_info& default_instance(); void Swap(packetc2l_get_dragon_palace_info* other); // implements Message ---------------------------------------------- packetc2l_get_dragon_palace_info* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_get_dragon_palace_info& from); void MergeFrom(const packetc2l_get_dragon_palace_info& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_dragon_palace_info]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional bool isGetRankInfo = 2; inline bool has_isgetrankinfo() const; inline void clear_isgetrankinfo(); static const int kIsGetRankInfoFieldNumber = 2; inline bool isgetrankinfo() const; inline void set_isgetrankinfo(bool value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_get_dragon_palace_info) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_isgetrankinfo(); inline void clear_has_isgetrankinfo(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; bool isgetrankinfo_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_get_dragon_palace_info* default_instance_; }; // ------------------------------------------------------------------- class ExchangePriceInfo : public ::google::protobuf::Message { public: ExchangePriceInfo(); virtual ~ExchangePriceInfo(); ExchangePriceInfo(const ExchangePriceInfo& from); inline ExchangePriceInfo& operator=(const ExchangePriceInfo& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const ExchangePriceInfo& default_instance(); void Swap(ExchangePriceInfo* other); // implements Message ---------------------------------------------- ExchangePriceInfo* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const ExchangePriceInfo& from); void MergeFrom(const ExchangePriceInfo& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional int32 exchangeId = 1; inline bool has_exchangeid() const; inline void clear_exchangeid(); static const int kExchangeIdFieldNumber = 1; inline ::google::protobuf::int32 exchangeid() const; inline void set_exchangeid(::google::protobuf::int32 value); // optional int32 price = 2; inline bool has_price() const; inline void clear_price(); static const int kPriceFieldNumber = 2; inline ::google::protobuf::int32 price() const; inline void set_price(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.ExchangePriceInfo) private: inline void set_has_exchangeid(); inline void clear_has_exchangeid(); inline void set_has_price(); inline void clear_has_price(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::google::protobuf::int32 exchangeid_; ::google::protobuf::int32 price_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static ExchangePriceInfo* default_instance_; }; // ------------------------------------------------------------------- class ExchangeItemInfo : public ::google::protobuf::Message { public: ExchangeItemInfo(); virtual ~ExchangeItemInfo(); ExchangeItemInfo(const ExchangeItemInfo& from); inline ExchangeItemInfo& operator=(const ExchangeItemInfo& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const ExchangeItemInfo& default_instance(); void Swap(ExchangeItemInfo* other); // implements Message ---------------------------------------------- ExchangeItemInfo* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const ExchangeItemInfo& from); void MergeFrom(const ExchangeItemInfo& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional int32 itemid = 1; inline bool has_itemid() const; inline void clear_itemid(); static const int kItemidFieldNumber = 1; inline ::google::protobuf::int32 itemid() const; inline void set_itemid(::google::protobuf::int32 value); // optional int32 itemcount = 2; inline bool has_itemcount() const; inline void clear_itemcount(); static const int kItemcountFieldNumber = 2; inline ::google::protobuf::int32 itemcount() const; inline void set_itemcount(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.ExchangeItemInfo) private: inline void set_has_itemid(); inline void clear_has_itemid(); inline void set_has_itemcount(); inline void clear_has_itemcount(); ::google::protobuf::UnknownFieldSet _unknown_fields_; ::google::protobuf::int32 itemid_; ::google::protobuf::int32 itemcount_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static ExchangeItemInfo* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_get_dragon_palace_info_result : public ::google::protobuf::Message { public: packetl2c_get_dragon_palace_info_result(); virtual ~packetl2c_get_dragon_palace_info_result(); packetl2c_get_dragon_palace_info_result(const packetl2c_get_dragon_palace_info_result& from); inline packetl2c_get_dragon_palace_info_result& operator=(const packetl2c_get_dragon_palace_info_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_get_dragon_palace_info_result& default_instance(); void Swap(packetl2c_get_dragon_palace_info_result* other); // implements Message ---------------------------------------------- packetl2c_get_dragon_palace_info_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_get_dragon_palace_info_result& from); void MergeFrom(const packetl2c_get_dragon_palace_info_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_dragon_palace_info_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 dimensityCount = 2; inline bool has_dimensitycount() const; inline void clear_dimensitycount(); static const int kDimensityCountFieldNumber = 2; inline ::google::protobuf::int32 dimensitycount() const; inline void set_dimensitycount(::google::protobuf::int32 value); // optional int32 exchangeCount = 3; inline bool has_exchangecount() const; inline void clear_exchangecount(); static const int kExchangeCountFieldNumber = 3; inline ::google::protobuf::int32 exchangecount() const; inline void set_exchangecount(::google::protobuf::int32 value); // optional int32 exchangeCountEx = 4; inline bool has_exchangecountex() const; inline void clear_exchangecountex(); static const int kExchangeCountExFieldNumber = 4; inline ::google::protobuf::int32 exchangecountex() const; inline void set_exchangecountex(::google::protobuf::int32 value); // optional int32 discountExchangeCountLv = 5; inline bool has_discountexchangecountlv() const; inline void clear_discountexchangecountlv(); static const int kDiscountExchangeCountLvFieldNumber = 5; inline ::google::protobuf::int32 discountexchangecountlv() const; inline void set_discountexchangecountlv(::google::protobuf::int32 value); // repeated .fish_protocols.DragonPalaceRankInfo curRankList = 6; inline int curranklist_size() const; inline void clear_curranklist(); static const int kCurRankListFieldNumber = 6; inline const ::fish_protocols::DragonPalaceRankInfo& curranklist(int index) const; inline ::fish_protocols::DragonPalaceRankInfo* mutable_curranklist(int index); inline ::fish_protocols::DragonPalaceRankInfo* add_curranklist(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >& curranklist() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >* mutable_curranklist(); // optional int32 gainDimensityCurWeek = 7; inline bool has_gaindimensitycurweek() const; inline void clear_gaindimensitycurweek(); static const int kGainDimensityCurWeekFieldNumber = 7; inline ::google::protobuf::int32 gaindimensitycurweek() const; inline void set_gaindimensitycurweek(::google::protobuf::int32 value); // repeated .fish_protocols.FunBuff selfFunBuffList = 8; inline int selffunbufflist_size() const; inline void clear_selffunbufflist(); static const int kSelfFunBuffListFieldNumber = 8; inline const ::fish_protocols::FunBuff& selffunbufflist(int index) const; inline ::fish_protocols::FunBuff* mutable_selffunbufflist(int index); inline ::fish_protocols::FunBuff* add_selffunbufflist(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::FunBuff >& selffunbufflist() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::FunBuff >* mutable_selffunbufflist(); // repeated .fish_protocols.ExchangePriceInfo priceInfoList = 9; inline int priceinfolist_size() const; inline void clear_priceinfolist(); static const int kPriceInfoListFieldNumber = 9; inline const ::fish_protocols::ExchangePriceInfo& priceinfolist(int index) const; inline ::fish_protocols::ExchangePriceInfo* mutable_priceinfolist(int index); inline ::fish_protocols::ExchangePriceInfo* add_priceinfolist(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >& priceinfolist() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >* mutable_priceinfolist(); // optional int32 exchangeAddCount = 10; inline bool has_exchangeaddcount() const; inline void clear_exchangeaddcount(); static const int kExchangeAddCountFieldNumber = 10; inline ::google::protobuf::int32 exchangeaddcount() const; inline void set_exchangeaddcount(::google::protobuf::int32 value); // optional int32 dailyDimensity = 11; inline bool has_dailydimensity() const; inline void clear_dailydimensity(); static const int kDailyDimensityFieldNumber = 11; inline ::google::protobuf::int32 dailydimensity() const; inline void set_dailydimensity(::google::protobuf::int32 value); // repeated bool dragonSlayerCheck = 12; inline int dragonslayercheck_size() const; inline void clear_dragonslayercheck(); static const int kDragonSlayerCheckFieldNumber = 12; inline bool dragonslayercheck(int index) const; inline void set_dragonslayercheck(int index, bool value); inline void add_dragonslayercheck(bool value); inline const ::google::protobuf::RepeatedField< bool >& dragonslayercheck() const; inline ::google::protobuf::RepeatedField< bool >* mutable_dragonslayercheck(); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_get_dragon_palace_info_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_dimensitycount(); inline void clear_has_dimensitycount(); inline void set_has_exchangecount(); inline void clear_has_exchangecount(); inline void set_has_exchangecountex(); inline void clear_has_exchangecountex(); inline void set_has_discountexchangecountlv(); inline void clear_has_discountexchangecountlv(); inline void set_has_gaindimensitycurweek(); inline void clear_has_gaindimensitycurweek(); inline void set_has_exchangeaddcount(); inline void clear_has_exchangeaddcount(); inline void set_has_dailydimensity(); inline void clear_has_dailydimensity(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 dimensitycount_; ::google::protobuf::int32 exchangecount_; ::google::protobuf::int32 exchangecountex_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo > curranklist_; ::google::protobuf::int32 discountexchangecountlv_; ::google::protobuf::int32 gaindimensitycurweek_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::FunBuff > selffunbufflist_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo > priceinfolist_; ::google::protobuf::int32 exchangeaddcount_; ::google::protobuf::int32 dailydimensity_; ::google::protobuf::RepeatedField< bool > dragonslayercheck_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(12 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_get_dragon_palace_info_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_get_dragon_palace_rank : public ::google::protobuf::Message { public: packetc2l_get_dragon_palace_rank(); virtual ~packetc2l_get_dragon_palace_rank(); packetc2l_get_dragon_palace_rank(const packetc2l_get_dragon_palace_rank& from); inline packetc2l_get_dragon_palace_rank& operator=(const packetc2l_get_dragon_palace_rank& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_get_dragon_palace_rank& default_instance(); void Swap(packetc2l_get_dragon_palace_rank* other); // implements Message ---------------------------------------------- packetc2l_get_dragon_palace_rank* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_get_dragon_palace_rank& from); void MergeFrom(const packetc2l_get_dragon_palace_rank& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_dragon_palace_rank]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 rankType = 2; inline bool has_ranktype() const; inline void clear_ranktype(); static const int kRankTypeFieldNumber = 2; inline ::google::protobuf::int32 ranktype() const; inline void set_ranktype(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_get_dragon_palace_rank) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_ranktype(); inline void clear_has_ranktype(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 ranktype_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_get_dragon_palace_rank* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_get_dragon_palace_rank_result : public ::google::protobuf::Message { public: packetl2c_get_dragon_palace_rank_result(); virtual ~packetl2c_get_dragon_palace_rank_result(); packetl2c_get_dragon_palace_rank_result(const packetl2c_get_dragon_palace_rank_result& from); inline packetl2c_get_dragon_palace_rank_result& operator=(const packetl2c_get_dragon_palace_rank_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_get_dragon_palace_rank_result& default_instance(); void Swap(packetl2c_get_dragon_palace_rank_result* other); // implements Message ---------------------------------------------- packetl2c_get_dragon_palace_rank_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_get_dragon_palace_rank_result& from); void MergeFrom(const packetl2c_get_dragon_palace_rank_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_dragon_palace_rank_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 rankType = 2; inline bool has_ranktype() const; inline void clear_ranktype(); static const int kRankTypeFieldNumber = 2; inline ::google::protobuf::int32 ranktype() const; inline void set_ranktype(::google::protobuf::int32 value); // repeated .fish_protocols.DragonPalaceRankInfo rankList = 3; inline int ranklist_size() const; inline void clear_ranklist(); static const int kRankListFieldNumber = 3; inline const ::fish_protocols::DragonPalaceRankInfo& ranklist(int index) const; inline ::fish_protocols::DragonPalaceRankInfo* mutable_ranklist(int index); inline ::fish_protocols::DragonPalaceRankInfo* add_ranklist(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >& ranklist() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >* mutable_ranklist(); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_get_dragon_palace_rank_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_ranktype(); inline void clear_has_ranktype(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 ranktype_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo > ranklist_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_get_dragon_palace_rank_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_dragon_palace_exchange : public ::google::protobuf::Message { public: packetc2l_dragon_palace_exchange(); virtual ~packetc2l_dragon_palace_exchange(); packetc2l_dragon_palace_exchange(const packetc2l_dragon_palace_exchange& from); inline packetc2l_dragon_palace_exchange& operator=(const packetc2l_dragon_palace_exchange& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_dragon_palace_exchange& default_instance(); void Swap(packetc2l_dragon_palace_exchange* other); // implements Message ---------------------------------------------- packetc2l_dragon_palace_exchange* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_dragon_palace_exchange& from); void MergeFrom(const packetc2l_dragon_palace_exchange& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_dragon_palace_exchange]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 exchangeId = 2; inline bool has_exchangeid() const; inline void clear_exchangeid(); static const int kExchangeIdFieldNumber = 2; inline ::google::protobuf::int32 exchangeid() const; inline void set_exchangeid(::google::protobuf::int32 value); // optional int32 exchangeCount = 3; inline bool has_exchangecount() const; inline void clear_exchangecount(); static const int kExchangeCountFieldNumber = 3; inline ::google::protobuf::int32 exchangecount() const; inline void set_exchangecount(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_dragon_palace_exchange) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_exchangeid(); inline void clear_has_exchangeid(); inline void set_has_exchangecount(); inline void clear_has_exchangecount(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 exchangeid_; ::google::protobuf::int32 exchangecount_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_dragon_palace_exchange* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_dragon_palace_exchange_result : public ::google::protobuf::Message { public: packetl2c_dragon_palace_exchange_result(); virtual ~packetl2c_dragon_palace_exchange_result(); packetl2c_dragon_palace_exchange_result(const packetl2c_dragon_palace_exchange_result& from); inline packetl2c_dragon_palace_exchange_result& operator=(const packetl2c_dragon_palace_exchange_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_dragon_palace_exchange_result& default_instance(); void Swap(packetl2c_dragon_palace_exchange_result* other); // implements Message ---------------------------------------------- packetl2c_dragon_palace_exchange_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_dragon_palace_exchange_result& from); void MergeFrom(const packetl2c_dragon_palace_exchange_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_dragon_palace_exchange_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // repeated .fish_protocols.ExchangeItemInfo exchangeItems = 3; inline int exchangeitems_size() const; inline void clear_exchangeitems(); static const int kExchangeItemsFieldNumber = 3; inline const ::fish_protocols::ExchangeItemInfo& exchangeitems(int index) const; inline ::fish_protocols::ExchangeItemInfo* mutable_exchangeitems(int index); inline ::fish_protocols::ExchangeItemInfo* add_exchangeitems(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >& exchangeitems() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >* mutable_exchangeitems(); // repeated .fish_protocols.ExchangePriceInfo priceInfoList = 4; inline int priceinfolist_size() const; inline void clear_priceinfolist(); static const int kPriceInfoListFieldNumber = 4; inline const ::fish_protocols::ExchangePriceInfo& priceinfolist(int index) const; inline ::fish_protocols::ExchangePriceInfo* mutable_priceinfolist(int index); inline ::fish_protocols::ExchangePriceInfo* add_priceinfolist(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >& priceinfolist() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >* mutable_priceinfolist(); // optional int32 nextPrice = 5; inline bool has_nextprice() const; inline void clear_nextprice(); static const int kNextPriceFieldNumber = 5; inline ::google::protobuf::int32 nextprice() const; inline void set_nextprice(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_dragon_palace_exchange_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); inline void set_has_nextprice(); inline void clear_has_nextprice(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo > exchangeitems_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo > priceinfolist_; ::google::protobuf::int32 nextprice_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(5 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_dragon_palace_exchange_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_dragon_add_exchange_count : public ::google::protobuf::Message { public: packetc2l_dragon_add_exchange_count(); virtual ~packetc2l_dragon_add_exchange_count(); packetc2l_dragon_add_exchange_count(const packetc2l_dragon_add_exchange_count& from); inline packetc2l_dragon_add_exchange_count& operator=(const packetc2l_dragon_add_exchange_count& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_dragon_add_exchange_count& default_instance(); void Swap(packetc2l_dragon_add_exchange_count* other); // implements Message ---------------------------------------------- packetc2l_dragon_add_exchange_count* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_dragon_add_exchange_count& from); void MergeFrom(const packetc2l_dragon_add_exchange_count& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_dragon_add_exchange_count]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 addCount = 2; inline bool has_addcount() const; inline void clear_addcount(); static const int kAddCountFieldNumber = 2; inline ::google::protobuf::int32 addcount() const; inline void set_addcount(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_dragon_add_exchange_count) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_addcount(); inline void clear_has_addcount(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 addcount_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(2 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_dragon_add_exchange_count* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_dragon_add_exchange_count_result : public ::google::protobuf::Message { public: packetl2c_dragon_add_exchange_count_result(); virtual ~packetl2c_dragon_add_exchange_count_result(); packetl2c_dragon_add_exchange_count_result(const packetl2c_dragon_add_exchange_count_result& from); inline packetl2c_dragon_add_exchange_count_result& operator=(const packetl2c_dragon_add_exchange_count_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_dragon_add_exchange_count_result& default_instance(); void Swap(packetl2c_dragon_add_exchange_count_result* other); // implements Message ---------------------------------------------- packetl2c_dragon_add_exchange_count_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_dragon_add_exchange_count_result& from); void MergeFrom(const packetl2c_dragon_add_exchange_count_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_dragon_add_exchange_count_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // optional int32 addCount = 3; inline bool has_addcount() const; inline void clear_addcount(); static const int kAddCountFieldNumber = 3; inline ::google::protobuf::int32 addcount() const; inline void set_addcount(::google::protobuf::int32 value); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_dragon_add_exchange_count_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); inline void set_has_addcount(); inline void clear_has_addcount(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; ::google::protobuf::int32 addcount_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_dragon_add_exchange_count_result* default_instance_; }; // ------------------------------------------------------------------- class packetc2l_daily_dimensity_exchange : public ::google::protobuf::Message { public: packetc2l_daily_dimensity_exchange(); virtual ~packetc2l_daily_dimensity_exchange(); packetc2l_daily_dimensity_exchange(const packetc2l_daily_dimensity_exchange& from); inline packetc2l_daily_dimensity_exchange& operator=(const packetc2l_daily_dimensity_exchange& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetc2l_daily_dimensity_exchange& default_instance(); void Swap(packetc2l_daily_dimensity_exchange* other); // implements Message ---------------------------------------------- packetc2l_daily_dimensity_exchange* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetc2l_daily_dimensity_exchange& from); void MergeFrom(const packetc2l_daily_dimensity_exchange& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_daily_dimensity_exchange]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // @@protoc_insertion_point(class_scope:fish_protocols.packetc2l_daily_dimensity_exchange) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(1 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetc2l_daily_dimensity_exchange* default_instance_; }; // ------------------------------------------------------------------- class packetl2c_daily_dimensity_exchange_result : public ::google::protobuf::Message { public: packetl2c_daily_dimensity_exchange_result(); virtual ~packetl2c_daily_dimensity_exchange_result(); packetl2c_daily_dimensity_exchange_result(const packetl2c_daily_dimensity_exchange_result& from); inline packetl2c_daily_dimensity_exchange_result& operator=(const packetl2c_daily_dimensity_exchange_result& from) { CopyFrom(from); return *this; } inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { return _unknown_fields_; } inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { return &_unknown_fields_; } static const ::google::protobuf::Descriptor* descriptor(); static const packetl2c_daily_dimensity_exchange_result& default_instance(); void Swap(packetl2c_daily_dimensity_exchange_result* other); // implements Message ---------------------------------------------- packetl2c_daily_dimensity_exchange_result* New() const; void CopyFrom(const ::google::protobuf::Message& from); void MergeFrom(const ::google::protobuf::Message& from); void CopyFrom(const packetl2c_daily_dimensity_exchange_result& from); void MergeFrom(const packetl2c_daily_dimensity_exchange_result& from); void Clear(); bool IsInitialized() const; int ByteSize() const; bool MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input); void SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const; ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const; int GetCachedSize() const { return _cached_size_; } private: void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const; public: ::google::protobuf::Metadata GetMetadata() const; // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_daily_dimensity_exchange_result]; inline bool has_packet_id() const; inline void clear_packet_id(); static const int kPacketIdFieldNumber = 1; inline ::fish_protocols::e_server_msg_type packet_id() const; inline void set_packet_id(::fish_protocols::e_server_msg_type value); // optional int32 result = 2; inline bool has_result() const; inline void clear_result(); static const int kResultFieldNumber = 2; inline ::google::protobuf::int32 result() const; inline void set_result(::google::protobuf::int32 value); // repeated .fish_protocols.ExchangeItemInfo exchangeInfo = 3; inline int exchangeinfo_size() const; inline void clear_exchangeinfo(); static const int kExchangeInfoFieldNumber = 3; inline const ::fish_protocols::ExchangeItemInfo& exchangeinfo(int index) const; inline ::fish_protocols::ExchangeItemInfo* mutable_exchangeinfo(int index); inline ::fish_protocols::ExchangeItemInfo* add_exchangeinfo(); inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >& exchangeinfo() const; inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >* mutable_exchangeinfo(); // @@protoc_insertion_point(class_scope:fish_protocols.packetl2c_daily_dimensity_exchange_result) private: inline void set_has_packet_id(); inline void clear_has_packet_id(); inline void set_has_result(); inline void clear_has_result(); ::google::protobuf::UnknownFieldSet _unknown_fields_; int packet_id_; ::google::protobuf::int32 result_; ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo > exchangeinfo_; mutable int _cached_size_; ::google::protobuf::uint32 _has_bits_[(3 + 31) / 32]; friend void protobuf_AddDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_AssignDesc_fish_5fdragon_5fpalace_2eproto(); friend void protobuf_ShutdownFile_fish_5fdragon_5fpalace_2eproto(); void InitAsDefaultInstance(); static packetl2c_daily_dimensity_exchange_result* default_instance_; }; // =================================================================== // =================================================================== // DragonPalaceRankInfo // optional int32 playerId = 1; inline bool DragonPalaceRankInfo::has_playerid() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void DragonPalaceRankInfo::set_has_playerid() { _has_bits_[0] |= 0x00000001u; } inline void DragonPalaceRankInfo::clear_has_playerid() { _has_bits_[0] &= ~0x00000001u; } inline void DragonPalaceRankInfo::clear_playerid() { playerid_ = 0; clear_has_playerid(); } inline ::google::protobuf::int32 DragonPalaceRankInfo::playerid() const { return playerid_; } inline void DragonPalaceRankInfo::set_playerid(::google::protobuf::int32 value) { set_has_playerid(); playerid_ = value; } // optional string nickName = 2; inline bool DragonPalaceRankInfo::has_nickname() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void DragonPalaceRankInfo::set_has_nickname() { _has_bits_[0] |= 0x00000002u; } inline void DragonPalaceRankInfo::clear_has_nickname() { _has_bits_[0] &= ~0x00000002u; } inline void DragonPalaceRankInfo::clear_nickname() { if (nickname_ != &::google::protobuf::internal::kEmptyString) { nickname_->clear(); } clear_has_nickname(); } inline const ::std::string& DragonPalaceRankInfo::nickname() const { return *nickname_; } inline void DragonPalaceRankInfo::set_nickname(const ::std::string& value) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(value); } inline void DragonPalaceRankInfo::set_nickname(const char* value) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(value); } inline void DragonPalaceRankInfo::set_nickname(const char* value, size_t size) { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } nickname_->assign(reinterpret_cast(value), size); } inline ::std::string* DragonPalaceRankInfo::mutable_nickname() { set_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { nickname_ = new ::std::string; } return nickname_; } inline ::std::string* DragonPalaceRankInfo::release_nickname() { clear_has_nickname(); if (nickname_ == &::google::protobuf::internal::kEmptyString) { return NULL; } else { ::std::string* temp = nickname_; nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); return temp; } } inline void DragonPalaceRankInfo::set_allocated_nickname(::std::string* nickname) { if (nickname_ != &::google::protobuf::internal::kEmptyString) { delete nickname_; } if (nickname) { set_has_nickname(); nickname_ = nickname; } else { clear_has_nickname(); nickname_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString); } } // optional int32 gainDimensity = 3; inline bool DragonPalaceRankInfo::has_gaindimensity() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void DragonPalaceRankInfo::set_has_gaindimensity() { _has_bits_[0] |= 0x00000004u; } inline void DragonPalaceRankInfo::clear_has_gaindimensity() { _has_bits_[0] &= ~0x00000004u; } inline void DragonPalaceRankInfo::clear_gaindimensity() { gaindimensity_ = 0; clear_has_gaindimensity(); } inline ::google::protobuf::int32 DragonPalaceRankInfo::gaindimensity() const { return gaindimensity_; } inline void DragonPalaceRankInfo::set_gaindimensity(::google::protobuf::int32 value) { set_has_gaindimensity(); gaindimensity_ = value; } // optional int32 headid = 4; inline bool DragonPalaceRankInfo::has_headid() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void DragonPalaceRankInfo::set_has_headid() { _has_bits_[0] |= 0x00000008u; } inline void DragonPalaceRankInfo::clear_has_headid() { _has_bits_[0] &= ~0x00000008u; } inline void DragonPalaceRankInfo::clear_headid() { headid_ = 0; clear_has_headid(); } inline ::google::protobuf::int32 DragonPalaceRankInfo::headid() const { return headid_; } inline void DragonPalaceRankInfo::set_headid(::google::protobuf::int32 value) { set_has_headid(); headid_ = value; } // optional int32 frameid = 5; inline bool DragonPalaceRankInfo::has_frameid() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void DragonPalaceRankInfo::set_has_frameid() { _has_bits_[0] |= 0x00000010u; } inline void DragonPalaceRankInfo::clear_has_frameid() { _has_bits_[0] &= ~0x00000010u; } inline void DragonPalaceRankInfo::clear_frameid() { frameid_ = 0; clear_has_frameid(); } inline ::google::protobuf::int32 DragonPalaceRankInfo::frameid() const { return frameid_; } inline void DragonPalaceRankInfo::set_frameid(::google::protobuf::int32 value) { set_has_frameid(); frameid_ = value; } // optional int32 gender = 6; inline bool DragonPalaceRankInfo::has_gender() const { return (_has_bits_[0] & 0x00000020u) != 0; } inline void DragonPalaceRankInfo::set_has_gender() { _has_bits_[0] |= 0x00000020u; } inline void DragonPalaceRankInfo::clear_has_gender() { _has_bits_[0] &= ~0x00000020u; } inline void DragonPalaceRankInfo::clear_gender() { gender_ = 0; clear_has_gender(); } inline ::google::protobuf::int32 DragonPalaceRankInfo::gender() const { return gender_; } inline void DragonPalaceRankInfo::set_gender(::google::protobuf::int32 value) { set_has_gender(); gender_ = value; } // ------------------------------------------------------------------- // packetc2l_get_dragon_palace_info // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_dragon_palace_info]; inline bool packetc2l_get_dragon_palace_info::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_get_dragon_palace_info::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_get_dragon_palace_info::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_get_dragon_palace_info::clear_packet_id() { packet_id_ = 10148; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_get_dragon_palace_info::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_get_dragon_palace_info::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional bool isGetRankInfo = 2; inline bool packetc2l_get_dragon_palace_info::has_isgetrankinfo() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2l_get_dragon_palace_info::set_has_isgetrankinfo() { _has_bits_[0] |= 0x00000002u; } inline void packetc2l_get_dragon_palace_info::clear_has_isgetrankinfo() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2l_get_dragon_palace_info::clear_isgetrankinfo() { isgetrankinfo_ = false; clear_has_isgetrankinfo(); } inline bool packetc2l_get_dragon_palace_info::isgetrankinfo() const { return isgetrankinfo_; } inline void packetc2l_get_dragon_palace_info::set_isgetrankinfo(bool value) { set_has_isgetrankinfo(); isgetrankinfo_ = value; } // ------------------------------------------------------------------- // ExchangePriceInfo // optional int32 exchangeId = 1; inline bool ExchangePriceInfo::has_exchangeid() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void ExchangePriceInfo::set_has_exchangeid() { _has_bits_[0] |= 0x00000001u; } inline void ExchangePriceInfo::clear_has_exchangeid() { _has_bits_[0] &= ~0x00000001u; } inline void ExchangePriceInfo::clear_exchangeid() { exchangeid_ = 0; clear_has_exchangeid(); } inline ::google::protobuf::int32 ExchangePriceInfo::exchangeid() const { return exchangeid_; } inline void ExchangePriceInfo::set_exchangeid(::google::protobuf::int32 value) { set_has_exchangeid(); exchangeid_ = value; } // optional int32 price = 2; inline bool ExchangePriceInfo::has_price() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void ExchangePriceInfo::set_has_price() { _has_bits_[0] |= 0x00000002u; } inline void ExchangePriceInfo::clear_has_price() { _has_bits_[0] &= ~0x00000002u; } inline void ExchangePriceInfo::clear_price() { price_ = 0; clear_has_price(); } inline ::google::protobuf::int32 ExchangePriceInfo::price() const { return price_; } inline void ExchangePriceInfo::set_price(::google::protobuf::int32 value) { set_has_price(); price_ = value; } // ------------------------------------------------------------------- // ExchangeItemInfo // optional int32 itemid = 1; inline bool ExchangeItemInfo::has_itemid() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void ExchangeItemInfo::set_has_itemid() { _has_bits_[0] |= 0x00000001u; } inline void ExchangeItemInfo::clear_has_itemid() { _has_bits_[0] &= ~0x00000001u; } inline void ExchangeItemInfo::clear_itemid() { itemid_ = 0; clear_has_itemid(); } inline ::google::protobuf::int32 ExchangeItemInfo::itemid() const { return itemid_; } inline void ExchangeItemInfo::set_itemid(::google::protobuf::int32 value) { set_has_itemid(); itemid_ = value; } // optional int32 itemcount = 2; inline bool ExchangeItemInfo::has_itemcount() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void ExchangeItemInfo::set_has_itemcount() { _has_bits_[0] |= 0x00000002u; } inline void ExchangeItemInfo::clear_has_itemcount() { _has_bits_[0] &= ~0x00000002u; } inline void ExchangeItemInfo::clear_itemcount() { itemcount_ = 0; clear_has_itemcount(); } inline ::google::protobuf::int32 ExchangeItemInfo::itemcount() const { return itemcount_; } inline void ExchangeItemInfo::set_itemcount(::google::protobuf::int32 value) { set_has_itemcount(); itemcount_ = value; } // ------------------------------------------------------------------- // packetl2c_get_dragon_palace_info_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_dragon_palace_info_result]; inline bool packetl2c_get_dragon_palace_info_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_get_dragon_palace_info_result::clear_packet_id() { packet_id_ = 16137; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_get_dragon_palace_info_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_get_dragon_palace_info_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 dimensityCount = 2; inline bool packetl2c_get_dragon_palace_info_result::has_dimensitycount() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_dimensitycount() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_dimensitycount() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_get_dragon_palace_info_result::clear_dimensitycount() { dimensitycount_ = 0; clear_has_dimensitycount(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_info_result::dimensitycount() const { return dimensitycount_; } inline void packetl2c_get_dragon_palace_info_result::set_dimensitycount(::google::protobuf::int32 value) { set_has_dimensitycount(); dimensitycount_ = value; } // optional int32 exchangeCount = 3; inline bool packetl2c_get_dragon_palace_info_result::has_exchangecount() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_exchangecount() { _has_bits_[0] |= 0x00000004u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_exchangecount() { _has_bits_[0] &= ~0x00000004u; } inline void packetl2c_get_dragon_palace_info_result::clear_exchangecount() { exchangecount_ = 0; clear_has_exchangecount(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_info_result::exchangecount() const { return exchangecount_; } inline void packetl2c_get_dragon_palace_info_result::set_exchangecount(::google::protobuf::int32 value) { set_has_exchangecount(); exchangecount_ = value; } // optional int32 exchangeCountEx = 4; inline bool packetl2c_get_dragon_palace_info_result::has_exchangecountex() const { return (_has_bits_[0] & 0x00000008u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_exchangecountex() { _has_bits_[0] |= 0x00000008u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_exchangecountex() { _has_bits_[0] &= ~0x00000008u; } inline void packetl2c_get_dragon_palace_info_result::clear_exchangecountex() { exchangecountex_ = 0; clear_has_exchangecountex(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_info_result::exchangecountex() const { return exchangecountex_; } inline void packetl2c_get_dragon_palace_info_result::set_exchangecountex(::google::protobuf::int32 value) { set_has_exchangecountex(); exchangecountex_ = value; } // optional int32 discountExchangeCountLv = 5; inline bool packetl2c_get_dragon_palace_info_result::has_discountexchangecountlv() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_discountexchangecountlv() { _has_bits_[0] |= 0x00000010u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_discountexchangecountlv() { _has_bits_[0] &= ~0x00000010u; } inline void packetl2c_get_dragon_palace_info_result::clear_discountexchangecountlv() { discountexchangecountlv_ = 0; clear_has_discountexchangecountlv(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_info_result::discountexchangecountlv() const { return discountexchangecountlv_; } inline void packetl2c_get_dragon_palace_info_result::set_discountexchangecountlv(::google::protobuf::int32 value) { set_has_discountexchangecountlv(); discountexchangecountlv_ = value; } // repeated .fish_protocols.DragonPalaceRankInfo curRankList = 6; inline int packetl2c_get_dragon_palace_info_result::curranklist_size() const { return curranklist_.size(); } inline void packetl2c_get_dragon_palace_info_result::clear_curranklist() { curranklist_.Clear(); } inline const ::fish_protocols::DragonPalaceRankInfo& packetl2c_get_dragon_palace_info_result::curranklist(int index) const { return curranklist_.Get(index); } inline ::fish_protocols::DragonPalaceRankInfo* packetl2c_get_dragon_palace_info_result::mutable_curranklist(int index) { return curranklist_.Mutable(index); } inline ::fish_protocols::DragonPalaceRankInfo* packetl2c_get_dragon_palace_info_result::add_curranklist() { return curranklist_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >& packetl2c_get_dragon_palace_info_result::curranklist() const { return curranklist_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >* packetl2c_get_dragon_palace_info_result::mutable_curranklist() { return &curranklist_; } // optional int32 gainDimensityCurWeek = 7; inline bool packetl2c_get_dragon_palace_info_result::has_gaindimensitycurweek() const { return (_has_bits_[0] & 0x00000040u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_gaindimensitycurweek() { _has_bits_[0] |= 0x00000040u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_gaindimensitycurweek() { _has_bits_[0] &= ~0x00000040u; } inline void packetl2c_get_dragon_palace_info_result::clear_gaindimensitycurweek() { gaindimensitycurweek_ = 0; clear_has_gaindimensitycurweek(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_info_result::gaindimensitycurweek() const { return gaindimensitycurweek_; } inline void packetl2c_get_dragon_palace_info_result::set_gaindimensitycurweek(::google::protobuf::int32 value) { set_has_gaindimensitycurweek(); gaindimensitycurweek_ = value; } // repeated .fish_protocols.FunBuff selfFunBuffList = 8; inline int packetl2c_get_dragon_palace_info_result::selffunbufflist_size() const { return selffunbufflist_.size(); } inline void packetl2c_get_dragon_palace_info_result::clear_selffunbufflist() { selffunbufflist_.Clear(); } inline const ::fish_protocols::FunBuff& packetl2c_get_dragon_palace_info_result::selffunbufflist(int index) const { return selffunbufflist_.Get(index); } inline ::fish_protocols::FunBuff* packetl2c_get_dragon_palace_info_result::mutable_selffunbufflist(int index) { return selffunbufflist_.Mutable(index); } inline ::fish_protocols::FunBuff* packetl2c_get_dragon_palace_info_result::add_selffunbufflist() { return selffunbufflist_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::FunBuff >& packetl2c_get_dragon_palace_info_result::selffunbufflist() const { return selffunbufflist_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::FunBuff >* packetl2c_get_dragon_palace_info_result::mutable_selffunbufflist() { return &selffunbufflist_; } // repeated .fish_protocols.ExchangePriceInfo priceInfoList = 9; inline int packetl2c_get_dragon_palace_info_result::priceinfolist_size() const { return priceinfolist_.size(); } inline void packetl2c_get_dragon_palace_info_result::clear_priceinfolist() { priceinfolist_.Clear(); } inline const ::fish_protocols::ExchangePriceInfo& packetl2c_get_dragon_palace_info_result::priceinfolist(int index) const { return priceinfolist_.Get(index); } inline ::fish_protocols::ExchangePriceInfo* packetl2c_get_dragon_palace_info_result::mutable_priceinfolist(int index) { return priceinfolist_.Mutable(index); } inline ::fish_protocols::ExchangePriceInfo* packetl2c_get_dragon_palace_info_result::add_priceinfolist() { return priceinfolist_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >& packetl2c_get_dragon_palace_info_result::priceinfolist() const { return priceinfolist_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >* packetl2c_get_dragon_palace_info_result::mutable_priceinfolist() { return &priceinfolist_; } // optional int32 exchangeAddCount = 10; inline bool packetl2c_get_dragon_palace_info_result::has_exchangeaddcount() const { return (_has_bits_[0] & 0x00000200u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_exchangeaddcount() { _has_bits_[0] |= 0x00000200u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_exchangeaddcount() { _has_bits_[0] &= ~0x00000200u; } inline void packetl2c_get_dragon_palace_info_result::clear_exchangeaddcount() { exchangeaddcount_ = 0; clear_has_exchangeaddcount(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_info_result::exchangeaddcount() const { return exchangeaddcount_; } inline void packetl2c_get_dragon_palace_info_result::set_exchangeaddcount(::google::protobuf::int32 value) { set_has_exchangeaddcount(); exchangeaddcount_ = value; } // optional int32 dailyDimensity = 11; inline bool packetl2c_get_dragon_palace_info_result::has_dailydimensity() const { return (_has_bits_[0] & 0x00000400u) != 0; } inline void packetl2c_get_dragon_palace_info_result::set_has_dailydimensity() { _has_bits_[0] |= 0x00000400u; } inline void packetl2c_get_dragon_palace_info_result::clear_has_dailydimensity() { _has_bits_[0] &= ~0x00000400u; } inline void packetl2c_get_dragon_palace_info_result::clear_dailydimensity() { dailydimensity_ = 0; clear_has_dailydimensity(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_info_result::dailydimensity() const { return dailydimensity_; } inline void packetl2c_get_dragon_palace_info_result::set_dailydimensity(::google::protobuf::int32 value) { set_has_dailydimensity(); dailydimensity_ = value; } // repeated bool dragonSlayerCheck = 12; inline int packetl2c_get_dragon_palace_info_result::dragonslayercheck_size() const { return dragonslayercheck_.size(); } inline void packetl2c_get_dragon_palace_info_result::clear_dragonslayercheck() { dragonslayercheck_.Clear(); } inline bool packetl2c_get_dragon_palace_info_result::dragonslayercheck(int index) const { return dragonslayercheck_.Get(index); } inline void packetl2c_get_dragon_palace_info_result::set_dragonslayercheck(int index, bool value) { dragonslayercheck_.Set(index, value); } inline void packetl2c_get_dragon_palace_info_result::add_dragonslayercheck(bool value) { dragonslayercheck_.Add(value); } inline const ::google::protobuf::RepeatedField< bool >& packetl2c_get_dragon_palace_info_result::dragonslayercheck() const { return dragonslayercheck_; } inline ::google::protobuf::RepeatedField< bool >* packetl2c_get_dragon_palace_info_result::mutable_dragonslayercheck() { return &dragonslayercheck_; } // ------------------------------------------------------------------- // packetc2l_get_dragon_palace_rank // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_get_dragon_palace_rank]; inline bool packetc2l_get_dragon_palace_rank::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_get_dragon_palace_rank::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_get_dragon_palace_rank::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_get_dragon_palace_rank::clear_packet_id() { packet_id_ = 10149; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_get_dragon_palace_rank::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_get_dragon_palace_rank::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 rankType = 2; inline bool packetc2l_get_dragon_palace_rank::has_ranktype() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2l_get_dragon_palace_rank::set_has_ranktype() { _has_bits_[0] |= 0x00000002u; } inline void packetc2l_get_dragon_palace_rank::clear_has_ranktype() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2l_get_dragon_palace_rank::clear_ranktype() { ranktype_ = 0; clear_has_ranktype(); } inline ::google::protobuf::int32 packetc2l_get_dragon_palace_rank::ranktype() const { return ranktype_; } inline void packetc2l_get_dragon_palace_rank::set_ranktype(::google::protobuf::int32 value) { set_has_ranktype(); ranktype_ = value; } // ------------------------------------------------------------------- // packetl2c_get_dragon_palace_rank_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_get_dragon_palace_rank_result]; inline bool packetl2c_get_dragon_palace_rank_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_get_dragon_palace_rank_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_get_dragon_palace_rank_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_get_dragon_palace_rank_result::clear_packet_id() { packet_id_ = 16138; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_get_dragon_palace_rank_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_get_dragon_palace_rank_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 rankType = 2; inline bool packetl2c_get_dragon_palace_rank_result::has_ranktype() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_get_dragon_palace_rank_result::set_has_ranktype() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_get_dragon_palace_rank_result::clear_has_ranktype() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_get_dragon_palace_rank_result::clear_ranktype() { ranktype_ = 0; clear_has_ranktype(); } inline ::google::protobuf::int32 packetl2c_get_dragon_palace_rank_result::ranktype() const { return ranktype_; } inline void packetl2c_get_dragon_palace_rank_result::set_ranktype(::google::protobuf::int32 value) { set_has_ranktype(); ranktype_ = value; } // repeated .fish_protocols.DragonPalaceRankInfo rankList = 3; inline int packetl2c_get_dragon_palace_rank_result::ranklist_size() const { return ranklist_.size(); } inline void packetl2c_get_dragon_palace_rank_result::clear_ranklist() { ranklist_.Clear(); } inline const ::fish_protocols::DragonPalaceRankInfo& packetl2c_get_dragon_palace_rank_result::ranklist(int index) const { return ranklist_.Get(index); } inline ::fish_protocols::DragonPalaceRankInfo* packetl2c_get_dragon_palace_rank_result::mutable_ranklist(int index) { return ranklist_.Mutable(index); } inline ::fish_protocols::DragonPalaceRankInfo* packetl2c_get_dragon_palace_rank_result::add_ranklist() { return ranklist_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >& packetl2c_get_dragon_palace_rank_result::ranklist() const { return ranklist_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::DragonPalaceRankInfo >* packetl2c_get_dragon_palace_rank_result::mutable_ranklist() { return &ranklist_; } // ------------------------------------------------------------------- // packetc2l_dragon_palace_exchange // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_dragon_palace_exchange]; inline bool packetc2l_dragon_palace_exchange::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_dragon_palace_exchange::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_dragon_palace_exchange::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_dragon_palace_exchange::clear_packet_id() { packet_id_ = 10150; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_dragon_palace_exchange::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_dragon_palace_exchange::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 exchangeId = 2; inline bool packetc2l_dragon_palace_exchange::has_exchangeid() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2l_dragon_palace_exchange::set_has_exchangeid() { _has_bits_[0] |= 0x00000002u; } inline void packetc2l_dragon_palace_exchange::clear_has_exchangeid() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2l_dragon_palace_exchange::clear_exchangeid() { exchangeid_ = 0; clear_has_exchangeid(); } inline ::google::protobuf::int32 packetc2l_dragon_palace_exchange::exchangeid() const { return exchangeid_; } inline void packetc2l_dragon_palace_exchange::set_exchangeid(::google::protobuf::int32 value) { set_has_exchangeid(); exchangeid_ = value; } // optional int32 exchangeCount = 3; inline bool packetc2l_dragon_palace_exchange::has_exchangecount() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetc2l_dragon_palace_exchange::set_has_exchangecount() { _has_bits_[0] |= 0x00000004u; } inline void packetc2l_dragon_palace_exchange::clear_has_exchangecount() { _has_bits_[0] &= ~0x00000004u; } inline void packetc2l_dragon_palace_exchange::clear_exchangecount() { exchangecount_ = 0; clear_has_exchangecount(); } inline ::google::protobuf::int32 packetc2l_dragon_palace_exchange::exchangecount() const { return exchangecount_; } inline void packetc2l_dragon_palace_exchange::set_exchangecount(::google::protobuf::int32 value) { set_has_exchangecount(); exchangecount_ = value; } // ------------------------------------------------------------------- // packetl2c_dragon_palace_exchange_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_dragon_palace_exchange_result]; inline bool packetl2c_dragon_palace_exchange_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_dragon_palace_exchange_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_dragon_palace_exchange_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_dragon_palace_exchange_result::clear_packet_id() { packet_id_ = 16139; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_dragon_palace_exchange_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_dragon_palace_exchange_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 result = 2; inline bool packetl2c_dragon_palace_exchange_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_dragon_palace_exchange_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_dragon_palace_exchange_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_dragon_palace_exchange_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetl2c_dragon_palace_exchange_result::result() const { return result_; } inline void packetl2c_dragon_palace_exchange_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // repeated .fish_protocols.ExchangeItemInfo exchangeItems = 3; inline int packetl2c_dragon_palace_exchange_result::exchangeitems_size() const { return exchangeitems_.size(); } inline void packetl2c_dragon_palace_exchange_result::clear_exchangeitems() { exchangeitems_.Clear(); } inline const ::fish_protocols::ExchangeItemInfo& packetl2c_dragon_palace_exchange_result::exchangeitems(int index) const { return exchangeitems_.Get(index); } inline ::fish_protocols::ExchangeItemInfo* packetl2c_dragon_palace_exchange_result::mutable_exchangeitems(int index) { return exchangeitems_.Mutable(index); } inline ::fish_protocols::ExchangeItemInfo* packetl2c_dragon_palace_exchange_result::add_exchangeitems() { return exchangeitems_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >& packetl2c_dragon_palace_exchange_result::exchangeitems() const { return exchangeitems_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >* packetl2c_dragon_palace_exchange_result::mutable_exchangeitems() { return &exchangeitems_; } // repeated .fish_protocols.ExchangePriceInfo priceInfoList = 4; inline int packetl2c_dragon_palace_exchange_result::priceinfolist_size() const { return priceinfolist_.size(); } inline void packetl2c_dragon_palace_exchange_result::clear_priceinfolist() { priceinfolist_.Clear(); } inline const ::fish_protocols::ExchangePriceInfo& packetl2c_dragon_palace_exchange_result::priceinfolist(int index) const { return priceinfolist_.Get(index); } inline ::fish_protocols::ExchangePriceInfo* packetl2c_dragon_palace_exchange_result::mutable_priceinfolist(int index) { return priceinfolist_.Mutable(index); } inline ::fish_protocols::ExchangePriceInfo* packetl2c_dragon_palace_exchange_result::add_priceinfolist() { return priceinfolist_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >& packetl2c_dragon_palace_exchange_result::priceinfolist() const { return priceinfolist_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangePriceInfo >* packetl2c_dragon_palace_exchange_result::mutable_priceinfolist() { return &priceinfolist_; } // optional int32 nextPrice = 5; inline bool packetl2c_dragon_palace_exchange_result::has_nextprice() const { return (_has_bits_[0] & 0x00000010u) != 0; } inline void packetl2c_dragon_palace_exchange_result::set_has_nextprice() { _has_bits_[0] |= 0x00000010u; } inline void packetl2c_dragon_palace_exchange_result::clear_has_nextprice() { _has_bits_[0] &= ~0x00000010u; } inline void packetl2c_dragon_palace_exchange_result::clear_nextprice() { nextprice_ = 0; clear_has_nextprice(); } inline ::google::protobuf::int32 packetl2c_dragon_palace_exchange_result::nextprice() const { return nextprice_; } inline void packetl2c_dragon_palace_exchange_result::set_nextprice(::google::protobuf::int32 value) { set_has_nextprice(); nextprice_ = value; } // ------------------------------------------------------------------- // packetc2l_dragon_add_exchange_count // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_dragon_add_exchange_count]; inline bool packetc2l_dragon_add_exchange_count::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_dragon_add_exchange_count::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_dragon_add_exchange_count::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_dragon_add_exchange_count::clear_packet_id() { packet_id_ = 10151; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_dragon_add_exchange_count::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_dragon_add_exchange_count::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 addCount = 2; inline bool packetc2l_dragon_add_exchange_count::has_addcount() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetc2l_dragon_add_exchange_count::set_has_addcount() { _has_bits_[0] |= 0x00000002u; } inline void packetc2l_dragon_add_exchange_count::clear_has_addcount() { _has_bits_[0] &= ~0x00000002u; } inline void packetc2l_dragon_add_exchange_count::clear_addcount() { addcount_ = 0; clear_has_addcount(); } inline ::google::protobuf::int32 packetc2l_dragon_add_exchange_count::addcount() const { return addcount_; } inline void packetc2l_dragon_add_exchange_count::set_addcount(::google::protobuf::int32 value) { set_has_addcount(); addcount_ = value; } // ------------------------------------------------------------------- // packetl2c_dragon_add_exchange_count_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_dragon_add_exchange_count_result]; inline bool packetl2c_dragon_add_exchange_count_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_dragon_add_exchange_count_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_dragon_add_exchange_count_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_dragon_add_exchange_count_result::clear_packet_id() { packet_id_ = 16140; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_dragon_add_exchange_count_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_dragon_add_exchange_count_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 result = 2; inline bool packetl2c_dragon_add_exchange_count_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_dragon_add_exchange_count_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_dragon_add_exchange_count_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_dragon_add_exchange_count_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetl2c_dragon_add_exchange_count_result::result() const { return result_; } inline void packetl2c_dragon_add_exchange_count_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // optional int32 addCount = 3; inline bool packetl2c_dragon_add_exchange_count_result::has_addcount() const { return (_has_bits_[0] & 0x00000004u) != 0; } inline void packetl2c_dragon_add_exchange_count_result::set_has_addcount() { _has_bits_[0] |= 0x00000004u; } inline void packetl2c_dragon_add_exchange_count_result::clear_has_addcount() { _has_bits_[0] &= ~0x00000004u; } inline void packetl2c_dragon_add_exchange_count_result::clear_addcount() { addcount_ = 0; clear_has_addcount(); } inline ::google::protobuf::int32 packetl2c_dragon_add_exchange_count_result::addcount() const { return addcount_; } inline void packetl2c_dragon_add_exchange_count_result::set_addcount(::google::protobuf::int32 value) { set_has_addcount(); addcount_ = value; } // ------------------------------------------------------------------- // packetc2l_daily_dimensity_exchange // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_c2l_daily_dimensity_exchange]; inline bool packetc2l_daily_dimensity_exchange::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetc2l_daily_dimensity_exchange::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetc2l_daily_dimensity_exchange::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetc2l_daily_dimensity_exchange::clear_packet_id() { packet_id_ = 10152; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetc2l_daily_dimensity_exchange::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetc2l_daily_dimensity_exchange::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // ------------------------------------------------------------------- // packetl2c_daily_dimensity_exchange_result // optional .fish_protocols.e_server_msg_type packet_id = 1 [default = e_mst_l2c_daily_dimensity_exchange_result]; inline bool packetl2c_daily_dimensity_exchange_result::has_packet_id() const { return (_has_bits_[0] & 0x00000001u) != 0; } inline void packetl2c_daily_dimensity_exchange_result::set_has_packet_id() { _has_bits_[0] |= 0x00000001u; } inline void packetl2c_daily_dimensity_exchange_result::clear_has_packet_id() { _has_bits_[0] &= ~0x00000001u; } inline void packetl2c_daily_dimensity_exchange_result::clear_packet_id() { packet_id_ = 16141; clear_has_packet_id(); } inline ::fish_protocols::e_server_msg_type packetl2c_daily_dimensity_exchange_result::packet_id() const { return static_cast< ::fish_protocols::e_server_msg_type >(packet_id_); } inline void packetl2c_daily_dimensity_exchange_result::set_packet_id(::fish_protocols::e_server_msg_type value) { assert(::fish_protocols::e_server_msg_type_IsValid(value)); set_has_packet_id(); packet_id_ = value; } // optional int32 result = 2; inline bool packetl2c_daily_dimensity_exchange_result::has_result() const { return (_has_bits_[0] & 0x00000002u) != 0; } inline void packetl2c_daily_dimensity_exchange_result::set_has_result() { _has_bits_[0] |= 0x00000002u; } inline void packetl2c_daily_dimensity_exchange_result::clear_has_result() { _has_bits_[0] &= ~0x00000002u; } inline void packetl2c_daily_dimensity_exchange_result::clear_result() { result_ = 0; clear_has_result(); } inline ::google::protobuf::int32 packetl2c_daily_dimensity_exchange_result::result() const { return result_; } inline void packetl2c_daily_dimensity_exchange_result::set_result(::google::protobuf::int32 value) { set_has_result(); result_ = value; } // repeated .fish_protocols.ExchangeItemInfo exchangeInfo = 3; inline int packetl2c_daily_dimensity_exchange_result::exchangeinfo_size() const { return exchangeinfo_.size(); } inline void packetl2c_daily_dimensity_exchange_result::clear_exchangeinfo() { exchangeinfo_.Clear(); } inline const ::fish_protocols::ExchangeItemInfo& packetl2c_daily_dimensity_exchange_result::exchangeinfo(int index) const { return exchangeinfo_.Get(index); } inline ::fish_protocols::ExchangeItemInfo* packetl2c_daily_dimensity_exchange_result::mutable_exchangeinfo(int index) { return exchangeinfo_.Mutable(index); } inline ::fish_protocols::ExchangeItemInfo* packetl2c_daily_dimensity_exchange_result::add_exchangeinfo() { return exchangeinfo_.Add(); } inline const ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >& packetl2c_daily_dimensity_exchange_result::exchangeinfo() const { return exchangeinfo_; } inline ::google::protobuf::RepeatedPtrField< ::fish_protocols::ExchangeItemInfo >* packetl2c_daily_dimensity_exchange_result::mutable_exchangeinfo() { return &exchangeinfo_; } // @@protoc_insertion_point(namespace_scope) } // namespace fish_protocols #ifndef SWIG namespace google { namespace protobuf { } // namespace google } // namespace protobuf #endif // SWIG // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_fish_5fdragon_5fpalace_2eproto__INCLUDED