public class KoubeiMerchantDepartmentShopModifyModel extends AlipayObject
| Constructor and Description |
|---|
KoubeiMerchantDepartmentShopModifyModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthCode()
Gets auth code.
|
String |
getDeptId()
Gets dept id.
|
String |
getDeptType()
Gets dept type.
|
List<SimpleShopModel> |
getShopListToAdd()
Gets shop list to add.
|
List<SimpleShopModel> |
getShopListToRemove()
Gets shop list to remove.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setDeptId(String deptId)
Sets dept id.
|
void |
setDeptType(String deptType)
Sets dept type.
|
void |
setShopListToAdd(List<SimpleShopModel> shopListToAdd)
Sets shop list to add.
|
void |
setShopListToRemove(List<SimpleShopModel> shopListToRemove)
Sets shop list to remove.
|
public KoubeiMerchantDepartmentShopModifyModel()
public String getAuthCode()
public void setAuthCode(String authCode)
authCode - the auth codepublic String getDeptId()
public void setDeptId(String deptId)
deptId - the dept idpublic String getDeptType()
public void setDeptType(String deptType)
deptType - the dept typepublic List<SimpleShopModel> getShopListToAdd()
public void setShopListToAdd(List<SimpleShopModel> shopListToAdd)
shopListToAdd - the shop list to addpublic List<SimpleShopModel> getShopListToRemove()
public void setShopListToRemove(List<SimpleShopModel> shopListToRemove)
shopListToRemove - the shop list to removeCopyright © 2018. All rights reserved.