public final class ReturnPolicyOnlinePolicy
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 |
|---|
ReturnPolicyOnlinePolicy() |
| Modifier and Type | Method and Description |
|---|---|
ReturnPolicyOnlinePolicy |
clone() |
Long |
getDays()
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.
|
ReturnPolicyOnlinePolicy |
set(String fieldName,
Object value) |
ReturnPolicyOnlinePolicy |
setDays(Long days)
The number of days items can be returned after delivery, where one day is defined to be 24
hours after the delivery timestamp.
|
ReturnPolicyOnlinePolicy |
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 Long getDays()
null for nonepublic ReturnPolicyOnlinePolicy setDays(Long days)
days - days or null for nonepublic String getType()
null for nonepublic ReturnPolicyOnlinePolicy setType(String type)
type - type or null for nonepublic ReturnPolicyOnlinePolicy set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReturnPolicyOnlinePolicy clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.