public final class VideoAbuseReportSecondaryReason
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 |
|---|
VideoAbuseReportSecondaryReason() |
| Modifier and Type | Method and Description |
|---|---|
VideoAbuseReportSecondaryReason |
clone() |
java.lang.String |
getId()
The ID of this abuse report secondary reason.
|
java.lang.String |
getLabel()
The localized label for this abuse report secondary reason.
|
VideoAbuseReportSecondaryReason |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoAbuseReportSecondaryReason |
setId(java.lang.String id)
The ID of this abuse report secondary reason.
|
VideoAbuseReportSecondaryReason |
setLabel(java.lang.String label)
The localized label for this abuse report secondary reason.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getId()
null for nonepublic VideoAbuseReportSecondaryReason setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getLabel()
null for nonepublic VideoAbuseReportSecondaryReason setLabel(java.lang.String label)
label - label or null for nonepublic VideoAbuseReportSecondaryReason set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoAbuseReportSecondaryReason clone()
clone in class com.google.api.client.json.GenericJson