androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::TrackInfo Class Reference

#include <track_info.h>

Inheritance diagram for google_androidenterprise_api::TrackInfo:

Public Member Functions

 TrackInfo (const Json::Value &storage)
 
 TrackInfo (Json::Value *storage)
 
virtual ~TrackInfo ()
 
const StringPiece GetTypeName () const
 
bool has_track_alias () const
 
void clear_track_alias ()
 
const StringPiece get_track_alias () const
 
void set_track_alias (const StringPiece &value)
 
bool has_track_id () const
 
void clear_track_id ()
 
const StringPiece get_track_id () const
 
void set_track_id (const StringPiece &value)
 

Static Public Member Functions

static TrackInfoNew ()
 

Detailed Description

Id to name association of a track.

Constructor & Destructor Documentation

◆ TrackInfo() [1/2]

google_androidenterprise_api::TrackInfo::TrackInfo ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ TrackInfo() [2/2]

google_androidenterprise_api::TrackInfo::TrackInfo ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~TrackInfo()

google_androidenterprise_api::TrackInfo::~TrackInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_track_alias()

void google_androidenterprise_api::TrackInfo::clear_track_alias ( )
inline

Clears the 'trackAlias' attribute.

◆ clear_track_id()

void google_androidenterprise_api::TrackInfo::clear_track_id ( )
inline

Clears the 'trackId' attribute.

◆ get_track_alias()

const StringPiece google_androidenterprise_api::TrackInfo::get_track_alias ( ) const
inline

Get the value of the 'trackAlias' attribute.

◆ get_track_id()

const StringPiece google_androidenterprise_api::TrackInfo::get_track_id ( ) const
inline

Get the value of the 'trackId' attribute.

◆ GetTypeName()

const StringPiece google_androidenterprise_api::TrackInfo::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::TrackInfo

◆ has_track_alias()

bool google_androidenterprise_api::TrackInfo::has_track_alias ( ) const
inline

Determine if the 'trackAlias' attribute was set.

Returns
true if the 'trackAlias' attribute was set.

◆ has_track_id()

bool google_androidenterprise_api::TrackInfo::has_track_id ( ) const
inline

Determine if the 'trackId' attribute was set.

Returns
true if the 'trackId' attribute was set.

◆ New()

TrackInfo * google_androidenterprise_api::TrackInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_track_alias()

void google_androidenterprise_api::TrackInfo::set_track_alias ( const StringPiece &  value)
inline

Change the 'trackAlias' attribute.

A modifiable name for a track. This is the visible name in the play developer console.

Parameters
[in]valueThe new value.

◆ set_track_id()

void google_androidenterprise_api::TrackInfo::set_track_id ( const StringPiece &  value)
inline

Change the 'trackId' attribute.

Unmodifiable, unique track identifier. This identifier is the releaseTrackId in the url of the play developer console page that displays the track information.

Parameters
[in]valueThe new value.

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