public final class VideoOffset
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 DCM/DFA Reporting And Trafficking 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 |
|---|
VideoOffset() |
| Modifier and Type | Method and Description |
|---|---|
VideoOffset |
clone() |
java.lang.Integer |
getOffsetPercentage()
Duration, as a percentage of video duration.
|
java.lang.Integer |
getOffsetSeconds()
Duration, in seconds.
|
VideoOffset |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoOffset |
setOffsetPercentage(java.lang.Integer offsetPercentage)
Duration, as a percentage of video duration.
|
VideoOffset |
setOffsetSeconds(java.lang.Integer offsetSeconds)
Duration, in seconds.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getOffsetPercentage()
null for nonepublic VideoOffset setOffsetPercentage(java.lang.Integer offsetPercentage)
offsetPercentage - offsetPercentage or null for nonepublic java.lang.Integer getOffsetSeconds()
null for nonepublic VideoOffset setOffsetSeconds(java.lang.Integer offsetSeconds)
offsetSeconds - offsetSeconds or null for nonepublic VideoOffset set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoOffset clone()
clone in class com.google.api.client.json.GenericJson