public final class RefundReason
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.Flags
Constructor and Description |
---|
RefundReason() |
Modifier and Type | Method and Description |
---|---|
RefundReason |
clone() |
java.lang.String |
getDescription()
Description of the reason.
|
java.lang.String |
getReasonCode()
Code of the refund reason.
|
RefundReason |
set(java.lang.String fieldName,
java.lang.Object value) |
RefundReason |
setDescription(java.lang.String description)
Description of the reason.
|
RefundReason |
setReasonCode(java.lang.String reasonCode)
Code of the refund reason.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDescription()
null
for nonepublic RefundReason setDescription(java.lang.String description)
description
- description or null
for nonepublic java.lang.String getReasonCode()
null
for nonepublic RefundReason setReasonCode(java.lang.String reasonCode)
reasonCode
- reasonCode or null
for nonepublic RefundReason set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public RefundReason clone()
clone
in class com.google.api.client.json.GenericJson