public final class VideoAbuseReport
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 |
|---|
VideoAbuseReport() |
| Modifier and Type | Method and Description |
|---|---|
VideoAbuseReport |
clone() |
java.lang.String |
getComments()
Additional comments regarding the abuse report.
|
java.lang.String |
getLanguage()
The language that the content was viewed in.
|
java.lang.String |
getReasonId()
The high-level, or primary, reason that the content is abusive.
|
java.lang.String |
getSecondaryReasonId()
The specific, or secondary, reason that this content is abusive (if available).
|
java.lang.String |
getVideoId()
The ID that YouTube uses to uniquely identify the video.
|
VideoAbuseReport |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoAbuseReport |
setComments(java.lang.String comments)
Additional comments regarding the abuse report.
|
VideoAbuseReport |
setLanguage(java.lang.String language)
The language that the content was viewed in.
|
VideoAbuseReport |
setReasonId(java.lang.String reasonId)
The high-level, or primary, reason that the content is abusive.
|
VideoAbuseReport |
setSecondaryReasonId(java.lang.String secondaryReasonId)
The specific, or secondary, reason that this content is abusive (if available).
|
VideoAbuseReport |
setVideoId(java.lang.String videoId)
The ID that YouTube uses to uniquely identify the video.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getComments()
null for nonepublic VideoAbuseReport setComments(java.lang.String comments)
comments - comments or null for nonepublic java.lang.String getLanguage()
null for nonepublic VideoAbuseReport setLanguage(java.lang.String language)
language - language or null for nonepublic java.lang.String getReasonId()
null for nonepublic VideoAbuseReport setReasonId(java.lang.String reasonId)
reasonId - reasonId or null for nonepublic java.lang.String getSecondaryReasonId()
null for nonepublic VideoAbuseReport setSecondaryReasonId(java.lang.String secondaryReasonId)
secondaryReasonId - secondaryReasonId or null for nonepublic java.lang.String getVideoId()
null for nonepublic VideoAbuseReport setVideoId(java.lang.String videoId)
videoId - videoId or null for nonepublic VideoAbuseReport set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoAbuseReport clone()
clone in class com.google.api.client.json.GenericJson