|
youtube
v3
|
#include <channel_audit_details.h>
Public Member Functions | |
| ChannelAuditDetails (const Json::Value &storage) | |
| ChannelAuditDetails (Json::Value *storage) | |
| virtual | ~ChannelAuditDetails () |
| const StringPiece | GetTypeName () const |
| bool | has_community_guidelines_good_standing () const |
| void | clear_community_guidelines_good_standing () |
| bool | get_community_guidelines_good_standing () const |
| void | set_community_guidelines_good_standing (bool value) |
| bool | has_content_id_claims_good_standing () const |
| void | clear_content_id_claims_good_standing () |
| bool | get_content_id_claims_good_standing () const |
| void | set_content_id_claims_good_standing (bool value) |
| bool | has_copyright_strikes_good_standing () const |
| void | clear_copyright_strikes_good_standing () |
| bool | get_copyright_strikes_good_standing () const |
| void | set_copyright_strikes_good_standing (bool value) |
Static Public Member Functions | |
| static ChannelAuditDetails * | New () |
The auditDetails object encapsulates channel data that is relevant for YouTube Partners during the audit process.
|
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 'communityGuidelinesGoodStanding' attribute.
|
inline |
Clears the 'contentIdClaimsGoodStanding' attribute.
|
inline |
Clears the 'copyrightStrikesGoodStanding' attribute.
|
inline |
Get the value of the 'communityGuidelinesGoodStanding' attribute.
|
inline |
Get the value of the 'contentIdClaimsGoodStanding' attribute.
|
inline |
Get the value of the 'copyrightStrikesGoodStanding' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'communityGuidelinesGoodStanding' attribute was set.
communityGuidelinesGoodStanding' attribute was set.
|
inline |
Determine if the 'contentIdClaimsGoodStanding' attribute was set.
contentIdClaimsGoodStanding' attribute was set.
|
inline |
Determine if the 'copyrightStrikesGoodStanding' attribute was set.
copyrightStrikesGoodStanding' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'communityGuidelinesGoodStanding' attribute.
Whether or not the channel respects the community guidelines.
| [in] | value | The new value. |
|
inline |
Change the 'contentIdClaimsGoodStanding' attribute.
Whether or not the channel has any unresolved claims.
| [in] | value | The new value. |
|
inline |
Change the 'copyrightStrikesGoodStanding' attribute.
Whether or not the channel has any copyright strikes.
| [in] | value | The new value. |