public final class ReturnPolicyPolicy extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReturnPolicyPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ReturnPolicyPolicy |
clone() |
String |
getLastReturnDate()
Required.
|
Long |
getNumberOfDays()
The number of days items can be returned after delivery, where one day is defined to be 24
hours after the delivery timestamp.
|
String |
getType()
Policy type.
|
ReturnPolicyPolicy |
set(String fieldName,
Object value) |
ReturnPolicyPolicy |
setLastReturnDate(String lastReturnDate)
Required.
|
ReturnPolicyPolicy |
setNumberOfDays(Long numberOfDays)
The number of days items can be returned after delivery, where one day is defined to be 24
hours after the delivery timestamp.
|
ReturnPolicyPolicy |
setType(String type)
Policy type.
|
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 String getLastReturnDate()
null for nonepublic ReturnPolicyPolicy setLastReturnDate(String lastReturnDate)
lastReturnDate - lastReturnDate or null for nonepublic Long getNumberOfDays()
null for nonepublic ReturnPolicyPolicy setNumberOfDays(Long numberOfDays)
numberOfDays - numberOfDays or null for nonepublic String getType()
null for nonepublic ReturnPolicyPolicy setType(String type)
type - type or null for nonepublic ReturnPolicyPolicy set(String fieldName, Object value)
set in class GenericJsonpublic ReturnPolicyPolicy clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.