public class KoubeiMerchantDepartmentModifyModel extends AlipayObject
Constructor and Description |
---|
KoubeiMerchantDepartmentModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthCode()
Gets auth code.
|
String |
getDeptId()
Gets dept id.
|
String |
getDeptName()
Gets dept name.
|
String |
getLabelCode()
Gets label code.
|
String |
getParentDeptId()
Gets parent dept id.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
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.
|
public String getAuthCode()
public void setAuthCode(String authCode)
authCode
- the auth codepublic String getDeptId()
public void setDeptId(String deptId)
deptId
- the dept idpublic String getDeptName()
public void setDeptName(String deptName)
deptName
- the dept namepublic String getLabelCode()
public void setLabelCode(String labelCode)
labelCode
- the label codepublic String getParentDeptId()
public void setParentDeptId(String parentDeptId)
parentDeptId
- the parent dept idCopyright © 2018. All rights reserved.