Package com.chargehound.models
Class Product
java.lang.Object
java.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.chargehound.models.Product
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public class Product
extends com.google.api.client.json.GenericJson
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProduct.BuilderNested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.FlagsNested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object>Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object> -
Field Summary
Fields Modifier and Type Field Description java.lang.Integeramountjava.lang.Stringdescriptionjava.lang.Stringimagejava.lang.Stringnamejava.lang.Objectquantityjava.lang.StringshippingCarrierjava.lang.StringshippingTrackingNumberjava.lang.Stringskujava.lang.Stringurl -
Constructor Summary
Constructors Constructor Description Product() -
Method Summary
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toStringMethods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysMethods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
name
public java.lang.String name -
description
public java.lang.String description -
image
public java.lang.String image -
sku
public java.lang.String sku -
quantity
public java.lang.Object quantity -
amount
public java.lang.Integer amount -
url
public java.lang.String url -
shippingCarrier
public java.lang.String shippingCarrier -
shippingTrackingNumber
public java.lang.String shippingTrackingNumber
-
-
Constructor Details
-
Product
public Product()
-