public final class InvideoPosition
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 |
|---|
InvideoPosition() |
| Modifier and Type | Method and Description |
|---|---|
InvideoPosition |
clone() |
java.lang.String |
getCornerPosition()
Describes in which corner of the video the visual widget will appear.
|
java.lang.String |
getType()
Defines the position type.
|
InvideoPosition |
set(java.lang.String fieldName,
java.lang.Object value) |
InvideoPosition |
setCornerPosition(java.lang.String cornerPosition)
Describes in which corner of the video the visual widget will appear.
|
InvideoPosition |
setType(java.lang.String type)
Defines the position type.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCornerPosition()
null for nonepublic InvideoPosition setCornerPosition(java.lang.String cornerPosition)
cornerPosition - cornerPosition or null for nonepublic java.lang.String getType()
null for nonepublic InvideoPosition setType(java.lang.String type)
type - type or null for nonepublic InvideoPosition set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InvideoPosition clone()
clone in class com.google.api.client.json.GenericJson