TrinityCore
bgs::protocol::club::v1::SuggestionRemovedNotification Class Reference

#include <club_notification.pb.h>

+ Inheritance diagram for bgs::protocol::club::v1::SuggestionRemovedNotification:

Public Member Functions

 SuggestionRemovedNotification ()
 
virtual ~SuggestionRemovedNotification ()
 
 SuggestionRemovedNotification (const SuggestionRemovedNotification &from)
 
SuggestionRemovedNotificationoperator= (const SuggestionRemovedNotification &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SuggestionRemovedNotification *other)
 
SuggestionRemovedNotificationNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_agent_id () const
 
void clear_agent_id ()
 
const ::bgs::protocol::club::v1::MemberIdagent_id () const
 
inline ::bgs::protocol::club::v1::MemberIdmutable_agent_id ()
 
inline ::bgs::protocol::club::v1::MemberIdrelease_agent_id ()
 
void set_allocated_agent_id (::bgs::protocol::club::v1::MemberId *agent_id)
 
bool has_club_id () const
 
void clear_club_id ()
 
inline ::google::protobuf::uint64 club_id () const
 
void set_club_id (::google::protobuf::uint64 value)
 
bool has_suggestion_id () const
 
void clear_suggestion_id ()
 
inline ::google::protobuf::uint64 suggestion_id () const
 
void set_suggestion_id (::google::protobuf::uint64 value)
 
bool has_reason () const
 
void clear_reason ()
 
inline ::bgs::protocol::SuggestionRemovedReason reason () const
 
