youtube
v3
|
#include <subscription_content_details.h>
Public Member Functions | |
SubscriptionContentDetails (const Json::Value &storage) | |
SubscriptionContentDetails (Json::Value *storage) | |
virtual | ~SubscriptionContentDetails () |
const StringPiece | GetTypeName () const |
bool | has_activity_type () const |
void | clear_activity_type () |
const StringPiece | get_activity_type () const |
void | set_activity_type (const StringPiece &value) |
bool | has_new_item_count () const |
void | clear_new_item_count () |
uint32 | get_new_item_count () const |
void | set_new_item_count (uint32 value) |
bool | has_total_item_count () const |
void | clear_total_item_count () |
uint32 | get_total_item_count () const |
void | set_total_item_count (uint32 value) |
Static Public Member Functions | |
static SubscriptionContentDetails * | New () |
Details about the content to witch a subscription refers.
|
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 'activityType
' attribute.
|
inline |
Clears the 'newItemCount
' attribute.
|
inline |
Clears the 'totalItemCount
' attribute.
|
inline |
Get the value of the 'activityType
' attribute.
|
inline |
Get the value of the 'newItemCount
' attribute.
|
inline |
Get the value of the 'totalItemCount
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'activityType
' attribute was set.
activityType
' attribute was set.
|
inline |
Determine if the 'newItemCount
' attribute was set.
newItemCount
' attribute was set.
|
inline |
Determine if the 'totalItemCount
' attribute was set.
totalItemCount
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'activityType
' attribute.
The type of activity this subscription is for (only uploads, everything).
[in] | value | The new value. |
|
inline |
Change the 'newItemCount
' attribute.
The number of new items in the subscription since its content was last read.
[in] | value | The new value. |
|
inline |
Change the 'totalItemCount
' attribute.
The approximate number of items that the subscription points to.
[in] | value | The new value. |