public final class ChannelStatus
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 |
---|
ChannelStatus() |
Modifier and Type | Method and Description |
---|---|
ChannelStatus |
clone() |
java.lang.Boolean |
getIsLinked()
If true, then the user is linked to either a YouTube username or G+ account.
|
java.lang.String |
getLongUploadsStatus()
The long uploads status of this channel.
|
java.lang.String |
getPrivacyStatus()
Privacy status of the channel.
|
ChannelStatus |
set(java.lang.String fieldName,
java.lang.Object value) |
ChannelStatus |
setIsLinked(java.lang.Boolean isLinked)
If true, then the user is linked to either a YouTube username or G+ account.
|
ChannelStatus |
setLongUploadsStatus(java.lang.String longUploadsStatus)
The long uploads status of this channel.
|
ChannelStatus |
setPrivacyStatus(java.lang.String privacyStatus)
Privacy status of the channel.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getIsLinked()
null
for nonepublic ChannelStatus setIsLinked(java.lang.Boolean isLinked)
isLinked
- isLinked or null
for nonepublic java.lang.String getLongUploadsStatus()
null
for nonepublic ChannelStatus setLongUploadsStatus(java.lang.String longUploadsStatus)
longUploadsStatus
- longUploadsStatus or null
for nonepublic java.lang.String getPrivacyStatus()
null
for nonepublic ChannelStatus setPrivacyStatus(java.lang.String privacyStatus)
privacyStatus
- privacyStatus or null
for nonepublic ChannelStatus set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ChannelStatus clone()
clone
in class com.google.api.client.json.GenericJson