public final class Css
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 Content API for Shopping. 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 |
|---|
Css() |
| 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.
|
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 Long getCssDomainId()
null for nonepublic Css setCssDomainId(Long cssDomainId)
cssDomainId - cssDomainId or null for nonepublic Long getCssGroupId()
null for nonepublic Css setCssGroupId(Long cssGroupId)
cssGroupId - cssGroupId or null for nonepublic String getDisplayName()
null for nonepublic Css setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getFullName()
null for nonepublic Css setFullName(String fullName)
fullName - fullName or null for nonepublic String getHomepageUri()
null for nonepublic Css setHomepageUri(String homepageUri)
homepageUri - homepageUri or null for nonepublic List<Long> getLabelIds()
null for nonepublic Css setLabelIds(List<Long> labelIds)
labelIds - labelIds or null for nonepublic Css set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Css clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.