public class OperatorInfoModel extends AlipayObject
Constructor and Description |
---|
OperatorInfoModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCid()
Gets cid.
|
String |
getEmail()
Gets email.
|
String |
getJobId()
Gets job id.
|
String |
getJobTree()
Gets job tree.
|
String |
getMobile()
Gets mobile.
|
String |
getName()
Gets name.
|
String |
getNickName()
Gets nick name.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOperatorType()
Gets operator type.
|
String |
getRoleId()
Gets role id.
|
String |
getRoleName()
Gets role name.
|
List<String> |
getShopIds()
Gets shop ids.
|
String |
getStatus()
Gets status.
|
void |
setCid(String cid)
Sets cid.
|
void |
setEmail(String email)
Sets email.
|
void |
setJobId(String jobId)
Sets job id.
|
void |
setJobTree(String jobTree)
Sets job tree.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setName(String name)
Sets name.
|
void |
setNickName(String nickName)
Sets nick name.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOperatorType(String operatorType)
Sets operator type.
|
void |
setRoleId(String roleId)
Sets role id.
|
void |
setRoleName(String roleName)
Sets role name.
|
void |
setShopIds(List<String> shopIds)
Sets shop ids.
|
void |
setStatus(String status)
Sets status.
|
public String getCid()
public void setCid(String cid)
cid
- the cidpublic String getEmail()
public void setEmail(String email)
email
- the emailpublic String getJobId()
public void setJobId(String jobId)
jobId
- the job idpublic String getJobTree()
public void setJobTree(String jobTree)
jobTree
- the job treepublic String getMobile()
public void setMobile(String mobile)
mobile
- the mobilepublic String getName()
public void setName(String name)
name
- the namepublic String getNickName()
public void setNickName(String nickName)
nickName
- the nick namepublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic String getOperatorType()
public void setOperatorType(String operatorType)
operatorType
- the operator typepublic String getRoleId()
public void setRoleId(String roleId)
roleId
- the role idpublic String getRoleName()
public void setRoleName(String roleName)
roleName
- the role namepublic void setShopIds(List<String> shopIds)
shopIds
- the shop idspublic String getStatus()
public void setStatus(String status)
status
- the statusCopyright © 2018. All rights reserved.