public final class CloudExportAdditionalProperties
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 |
|---|
CloudExportAdditionalProperties() |
| Modifier and Type | Method and Description |
|---|---|
CloudExportAdditionalProperties |
clone() |
Boolean |
getBoolValue()
Boolean value of the given property.
|
List<Float> |
getFloatValue()
Float values of the given property.
|
List<Long> |
getIntValue()
Integer values of the given property.
|
Float |
getMaxValue()
Maximum float value of the given property.
|
Float |
getMinValue()
Minimum float value of the given property.
|
String |
getPropertyName()
Name of the given property.
|
List<String> |
getTextValue()
Text value of the given property.
|
String |
getUnitCode()
Unit of the given property.
|
CloudExportAdditionalProperties |
set(String fieldName,
Object value) |
CloudExportAdditionalProperties |
setBoolValue(Boolean boolValue)
Boolean value of the given property.
|
CloudExportAdditionalProperties |
setFloatValue(List<Float> floatValue)
Float values of the given property.
|
CloudExportAdditionalProperties |
setIntValue(List<Long> intValue)
Integer values of the given property.
|
CloudExportAdditionalProperties |
setMaxValue(Float maxValue)
Maximum float value of the given property.
|
CloudExportAdditionalProperties |
setMinValue(Float minValue)
Minimum float value of the given property.
|
CloudExportAdditionalProperties |
setPropertyName(String propertyName)
Name of the given property.
|
CloudExportAdditionalProperties |
setTextValue(List<String> textValue)
Text value of the given property.
|
CloudExportAdditionalProperties |
setUnitCode(String unitCode)
Unit of the given property.
|
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 Boolean getBoolValue()
null for nonepublic CloudExportAdditionalProperties setBoolValue(Boolean boolValue)
boolValue - boolValue or null for nonepublic List<Float> getFloatValue()
null for nonepublic CloudExportAdditionalProperties setFloatValue(List<Float> floatValue)
floatValue - floatValue or null for nonepublic List<Long> getIntValue()
null for nonepublic CloudExportAdditionalProperties setIntValue(List<Long> intValue)
intValue - intValue or null for nonepublic Float getMaxValue()
null for nonepublic CloudExportAdditionalProperties setMaxValue(Float maxValue)
maxValue - maxValue or null for nonepublic Float getMinValue()
null for nonepublic CloudExportAdditionalProperties setMinValue(Float minValue)
minValue - minValue or null for nonepublic String getPropertyName()
null for nonepublic CloudExportAdditionalProperties setPropertyName(String propertyName)
propertyName - propertyName or null for nonepublic List<String> getTextValue()
null for nonepublic CloudExportAdditionalProperties setTextValue(List<String> textValue)
textValue - textValue or null for nonepublic String getUnitCode()
null for nonepublic CloudExportAdditionalProperties setUnitCode(String unitCode)
unitCode - unitCode or null for nonepublic CloudExportAdditionalProperties set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CloudExportAdditionalProperties clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.