public final class IngestionInfo
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 |
|---|
IngestionInfo() |
| Modifier and Type | Method and Description |
|---|---|
IngestionInfo |
clone() |
java.lang.String |
getBackupIngestionAddress()
The backup ingestion URL that you should use to stream video to YouTube.
|
java.lang.String |
getIngestionAddress()
The primary ingestion URL that you should use to stream video to YouTube.
|
java.lang.String |
getStreamName()
The HTTP or RTMP stream name that YouTube assigns to the video stream.
|
IngestionInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
IngestionInfo |
setBackupIngestionAddress(java.lang.String backupIngestionAddress)
The backup ingestion URL that you should use to stream video to YouTube.
|
IngestionInfo |
setIngestionAddress(java.lang.String ingestionAddress)
The primary ingestion URL that you should use to stream video to YouTube.
|
IngestionInfo |
setStreamName(java.lang.String streamName)
The HTTP or RTMP stream name that YouTube assigns to the video stream.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getBackupIngestionAddress()
null for nonepublic IngestionInfo setBackupIngestionAddress(java.lang.String backupIngestionAddress)
backupIngestionAddress - backupIngestionAddress or null for nonepublic java.lang.String getIngestionAddress()
null for nonepublic IngestionInfo setIngestionAddress(java.lang.String ingestionAddress)
ingestionAddress - ingestionAddress or null for nonepublic java.lang.String getStreamName()
null for nonepublic IngestionInfo setStreamName(java.lang.String streamName)
streamName - streamName or null for nonepublic IngestionInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IngestionInfo clone()
clone in class com.google.api.client.json.GenericJson