void set_reason (::bgs::protocol::SuggestionRemovedReason value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const SuggestionRemovedNotificationdefault_instance ()
 

Static Public Attributes

static const int kAgentIdFieldNumber = 1
 
static const int kClubIdFieldNumber = 3
 
static const int kSuggestionIdFieldNumber = 4
 
static const int kReasonFieldNumber = 5
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_agent_id ()
 
void clear_has_agent_id ()
 
void set_has_club_id ()
 
void clear_has_club_id ()
 
void set_has_suggestion_id ()
 
void clear_has_suggestion_id ()
 
void set_has_reason ()
 
void clear_has_reason ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::club::v1::MemberIdagent_id_
 
::google::protobuf::uint64 club_id_
 
::google::protobuf::uint64 suggestion_id_
 
int reason_
 

Static Private Attributes

static SuggestionRemovedNotificationdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_club_5fnotification_2eproto ()
 
void protobuf_AssignDesc_club_5fnotification_2eproto ()
 
void protobuf_ShutdownFile_club_5fnotification_2eproto ()
 

Detailed Description

Definition at line 1183 of file club_notification.pb.h.

Constructor & Destructor Documentation

◆ SuggestionRemovedNotification() [1/2]

bgs::protocol::club::v1::SuggestionRemovedNotification::SuggestionRemovedNotification ( )

◆ ~SuggestionRemovedNotification()

virtual bgs::protocol::club::v1::SuggestionRemovedNotification::~SuggestionRemovedNotification ( )
virtual

◆ SuggestionRemovedNotification() [2/2]

bgs::protocol::club::v1::SuggestionRemovedNotification::SuggestionRemovedNotification ( const SuggestionRemovedNotification from)

Member Function Documentation

◆ agent_id()

const ::bgs::protocol::club::v1::MemberId & bgs::protocol::club::v1::SuggestionRemovedNotification::agent_id ( ) const
inline

Definition at line 3428 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_agent_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_agent_id ( )
inline

Definition at line 3424 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ clear_club_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_club_id ( )
inline

Definition at line 3465 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ clear_has_agent_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_has_agent_id ( )
inlineprivate

Definition at line 3421 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_club_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_has_club_id ( )
inlineprivate

Definition at line 3462 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_reason()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_has_reason ( )
inlineprivate

Definition at line 3510 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_suggestion_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_has_suggestion_id ( )
inlineprivate

Definition at line 3486 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ clear_reason()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_reason ( )
inline

Definition at line 3513 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ clear_suggestion_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::clear_suggestion_id ( )
inline

Definition at line 3489 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ club_id()

google::protobuf::uint64 bgs::protocol::club::v1::SuggestionRemovedNotification::club_id ( ) const
inline

Definition at line 3469 of file club_notification.pb.h.

◆ default_instance()

static const SuggestionRemovedNotification & bgs::protocol::club::v1::SuggestionRemovedNotification::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::club::v1::SuggestionRemovedNotification::descriptor ( )
static

◆ GetCachedSize()

int bgs::protocol::club::v1::SuggestionRemovedNotification::GetCachedSize ( ) const
inline

Definition at line 1211 of file club_notification.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::club::v1::SuggestionRemovedNotification::GetMetadata ( ) const

◆ has_agent_id()

bool bgs::protocol::club::v1::SuggestionRemovedNotification::has_agent_id ( ) const
inline

Definition at line 3415 of file club_notification.pb.h.

◆ has_club_id()

bool bgs::protocol::club::v1::SuggestionRemovedNotification::has_club_id ( ) const
inline

Definition at line 3456 of file club_notification.pb.h.

◆ has_reason()

bool bgs::protocol::club::v1::SuggestionRemovedNotification::has_reason ( ) const
inline

Definition at line 3504 of file club_notification.pb.h.

◆ has_suggestion_id()

bool bgs::protocol::club::v1::SuggestionRemovedNotification::has_suggestion_id ( ) const
inline

Definition at line 3480 of file club_notification.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::club::v1::SuggestionRemovedNotification::InitAsDefaultInstance ( )
private

◆ mutable_agent_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::SuggestionRemovedNotification::mutable_agent_id ( )
inline

Definition at line 3432 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::club::v1::SuggestionRemovedNotification::mutable_unknown_fields ( )
inline

Definition at line 1199 of file club_notification.pb.h.

◆ New()

SuggestionRemovedNotification * bgs::protocol::club::v1::SuggestionRemovedNotification::New ( ) const

◆ operator=()

SuggestionRemovedNotification & bgs::protocol::club::v1::SuggestionRemovedNotification::operator= ( const SuggestionRemovedNotification from)
inline

Definition at line 1190 of file club_notification.pb.h.

◆ reason()

bgs::protocol::SuggestionRemovedReason bgs::protocol::club::v1::SuggestionRemovedNotification::reason ( ) const
inline

Definition at line 3517 of file club_notification.pb.h.

◆ release_agent_id()

bgs::protocol::club::v1::MemberId * bgs::protocol::club::v1::SuggestionRemovedNotification::release_agent_id ( )
inline

Definition at line 3438 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_agent_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_allocated_agent_id ( ::bgs::protocol::club::v1::MemberId agent_id)
inline

Definition at line 3444 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_club_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_club_id ( ::google::protobuf::uint64  value)
inline

Definition at line 3473 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_has_agent_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_has_agent_id ( )
inlineprivate

Definition at line 3418 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_has_club_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_has_club_id ( )
inlineprivate

Definition at line 3459 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_has_reason()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_has_reason ( )
inlineprivate

Definition at line 3507 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_has_suggestion_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_has_suggestion_id ( )
inlineprivate

Definition at line 3483 of file club_notification.pb.h.

+ Here is the caller graph for this function:

◆ set_reason()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_reason ( ::bgs::protocol::SuggestionRemovedReason  value)
inline

Definition at line 3521 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ set_suggestion_id()

void bgs::protocol::club::v1::SuggestionRemovedNotification::set_suggestion_id ( ::google::protobuf::uint64  value)
inline

Definition at line 3497 of file club_notification.pb.h.

+ Here is the call graph for this function:

◆ SetCachedSize()

void bgs::protocol::club::v1::SuggestionRemovedNotification::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::club::v1::SuggestionRemovedNotification::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::club::v1::SuggestionRemovedNotification::SharedDtor ( )
private

◆ suggestion_id()

google::protobuf::uint64 bgs::protocol::club::v1::SuggestionRemovedNotification::suggestion_id ( ) const
inline

Definition at line 3493 of file club_notification.pb.h.

◆ Swap()

void bgs::protocol::club::v1::SuggestionRemovedNotification::Swap ( SuggestionRemovedNotification other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::club::v1::SuggestionRemovedNotification::unknown_fields ( ) const
inline

Definition at line 1195 of file club_notification.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_club_5fnotification_2eproto

void TC_PROTO_API protobuf_AddDesc_club_5fnotification_2eproto ( )
friend

◆ protobuf_AssignDesc_club_5fnotification_2eproto

void protobuf_AssignDesc_club_5fnotification_2eproto ( )
friend

◆ protobuf_ShutdownFile_club_5fnotification_2eproto

void protobuf_ShutdownFile_club_5fnotification_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::club::v1::SuggestionRemovedNotification::_cached_size_
mutableprivate

Definition at line 1267 of file club_notification.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::club::v1::SuggestionRemovedNotification::_has_bits_[1]
private

Definition at line 1266 of file club_notification.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::club::v1::SuggestionRemovedNotification::_unknown_fields_
private

Definition at line 1264 of file club_notification.pb.h.

◆ agent_id_

::bgs::protocol::club::v1::MemberId* bgs::protocol::club::v1::SuggestionRemovedNotification::agent_id_
private

Definition at line 1268 of file club_notification.pb.h.

◆ club_id_

::google::protobuf::uint64 bgs::protocol::club::v1::SuggestionRemovedNotification::club_id_
private

Definition at line 1269 of file club_notification.pb.h.

◆ default_instance_

SuggestionRemovedNotification* bgs::protocol::club::v1::SuggestionRemovedNotification::default_instance_
staticprivate

Definition at line 1277 of file club_notification.pb.h.

◆ kAgentIdFieldNumber

const int bgs::protocol::club::v1::SuggestionRemovedNotification::kAgentIdFieldNumber = 1
static

Definition at line 1226 of file club_notification.pb.h.

◆ kClubIdFieldNumber

const int bgs::protocol::club::v1::SuggestionRemovedNotification::kClubIdFieldNumber = 3
static

Definition at line 1235 of file club_notification.pb.h.

◆ kReasonFieldNumber

const int bgs::protocol::club::v1::SuggestionRemovedNotification::kReasonFieldNumber = 5
static

Definition at line 1249 of file club_notification.pb.h.

◆ kSuggestionIdFieldNumber

const int bgs::protocol::club::v1::SuggestionRemovedNotification::kSuggestionIdFieldNumber = 4
static

Definition at line 1242 of file club_notification.pb.h.

◆ reason_

int bgs::protocol::club::v1::SuggestionRemovedNotification::reason_
private

Definition at line 1271 of file club_notification.pb.h.

◆ suggestion_id_

::google::protobuf::uint64 bgs::protocol::club::v1::SuggestionRemovedNotification::suggestion_id_
private

Definition at line 1270 of file club_notification.pb.h.


The documentation for this class was generated from the following file: