public class KbOrderShopModel extends AlipayObject
Constructor and Description |
---|
KbOrderShopModel() |
Modifier and Type | Method and Description |
---|---|
String |
getShopId()
Gets shop id.
|
String |
getShopName()
Gets shop name.
|
String |
getStoreId()
Gets store id.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setShopName(String shopName)
Sets shop name.
|
void |
setStoreId(String storeId)
Sets store id.
|
public String getShopId()
public void setShopId(String shopId)
shopId
- the shop idpublic String getShopName()
public void setShopName(String shopName)
shopName
- the shop namepublic String getStoreId()
public void setStoreId(String storeId)
storeId
- the store idCopyright © 2018. All rights reserved.