youtube
v3
|
#include <channel_statistics.h>
Public Member Functions | |
ChannelStatistics (const Json::Value &storage) | |
ChannelStatistics (Json::Value *storage) | |
virtual | ~ChannelStatistics () |
const StringPiece | GetTypeName () const |
bool | has_comment_count () const |
void | clear_comment_count () |
uint64 | get_comment_count () const |
void | set_comment_count (uint64 value) |
bool | has_hidden_subscriber_count () const |
void | clear_hidden_subscriber_count () |
bool | get_hidden_subscriber_count () const |
void | set_hidden_subscriber_count (bool value) |
bool | has_subscriber_count () const |
void | clear_subscriber_count () |
uint64 | get_subscriber_count () const |
void | set_subscriber_count (uint64 value) |
bool | has_video_count () const |
void | clear_video_count () |
uint64 | get_video_count () const |
void | set_video_count (uint64 value) |
bool | has_view_count () const |
void | clear_view_count () |
uint64 | get_view_count () const |
void | set_view_count (uint64 value) |
Static Public Member Functions | |
static ChannelStatistics * | New () |
Statistics about a channel: number of subscribers, number of videos in the channel, etc.
|
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 'commentCount
' attribute.
|
inline |
Clears the 'hiddenSubscriberCount
' attribute.
|
inline |
Clears the 'subscriberCount
' attribute.
|
inline |
Clears the 'videoCount
' attribute.
|
inline |
Clears the 'viewCount
' attribute.
|
inline |
Get the value of the 'commentCount
' attribute.
|
inline |
Get the value of the 'hiddenSubscriberCount
' attribute.
|
inline |
Get the value of the 'subscriberCount
' attribute.
|
inline |
Get the value of the 'videoCount
' attribute.
|
inline |
Get the value of the 'viewCount
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'commentCount
' attribute was set.
commentCount
' attribute was set.
|
inline |
Determine if the 'hiddenSubscriberCount
' attribute was set.
hiddenSubscriberCount
' attribute was set.
|
inline |
Determine if the 'subscriberCount
' attribute was set.
subscriberCount
' attribute was set.
|
inline |
Determine if the 'videoCount
' attribute was set.
videoCount
' attribute was set.
|
inline |
Determine if the 'viewCount
' attribute was set.
viewCount
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'commentCount
' attribute.
The number of comments for the channel.
[in] | value | The new value. |
|
inline |
Change the 'hiddenSubscriberCount
' attribute.
Whether or not the number of subscribers is shown for this user.
[in] | value | The new value. |
|
inline |
Change the 'subscriberCount
' attribute.
The number of subscribers that the channel has.
[in] | value | The new value. |
|
inline |
Change the 'videoCount
' attribute.
The number of videos uploaded to the channel.
[in] | value | The new value. |
|
inline |
Change the 'viewCount
' attribute.
The number of times the channel has been viewed.
[in] | value | The new value. |