public final class InvideoBranding
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
InvideoBranding() |
Modifier and Type | Method and Description |
---|---|
InvideoBranding |
clone() |
byte[] |
decodeImageBytes() |
InvideoBranding |
encodeImageBytes(byte[] imageBytes) |
java.lang.String |
getImageBytes() |
java.lang.String |
getImageUrl() |
InvideoPosition |
getPosition() |
java.lang.String |
getTargetChannelId() |
InvideoTiming |
getTiming() |
InvideoBranding |
set(java.lang.String fieldName,
java.lang.Object value) |
InvideoBranding |
setImageBytes(java.lang.String imageBytes) |
InvideoBranding |
setImageUrl(java.lang.String imageUrl) |
InvideoBranding |
setPosition(InvideoPosition position) |
InvideoBranding |
setTargetChannelId(java.lang.String targetChannelId) |
InvideoBranding |
setTiming(InvideoTiming timing) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getImageBytes()
null
for nonedecodeImageBytes()
public byte[] decodeImageBytes()
null
for nonegetImageBytes()
public InvideoBranding setImageBytes(java.lang.String imageBytes)
imageBytes
- imageBytes or null
for none#encodeImageBytes()
public InvideoBranding encodeImageBytes(byte[] imageBytes)
The value is encoded Base64 or {@code null} for none.
public java.lang.String getImageUrl()
null
for nonepublic InvideoBranding setImageUrl(java.lang.String imageUrl)
imageUrl
- imageUrl or null
for nonepublic InvideoPosition getPosition()
null
for nonepublic InvideoBranding setPosition(InvideoPosition position)
position
- position or null
for nonepublic java.lang.String getTargetChannelId()
null
for nonepublic InvideoBranding setTargetChannelId(java.lang.String targetChannelId)
targetChannelId
- targetChannelId or null
for nonepublic InvideoTiming getTiming()
null
for nonepublic InvideoBranding setTiming(InvideoTiming timing)
timing
- timing or null
for nonepublic InvideoBranding set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public InvideoBranding clone()
clone
in class com.google.api.client.json.GenericJson