public final class MediaUrlsStruct
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 HomeGraph 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MediaUrlsStruct() |
| Modifier and Type | Method and Description |
|---|---|
MediaUrlsStruct |
clone() |
String |
getDashManifestUrl()
URL for a dash manifest for playback
|
String |
getHlsMasterPlaylistUrl()
URL for a hls master playlist for playback
|
String |
getPreviewUrl()
URL for animated preview clip representing the event session
|
String |
getThumbnailUrl()
URL for thumbnail image representing the event session
|
MediaUrlsStruct |
set(String fieldName,
Object value) |
MediaUrlsStruct |
setDashManifestUrl(String dashManifestUrl)
URL for a dash manifest for playback
|
MediaUrlsStruct |
setHlsMasterPlaylistUrl(String hlsMasterPlaylistUrl)
URL for a hls master playlist for playback
|
MediaUrlsStruct |
setPreviewUrl(String previewUrl)
URL for animated preview clip representing the event session
|
MediaUrlsStruct |
setThumbnailUrl(String thumbnailUrl)
URL for thumbnail image representing the event session
|
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 getDashManifestUrl()
null for nonepublic MediaUrlsStruct setDashManifestUrl(String dashManifestUrl)
dashManifestUrl - dashManifestUrl or null for nonepublic String getHlsMasterPlaylistUrl()
null for nonepublic MediaUrlsStruct setHlsMasterPlaylistUrl(String hlsMasterPlaylistUrl)
hlsMasterPlaylistUrl - hlsMasterPlaylistUrl or null for nonepublic String getPreviewUrl()
null for nonepublic MediaUrlsStruct setPreviewUrl(String previewUrl)
previewUrl - previewUrl or null for nonepublic String getThumbnailUrl()
null for nonepublic MediaUrlsStruct setThumbnailUrl(String thumbnailUrl)
thumbnailUrl - thumbnailUrl or null for nonepublic MediaUrlsStruct set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MediaUrlsStruct clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.