public final class ChannelAuditDetails
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the YouTube Data API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ChannelAuditDetails() |
| Modifier and Type | Method and Description |
|---|---|
ChannelAuditDetails |
clone() |
java.lang.Boolean |
getCommunityGuidelinesGoodStanding()
Whether or not the channel respects the community guidelines.
|
java.lang.Boolean |
getContentIdClaimsGoodStanding()
Whether or not the channel has any unresolved claims.
|
java.lang.Boolean |
getCopyrightStrikesGoodStanding()
Whether or not the channel has any copyright strikes.
|
ChannelAuditDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
ChannelAuditDetails |
setCommunityGuidelinesGoodStanding(java.lang.Boolean communityGuidelinesGoodStanding)
Whether or not the channel respects the community guidelines.
|
ChannelAuditDetails |
setContentIdClaimsGoodStanding(java.lang.Boolean contentIdClaimsGoodStanding)
Whether or not the channel has any unresolved claims.
|
ChannelAuditDetails |
setCopyrightStrikesGoodStanding(java.lang.Boolean copyrightStrikesGoodStanding)
Whether or not the channel has any copyright strikes.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Boolean getCommunityGuidelinesGoodStanding()
null for nonepublic ChannelAuditDetails setCommunityGuidelinesGoodStanding(java.lang.Boolean communityGuidelinesGoodStanding)
communityGuidelinesGoodStanding - communityGuidelinesGoodStanding or null for nonepublic java.lang.Boolean getContentIdClaimsGoodStanding()
null for nonepublic ChannelAuditDetails setContentIdClaimsGoodStanding(java.lang.Boolean contentIdClaimsGoodStanding)
contentIdClaimsGoodStanding - contentIdClaimsGoodStanding or null for nonepublic java.lang.Boolean getCopyrightStrikesGoodStanding()
null for nonepublic ChannelAuditDetails setCopyrightStrikesGoodStanding(java.lang.Boolean copyrightStrikesGoodStanding)
copyrightStrikesGoodStanding - copyrightStrikesGoodStanding or null for nonepublic ChannelAuditDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ChannelAuditDetails clone()
clone in class com.google.api.client.json.GenericJson