public class AntMerchantExpandStoreShopserviceCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AntMerchantExpandStoreShopserviceCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessKeyId() |
String |
getName() |
String |
getNotifyPhone() |
String |
getOutBizNo() |
String |
getServiceDesc() |
List<ShopServiceItem> |
getServiceItems() |
ServiceTimeInfo |
getServiceTime() |
String |
getShopId() |
List<ShopStaffInfo> |
getShopStaffs() |
String |
getStoreOpenId() |
void |
setAccessKeyId(String accessKeyId) |
void |
setName(String name) |
void |
setNotifyPhone(String notifyPhone) |
void |
setOutBizNo(String outBizNo) |
void |
setServiceDesc(String serviceDesc) |
void |
setServiceItems(List<ShopServiceItem> serviceItems) |
void |
setServiceTime(ServiceTimeInfo serviceTime) |
void |
setShopId(String shopId) |
void |
setShopStaffs(List<ShopStaffInfo> shopStaffs) |
void |
setStoreOpenId(String storeOpenId) |
public AntMerchantExpandStoreShopserviceCreateModel()
public String getAccessKeyId()
public void setAccessKeyId(String accessKeyId)
public String getName()
public void setName(String name)
public String getNotifyPhone()
public void setNotifyPhone(String notifyPhone)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public String getServiceDesc()
public void setServiceDesc(String serviceDesc)
public List<ShopServiceItem> getServiceItems()
public void setServiceItems(List<ShopServiceItem> serviceItems)
public ServiceTimeInfo getServiceTime()
public void setServiceTime(ServiceTimeInfo serviceTime)
public String getShopId()
public void setShopId(String shopId)
public List<ShopStaffInfo> getShopStaffs()
public void setShopStaffs(List<ShopStaffInfo> shopStaffs)
public String getStoreOpenId()
public void setStoreOpenId(String storeOpenId)
Copyright © 2020. All rights reserved.