youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::VideoAbuseReportSecondaryReason Class Reference

#include <video_abuse_report_secondary_reason.h>

Inheritance diagram for google_youtube_api::VideoAbuseReportSecondaryReason:

Public Member Functions

 VideoAbuseReportSecondaryReason (const Json::Value &storage)
 
 VideoAbuseReportSecondaryReason (Json::Value *storage)
 
virtual ~VideoAbuseReportSecondaryReason ()
 
const StringPiece GetTypeName () const
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_label () const
 
void clear_label ()
 
const StringPiece get_label () const
 
void set_label (const StringPiece &value)
 

Static Public Member Functions

static VideoAbuseReportSecondaryReasonNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ VideoAbuseReportSecondaryReason() [1/2]

google_youtube_api::VideoAbuseReportSecondaryReason::VideoAbuseReportSecondaryReason ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ VideoAbuseReportSecondaryReason() [2/2]

google_youtube_api::VideoAbuseReportSecondaryReason::VideoAbuseReportSecondaryReason ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~VideoAbuseReportSecondaryReason()

google_youtube_api::VideoAbuseReportSecondaryReason::~VideoAbuseReportSecondaryReason ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_id()

void google_youtube_api::VideoAbuseReportSecondaryReason::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_label()

void google_youtube_api::VideoAbuseReportSecondaryReason::clear_label ( )
inline

Clears the 'label' attribute.

◆ get_id()

const StringPiece google_youtube_api::VideoAbuseReportSecondaryReason::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_label()

const StringPiece google_youtube_api::VideoAbuseReportSecondaryReason::get_label ( ) const
inline

Get the value of the 'label' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::VideoAbuseReportSecondaryReason::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::VideoAbuseReportSecondaryReason

◆ has_id()

bool google_youtube_api::VideoAbuseReportSecondaryReason::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_label()

bool google_youtube_api::VideoAbuseReportSecondaryReason::has_label ( ) const
inline

Determine if the 'label' attribute was set.

Returns
true if the 'label' attribute was set.

◆ New()

VideoAbuseReportSecondaryReason * google_youtube_api::VideoAbuseReportSecondaryReason::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

void google_youtube_api::VideoAbuseReportSecondaryReason::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

The ID of this abuse report secondary reason.

Parameters
[in]valueThe new value.

◆ set_label()

void google_youtube_api::VideoAbuseReportSecondaryReason::set_label ( const StringPiece &  value)
inline

Change the 'label' attribute.

The localized label for this abuse report secondary reason.

Parameters
[in]valueThe new value.

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