public class OrderItem extends AlipayObject
Constructor and Description |
---|
OrderItem() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
String |
getBrandName()
Gets brand name.
|
String |
getCategory()
Gets category.
|
String |
getCity()
Gets city.
|
String |
getCityCode()
Gets city code.
|
String |
getCommodityId()
Gets commodity id.
|
String |
getContacts()
Gets contacts.
|
String |
getCreator()
Gets creator.
|
String |
getExpireDate()
Gets expire date.
|
String |
getMerchantName()
Gets merchant name.
|
String |
getMerchantPid()
Gets merchant pid.
|
String |
getMiniAppId()
Gets mini app id.
|
String |
getMiniAppName()
Gets mini app name.
|
String |
getOnlineTime()
Gets online time.
|
String |
getOrderStatus()
Gets order status.
|
String |
getPhoneNo()
Gets phone no.
|
String |
getProvince()
Gets province.
|
String |
getShopId()
Gets shop id.
|
String |
getShopName()
Gets shop name.
|
String |
getShopStatus()
Gets shop status.
|
String |
getStatus()
Gets status.
|
void |
setAddress(String address)
Sets address.
|
void |
setBrandName(String brandName)
Sets brand name.
|
void |
setCategory(String category)
Sets category.
|
void |
setCity(String city)
Sets city.
|
void |
setCityCode(String cityCode)
Sets city code.
|
void |
setCommodityId(String commodityId)
Sets commodity id.
|
void |
setContacts(String contacts)
Sets contacts.
|
void |
setCreator(String creator)
Sets creator.
|
void |
setExpireDate(String expireDate)
Sets expire date.
|
void |
setMerchantName(String merchantName)
Sets merchant name.
|
void |
setMerchantPid(String merchantPid)
Sets merchant pid.
|
void |
setMiniAppId(String miniAppId)
Sets mini app id.
|
void |
setMiniAppName(String miniAppName)
Sets mini app name.
|
void |
setOnlineTime(String onlineTime)
Sets online time.
|
void |
setOrderStatus(String orderStatus)
Sets order status.
|
void |
setPhoneNo(String phoneNo)
Sets phone no.
|
void |
setProvince(String province)
Sets province.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setShopName(String shopName)
Sets shop name.
|
void |
setShopStatus(String shopStatus)
Sets shop status.
|
void |
setStatus(String status)
Sets status.
|
public String getAddress()
public void setAddress(String address)
address
- the addresspublic String getBrandName()
public void setBrandName(String brandName)
brandName
- the brand namepublic String getCategory()
public void setCategory(String category)
category
- the categorypublic String getCity()
public void setCity(String city)
city
- the citypublic String getCityCode()
public void setCityCode(String cityCode)
cityCode
- the city codepublic String getCommodityId()
public void setCommodityId(String commodityId)
commodityId
- the commodity idpublic String getContacts()
public void setContacts(String contacts)
contacts
- the contactspublic String getCreator()
public void setCreator(String creator)
creator
- the creatorpublic String getExpireDate()
public void setExpireDate(String expireDate)
expireDate
- the expire datepublic String getMerchantName()
public void setMerchantName(String merchantName)
merchantName
- the merchant namepublic String getMerchantPid()
public void setMerchantPid(String merchantPid)
merchantPid
- the merchant pidpublic String getMiniAppId()
public void setMiniAppId(String miniAppId)
miniAppId
- the mini app idpublic String getMiniAppName()
public void setMiniAppName(String miniAppName)
miniAppName
- the mini app namepublic String getOnlineTime()
public void setOnlineTime(String onlineTime)
onlineTime
- the online timepublic String getOrderStatus()
public void setOrderStatus(String orderStatus)
orderStatus
- the order statuspublic String getPhoneNo()
public void setPhoneNo(String phoneNo)
phoneNo
- the phone nopublic String getProvince()
public void setProvince(String province)
province
- the provincepublic String getShopId()
public void setShopId(String shopId)
shopId
- the shop idpublic String getShopName()
public void setShopName(String shopName)
shopName
- the shop namepublic String getShopStatus()
public void setShopStatus(String shopStatus)
shopStatus
- the shop statuspublic String getStatus()
public void setStatus(String status)
status
- the statusCopyright © 2018. All rights reserved.