target.apidocs.com.google.api.services.content.model.Css.html Maven / Gradle / Ivy
Css (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class Css
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.content.model.Css
-
public final class Css
extends com.google.api.client.json.GenericJson
Information about CSS domain.
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 Content API for Shopping. 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
com.google.api.client.util.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
Css()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Css
clone()
Long
getCssDomainId()
Output only.
Long
getCssGroupId()
Output only.
String
getDisplayName()
Output only.
String
getFullName()
Output only.
String
getHomepageUri()
Output only.
List<Long>
getLabelIds()
A list of label IDs that are assigned to this CSS domain by its CSS group.
Css
set(String fieldName,
Object value)
Css
setCssDomainId(Long cssDomainId)
Output only.
Css
setCssGroupId(Long cssGroupId)
Output only.
Css
setDisplayName(String displayName)
Output only.
Css
setFullName(String fullName)
Output only.
Css
setHomepageUri(String homepageUri)
Output only.
Css
setLabelIds(List<Long> labelIds)
A list of label IDs that are assigned to this CSS domain by its CSS group.
-
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
-
getCssDomainId
public Long getCssDomainId()
Output only. Immutable. The CSS domain ID.
- Returns:
- value or
null
for none
-
setCssDomainId
public Css setCssDomainId(Long cssDomainId)
Output only. Immutable. The CSS domain ID.
- Parameters:
cssDomainId
- cssDomainId or null
for none
-
getCssGroupId
public Long getCssGroupId()
Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only
populated for CSS group users.
- Returns:
- value or
null
for none
-
setCssGroupId
public Css setCssGroupId(Long cssGroupId)
Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only
populated for CSS group users.
- Parameters:
cssGroupId
- cssGroupId or null
for none
-
getDisplayName
public String getDisplayName()
Output only. Immutable. The CSS domain's display name, used when space is constrained.
- Returns:
- value or
null
for none
-
setDisplayName
public Css setDisplayName(String displayName)
Output only. Immutable. The CSS domain's display name, used when space is constrained.
- Parameters:
displayName
- displayName or null
for none
-
getFullName
public String getFullName()
Output only. Immutable. The CSS domain's full name.
- Returns:
- value or
null
for none
-
setFullName
public Css setFullName(String fullName)
Output only. Immutable. The CSS domain's full name.
- Parameters:
fullName
- fullName or null
for none
-
getHomepageUri
public String getHomepageUri()
Output only. Immutable. The CSS domain's homepage.
- Returns:
- value or
null
for none
-
setHomepageUri
public Css setHomepageUri(String homepageUri)
Output only. Immutable. The CSS domain's homepage.
- Parameters:
homepageUri
- homepageUri or null
for none
-
getLabelIds
public List<Long> getLabelIds()
A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for
CSS group users.
- Returns:
- value or
null
for none
-
setLabelIds
public Css setLabelIds(List<Long> labelIds)
A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for
CSS group users.
- Parameters:
labelIds
- labelIds or null
for none
-
set
public Css set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public Css clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy