public final class VideoAbuseReport extends 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 v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VideoAbuseReport() |
| Modifier and Type | Method and Description |
|---|---|
VideoAbuseReport |
clone() |
String |
getComments()
Additional comments regarding the abuse report.
|
String |
getLanguage()
The language that the content was viewed in.
|
String |
getReasonId()
The high-level, or primary, reason that the content is abusive.
|
String |
getSecondaryReasonId()
The specific, or secondary, reason that this content is abusive (if available).
|
String |
getVideoId()
The ID that YouTube uses to uniquely identify the video.
|
VideoAbuseReport |
set(String fieldName,
Object value) |
VideoAbuseReport |
setComments(String comments)
Additional comments regarding the abuse report.
|
VideoAbuseReport |
setLanguage(String language)
The language that the content was viewed in.
|
VideoAbuseReport |
setReasonId(String reasonId)
The high-level, or primary, reason that the content is abusive.
|
VideoAbuseReport |
setSecondaryReasonId(String secondaryReasonId)
The specific, or secondary, reason that this content is abusive (if available).
|
VideoAbuseReport |
setVideoId(String videoId)
The ID that YouTube uses to uniquely identify the video.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getComments()
null for nonepublic VideoAbuseReport setComments(String comments)
comments - comments or null for nonepublic String getLanguage()
null for nonepublic VideoAbuseReport setLanguage(String language)
language - language or null for nonepublic String getReasonId()
null for nonepublic VideoAbuseReport setReasonId(String reasonId)
reasonId - reasonId or null for nonepublic String getSecondaryReasonId()
null for nonepublic VideoAbuseReport setSecondaryReasonId(String secondaryReasonId)
secondaryReasonId - secondaryReasonId or null for nonepublic String getVideoId()
null for nonepublic VideoAbuseReport setVideoId(String videoId)
videoId - videoId or null for nonepublic VideoAbuseReport set(String fieldName, Object value)
set in class GenericJsonpublic VideoAbuseReport clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.