androidenterprise
v1
|
#include <track_info.h>
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 TrackInfo * | New () |
Id to name association of a track.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'trackAlias
' attribute.
|
inline |
Clears the 'trackId
' attribute.
|
inline |
Get the value of the 'trackAlias
' attribute.
|
inline |
Get the value of the 'trackId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'trackAlias
' attribute was set.
trackAlias
' attribute was set.
|
inline |
Determine if the 'trackId
' attribute was set.
trackId
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'trackAlias
' attribute.
A modifiable name for a track. This is the visible name in the play developer console.
[in] | value | The new 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.
[in] | value | The new value. |