public class SimpleShopModel extends AlipayObject
Constructor and Description |
---|
SimpleShopModel() |
Modifier and Type | Method and Description |
---|---|
String |
getShopId()
Gets shop id.
|
String |
getShopName()
Gets shop name.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setShopName(String shopName)
Sets shop name.
|
public String getShopId()
public void setShopId(String shopId)
shopId
- the shop idpublic String getShopName()
public void setShopName(String shopName)
shopName
- the shop nameCopyright © 2018. All rights reserved.