public class KoubeiMerchantOperatorModifyModel extends AlipayObject
Constructor and Description |
---|
KoubeiMerchantOperatorModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthCode()
Gets auth code.
|
String |
getDepartmentId()
Gets department id.
|
String |
getDiscountLimitUnit()
Gets discount limit unit.
|
String |
getDiscountLimitValue()
Gets discount limit value.
|
String |
getFreeLimitUnit()
Gets free limit unit.
|
String |
getFreeLimitValue()
Gets free limit value.
|
String |
getGender()
Gets gender.
|
String |
getJobType()
Gets job type.
|
String |
getMobile()
Gets mobile.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOperatorName()
Gets operator name.
|
String |
getRoleId()
Gets role id.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setDepartmentId(String departmentId)
Sets department id.
|
void |
setDiscountLimitUnit(String discountLimitUnit)
Sets discount limit unit.
|
void |
setDiscountLimitValue(String discountLimitValue)
Sets discount limit value.
|
void |
setFreeLimitUnit(String freeLimitUnit)
Sets free limit unit.
|
void |
setFreeLimitValue(String freeLimitValue)
Sets free limit value.
|
void |
setGender(String gender)
Sets gender.
|
void |
setJobType(String jobType)
Sets job type.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOperatorName(String operatorName)
Sets operator name.
|
void |
setRoleId(String roleId)
Sets role id.
|
public String getAuthCode()
public void setAuthCode(String authCode)
authCode
- the auth codepublic String getDepartmentId()
public void setDepartmentId(String departmentId)
departmentId
- the department idpublic String getDiscountLimitUnit()
public void setDiscountLimitUnit(String discountLimitUnit)
discountLimitUnit
- the discount limit unitpublic String getDiscountLimitValue()
public void setDiscountLimitValue(String discountLimitValue)
discountLimitValue
- the discount limit valuepublic String getFreeLimitUnit()
public void setFreeLimitUnit(String freeLimitUnit)
freeLimitUnit
- the free limit unitpublic String getFreeLimitValue()
public void setFreeLimitValue(String freeLimitValue)
freeLimitValue
- the free limit valuepublic String getGender()
public void setGender(String gender)
gender
- the genderpublic String getJobType()
public void setJobType(String jobType)
jobType
- the job typepublic String getMobile()
public void setMobile(String mobile)
mobile
- the mobilepublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic String getOperatorName()
public void setOperatorName(String operatorName)
operatorName
- the operator namepublic String getRoleId()
public void setRoleId(String roleId)
roleId
- the role idCopyright © 2018. All rights reserved.