public class DepartmentDTO extends AlipayObject
| Constructor and Description |
|---|
DepartmentDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizType()
Gets biz type.
|
String |
getDeptId()
Gets dept id.
|
String |
getDeptName()
Gets dept name.
|
String |
getDeptPath()
Gets dept path.
|
String |
getLabelCode()
Gets label code.
|
String |
getLabelName()
Gets label name.
|
String |
getParentDeptId()
Gets parent dept id.
|
String |
getShopId()
Gets shop id.
|
String |
getType()
Gets type.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setDeptId(String deptId)
Sets dept id.
|
void |
setDeptName(String deptName)
Sets dept name.
|
void |
setDeptPath(String deptPath)
Sets dept path.
|
void |
setLabelCode(String labelCode)
Sets label code.
|
void |
setLabelName(String labelName)
Sets label name.
|
void |
setParentDeptId(String parentDeptId)
Sets parent dept id.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setType(String type)
Sets type.
|
public String getBizType()
public void setBizType(String bizType)
bizType - the biz typepublic String getDeptId()
public void setDeptId(String deptId)
deptId - the dept idpublic String getDeptName()
public void setDeptName(String deptName)
deptName - the dept namepublic String getDeptPath()
public void setDeptPath(String deptPath)
deptPath - the dept pathpublic String getLabelCode()
public void setLabelCode(String labelCode)
labelCode - the label codepublic String getLabelName()
public void setLabelName(String labelName)
labelName - the label namepublic String getParentDeptId()
public void setParentDeptId(String parentDeptId)
parentDeptId - the parent dept idpublic String getShopId()
public void setShopId(String shopId)
shopId - the shop idpublic String getType()
public void setType(String type)
type - the typeCopyright © 2018. All rights reserved.