target.apidocs.com.google.api.services.youtube.model.LocalizedProperty.html Maven / Gradle / Ivy
LocalizedProperty (YouTube Data API v3 v3-rev20210410-1.31.0)
com.google.api.services.youtube.model
Class LocalizedProperty
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.youtube.model.LocalizedProperty
-
public final class LocalizedProperty
extends GenericJson
Model definition for LocalizedProperty.
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 v3. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
LocalizedProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
LocalizedProperty
clone()
String
getDefault()
LanguageTag
getDefaultLanguage()
The language of the default property.
List<LocalizedString>
getLocalized()
LocalizedProperty
set(String fieldName,
Object value)
LocalizedProperty
setDefault(String default__)
LocalizedProperty
setDefaultLanguage(LanguageTag defaultLanguage)
The language of the default property.
LocalizedProperty
setLocalized(List<LocalizedString> localized)
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getDefault
public String getDefault()
- Returns:
- value or
null
for none
-
setDefault
public LocalizedProperty setDefault(String default__)
- Parameters:
default__
- default__ or null
for none
-
getDefaultLanguage
public LanguageTag getDefaultLanguage()
The language of the default property.
- Returns:
- value or
null
for none
-
setDefaultLanguage
public LocalizedProperty setDefaultLanguage(LanguageTag defaultLanguage)
The language of the default property.
- Parameters:
defaultLanguage
- defaultLanguage or null
for none
-
getLocalized
public List<LocalizedString> getLocalized()
- Returns:
- value or
null
for none
-
setLocalized
public LocalizedProperty setLocalized(List<LocalizedString> localized)
- Parameters:
localized
- localized or null
for none
-
set
public LocalizedProperty set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public LocalizedProperty clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.