@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class Item
extends Object
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
Item |
brand(String brand) |
Item |
category(String category) |
Item |
color(String color) |
Item |
country(String country) |
Item |
currencyCode(String currencyCode) |
Item |
description(String description) |
Item |
descriptionShort(String descriptionShort) |
Item |
discountPrice(String discountPrice) |
boolean |
equals(Object o) |
String |
getBrand()
The brand name of the item.
|
String |
getCategory()
The category this item is listed under in your business.
|
String |
getColor()
The color of the item.
|
String |
getCountry()
The [ISO-3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the item, e.g., \"IN\" in case of India.
|
String |
getCurrencyCode()
The [ISO-4217](http://en.wikipedia.org/wiki/ISO_4217) currency code for the amount.
|
String |
getDescription()
Detail description of the item.
|
String |
getDescriptionShort()
Short description of the item.
|
String |
getDiscountPrice()
Price of the product after discount.
|
String |
getIsbn()
If the item is a book with an International Standard Book Number (ISBN), provide it here.
|
Boolean |
getIsOnSale()
Is item on sale or running offers on this item .
|
String |
getItemId()
The item's unique identifier according to your systems.
|
String |
getManufacturer()
Name of the item's manufacturer.
|
Long |
getMaxQuantity()
The max quantity per user for this item.
|
String |
getPrice()
The item unit price in numbers, in the base unit of the currency_code.e.g.
|
String |
getProductTitle()
The item's name, e.g., \"WD 2 TB External Hard Drive\".
|
String |
getProductWeight()
Weight of the product in Kilo Gram, e.g.
|
Long |
getQuantity()
The quantity of the item.
|
Seller |
getSeller()
Get seller
|
String |
getSku()
If the item has a Stock-keeping Unit ID (SKU), provide it here.
|
String |
getTags()
The tags used to describe this item in your business.
|
String |
getUpc()
If the item has a Universal Product Code (UPC), provide it here.
|
int |
hashCode() |
Item |
isbn(String isbn) |
Item |
isOnSale(Boolean isOnSale) |
Item |
itemId(String itemId) |
Item |
manufacturer(String manufacturer) |
Item |
maxQuantity(Long maxQuantity) |
Item |
price(String price) |
Item |
productTitle(String productTitle) |
Item |
productWeight(String productWeight) |
Item |
quantity(Long quantity) |
Item |
seller(Seller seller) |
void |
setBrand(String brand) |
void |
setCategory(String category) |
void |
setColor(String color) |
void |
setCountry(String country) |
void |
setCurrencyCode(String currencyCode) |
void |
setDescription(String description) |
void |
setDescriptionShort(String descriptionShort) |
void |
setDiscountPrice(String discountPrice) |
void |
setIsbn(String isbn) |
void |
setIsOnSale(Boolean isOnSale) |
void |
setItemId(String itemId) |
void |
setManufacturer(String manufacturer) |
void |
setMaxQuantity(Long maxQuantity) |
void |
setPrice(String price) |
void |
setProductTitle(String productTitle) |
void |
setProductWeight(String productWeight) |
void |
setQuantity(Long quantity) |
void |
setSeller(Seller seller) |
void |
setSku(String sku) |
void |
setTags(String tags) |
void |
setUpc(String upc) |
Item |
sku(String sku) |
Item |
tags(String tags) |
String |
toString() |
Item |
upc(String upc) |
public String getItemId()
public void setItemId(String itemId)
public String getProductTitle()
public void setProductTitle(String productTitle)
public String getPrice()
public void setPrice(String price)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String getUpc()
public void setUpc(String upc)
public String getSku()
public void setSku(String sku)
public String getIsbn()
public void setIsbn(String isbn)
public String getBrand()
public void setBrand(String brand)
public String getManufacturer()
public void setManufacturer(String manufacturer)
public String getCategory()
public void setCategory(String category)
public String getTags()
public void setTags(String tags)
public String getColor()
public void setColor(String color)
public Long getQuantity()
public void setQuantity(Long quantity)
public Boolean getIsOnSale()
public void setIsOnSale(Boolean isOnSale)
public Long getMaxQuantity()
public void setMaxQuantity(Long maxQuantity)
public String getDiscountPrice()
public void setDiscountPrice(String discountPrice)
public String getProductWeight()
public void setProductWeight(String productWeight)
public String getCountry()
public void setCountry(String country)
public String getDescriptionShort()
public void setDescriptionShort(String descriptionShort)
public String getDescription()
public void setDescription(String description)
public Seller getSeller()
public void setSeller(Seller seller)
Copyright © 2017. All rights reserved.