public class KoubeiMerchantDepartmentDetailQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
KoubeiMerchantDepartmentDetailQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeptId()
Gets dept id.
|
String |
getDeptName()
Gets dept name.
|
String |
getLabelCode()
Gets label code.
|
String |
getParentDeptId()
Gets parent dept id.
|
List<SimpleShopModel> |
getShops()
Gets shops.
|
String |
getType()
Gets type.
|
void |
setDeptId(String deptId)
Sets dept id.
|
void |
setDeptName(String deptName)
Sets dept name.
|
void |
setLabelCode(String labelCode)
Sets label code.
|
void |
setParentDeptId(String parentDeptId)
Sets parent dept id.
|
void |
setShops(List<SimpleShopModel> shops)
Sets shops.
|
void |
setType(String type)
Sets type.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic KoubeiMerchantDepartmentDetailQueryResponse()
public void setDeptId(String deptId)
deptId - the dept idpublic String getDeptId()
public void setDeptName(String deptName)
deptName - the dept namepublic String getDeptName()
public void setLabelCode(String labelCode)
labelCode - the label codepublic String getLabelCode()
public void setParentDeptId(String parentDeptId)
parentDeptId - the parent dept idpublic String getParentDeptId()
public void setShops(List<SimpleShopModel> shops)
shops - the shopspublic List<SimpleShopModel> getShops()
public void setType(String type)
type - the typepublic String getType()
Copyright © 2018. All rights reserved.