public class RequestExtShopItemQuery extends AlipayObject
Constructor and Description |
---|
RequestExtShopItemQuery() |
Modifier and Type | Method and Description |
---|---|
String |
getBrandCode()
Gets brand code.
|
String |
getCategoryCode()
Gets category code.
|
String |
getDescription()
Gets description.
|
String |
getItemCode()
Gets item code.
|
String |
getKbShopId()
Gets kb shop id.
|
String |
getPrice()
Gets price.
|
String |
getTitle()
Gets title.
|
void |
setBrandCode(String brandCode)
Sets brand code.
|
void |
setCategoryCode(String categoryCode)
Sets category code.
|
void |
setDescription(String description)
Sets description.
|
void |
setItemCode(String itemCode)
Sets item code.
|
void |
setKbShopId(String kbShopId)
Sets kb shop id.
|
void |
setPrice(String price)
Sets price.
|
void |
setTitle(String title)
Sets title.
|
public String getBrandCode()
public void setBrandCode(String brandCode)
brandCode
- the brand codepublic String getCategoryCode()
public void setCategoryCode(String categoryCode)
categoryCode
- the category codepublic String getDescription()
public void setDescription(String description)
description
- the descriptionpublic String getItemCode()
public void setItemCode(String itemCode)
itemCode
- the item codepublic String getKbShopId()
public void setKbShopId(String kbShopId)
kbShopId
- the kb shop idpublic String getPrice()
public void setPrice(String price)
price
- the pricepublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.