books  v1
Public Member Functions | Static Public Member Functions | List of all members
google_books_api::AnnotationsSummary::AnnotationsSummaryLayers Class Reference

#include <annotations_summary.h>

Inheritance diagram for google_books_api::AnnotationsSummary::AnnotationsSummaryLayers:

Public Member Functions

 AnnotationsSummaryLayers (const Json::Value &storage)
 
 AnnotationsSummaryLayers (Json::Value *storage)
 
virtual ~AnnotationsSummaryLayers ()
 
const StringPiece GetTypeName () const
 
bool has_allowed_character_count () const
 
void clear_allowed_character_count ()
 
int32 get_allowed_character_count () const
 
void set_allowed_character_count (int32 value)
 
bool has_layer_id () const
 
void clear_layer_id ()
 
const StringPiece get_layer_id () const
 
void set_layer_id (const StringPiece &value)
 
bool has_limit_type () const
 
void clear_limit_type ()
 
const StringPiece get_limit_type () const
 
void set_limit_type (const StringPiece &value)
 
bool has_remaining_character_count () const
 
void clear_remaining_character_count ()
 
int32 get_remaining_character_count () const
 
void set_remaining_character_count (int32 value)
 
bool has_updated () const
 
void clear_updated ()
 
client::DateTime get_updated () const
 
void set_updated (client::DateTime value)
 

Static Public Member Functions

static AnnotationsSummaryLayersNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AnnotationsSummaryLayers() [1/2]

google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::AnnotationsSummaryLayers ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ AnnotationsSummaryLayers() [2/2]

google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::AnnotationsSummaryLayers ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~AnnotationsSummaryLayers()

google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::~AnnotationsSummaryLayers ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_allowed_character_count()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::clear_allowed_character_count ( )
inline

Clears the 'allowedCharacterCount' attribute.

◆ clear_layer_id()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::clear_layer_id ( )
inline

Clears the 'layerId' attribute.

◆ clear_limit_type()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::clear_limit_type ( )
inline

Clears the 'limitType' attribute.

◆ clear_remaining_character_count()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::clear_remaining_character_count ( )
inline

Clears the 'remainingCharacterCount' attribute.

◆ clear_updated()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::clear_updated ( )
inline

Clears the 'updated' attribute.

◆ get_allowed_character_count()

int32 google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::get_allowed_character_count ( ) const
inline

Get the value of the 'allowedCharacterCount' attribute.

◆ get_layer_id()

const StringPiece google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::get_layer_id ( ) const
inline

Get the value of the 'layerId' attribute.

◆ get_limit_type()

const StringPiece google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::get_limit_type ( ) const
inline

Get the value of the 'limitType' attribute.

◆ get_remaining_character_count()

int32 google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::get_remaining_character_count ( ) const
inline

Get the value of the 'remainingCharacterCount' attribute.

◆ get_updated()

client::DateTime google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::get_updated ( ) const
inline

Get the value of the 'updated' attribute.

◆ GetTypeName()

const StringPiece google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_books_api::AnnotationsSummaryLayers

◆ has_allowed_character_count()

bool google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::has_allowed_character_count ( ) const
inline

Determine if the 'allowedCharacterCount' attribute was set.

Returns
true if the 'allowedCharacterCount' attribute was set.

◆ has_layer_id()

bool google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::has_layer_id ( ) const
inline

Determine if the 'layerId' attribute was set.

Returns
true if the 'layerId' attribute was set.

◆ has_limit_type()

bool google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::has_limit_type ( ) const
inline

Determine if the 'limitType' attribute was set.

Returns
true if the 'limitType' attribute was set.

◆ has_remaining_character_count()

bool google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::has_remaining_character_count ( ) const
inline

Determine if the 'remainingCharacterCount' attribute was set.

Returns
true if the 'remainingCharacterCount' attribute was set.

◆ has_updated()

bool google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::has_updated ( ) const
inline

Determine if the 'updated' attribute was set.

Returns
true if the 'updated' attribute was set.

◆ New()

AnnotationsSummary::AnnotationsSummaryLayers * google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_allowed_character_count()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::set_allowed_character_count ( int32  value)
inline

Change the 'allowedCharacterCount' attribute.

Parameters
[in]valueThe new value.

◆ set_layer_id()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::set_layer_id ( const StringPiece &  value)
inline

Change the 'layerId' attribute.

Parameters
[in]valueThe new value.

◆ set_limit_type()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::set_limit_type ( const StringPiece &  value)
inline

Change the 'limitType' attribute.

Parameters
[in]valueThe new value.

◆ set_remaining_character_count()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::set_remaining_character_count ( int32  value)
inline

Change the 'remainingCharacterCount' attribute.

Parameters
[in]valueThe new value.

◆ set_updated()

void google_books_api::AnnotationsSummary::AnnotationsSummaryLayers::set_updated ( client::DateTime  value)
inline

Change the 'updated' attribute.

Parameters
[in]valueThe new value.

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