public final class LocalPostProduct
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 Google My Business 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 |
---|
LocalPostProduct() |
Modifier and Type | Method and Description |
---|---|
LocalPostProduct |
clone() |
Money |
getLowerPrice()
Lower price of the product if the product has a price range, or the price for the product.
|
java.lang.String |
getProductName()
Name of the product.
|
Money |
getUpperPrice()
Upper price of the product.
|
LocalPostProduct |
set(java.lang.String fieldName,
java.lang.Object value) |
LocalPostProduct |
setLowerPrice(Money lowerPrice)
Lower price of the product if the product has a price range, or the price for the product.
|
LocalPostProduct |
setProductName(java.lang.String productName)
Name of the product.
|
LocalPostProduct |
setUpperPrice(Money upperPrice)
Upper price of the product.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Money getLowerPrice()
null
for nonepublic LocalPostProduct setLowerPrice(Money lowerPrice)
lowerPrice
- lowerPrice or null
for nonepublic java.lang.String getProductName()
null
for nonepublic LocalPostProduct setProductName(java.lang.String productName)
productName
- productName or null
for nonepublic Money getUpperPrice()
null
for nonepublic LocalPostProduct setUpperPrice(Money upperPrice)
upperPrice
- upperPrice or null
for nonepublic LocalPostProduct set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LocalPostProduct clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.