public class SeatUserInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SeatUserInfo() |
SeatUserInfo(SeatUserInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getMail()
Get Agent email.
|
String |
getName()
Get Agent name.
|
String |
getNick()
Get Agent nickname.
|
String |
getPhone()
Get Agent phone number (preceded by 0086).
|
Long |
getRole()
Get 1: Admin.
|
String[] |
getSkillGroupNameList()
Get List of skill groups associated with the agent.
|
String |
getStaffNumber()
Get Worker number.
|
String |
getUserId()
Get User ID
|
void |
setMail(String Mail)
Set Agent email.
|
void |
setName(String Name)
Set Agent name.
|
void |
setNick(String Nick)
Set Agent nickname.
|
void |
setPhone(String Phone)
Set Agent phone number (preceded by 0086).
|
void |
setRole(Long Role)
Set 1: Admin.
|
void |
setSkillGroupNameList(String[] SkillGroupNameList)
Set List of skill groups associated with the agent.
|
void |
setStaffNumber(String StaffNumber)
Set Worker number.
|
void |
setUserId(String UserId)
Set User ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SeatUserInfo()
public SeatUserInfo(SeatUserInfo source)
public String getName()
public void setName(String Name)
Name
- Agent name.public String getMail()
public void setMail(String Mail)
Mail
- Agent email.public String getStaffNumber()
public void setStaffNumber(String StaffNumber)
StaffNumber
- Worker number.
Note: This field may return null, indicating that no valid value could be obtained.public String getPhone()
public void setPhone(String Phone)
Phone
- Agent phone number (preceded by 0086).public String getNick()
public void setNick(String Nick)
Nick
- Agent nickname.public String getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic String[] getSkillGroupNameList()
public void setSkillGroupNameList(String[] SkillGroupNameList)
SkillGroupNameList
- List of skill groups associated with the agent.
Note: This field may return null, indicating that no valid value could be obtained.public Long getRole()
public void setRole(Long Role)
Role
- 1: Admin.
2: Quality inspector.
3: Ordinary agent.
else: Custom Role ID.
Note: This field may return null, indicating that no valid value could be obtained.Copyright © 2024. All rights reserved.