public class StaffInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
StaffInfo() |
StaffInfo(StaffInfo 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 |
---|---|
Long |
getLastModifyTimestamp()
Get Last modification time.
|
String |
getMail()
Get Agent email.
|
String |
getName()
Get Agent name.
|
String |
getNick()
Get Agent nickname.
|
String |
getPhone()
Get Agent telephone number.
|
Long |
getRoleId()
Get
|
SkillGroupItem[] |
getSkillGroupList()
Get Affiliated Skill Group List.
|
String |
getStaffNumber()
Get Agent number.
|
void |
setLastModifyTimestamp(Long LastModifyTimestamp)
Set Last modification time.
|
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 telephone number.
|
void |
setRoleId(Long RoleId)
Set
|
void |
setSkillGroupList(SkillGroupItem[] SkillGroupList)
Set Affiliated Skill Group List.
|
void |
setStaffNumber(String StaffNumber)
Set Agent number.
|
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 StaffInfo()
public StaffInfo(StaffInfo source)
public String getName()
public void setName(String Name)
Name
- Agent name.
Note: this field may return null, indicating that no valid values can be obtained.public String getMail()
public void setMail(String Mail)
Mail
- Agent email.public String getPhone()
public void setPhone(String Phone)
Phone
- Agent telephone number.
Note: this field may return null, indicating that no valid values can be obtained.public String getNick()
public void setNick(String Nick)
Nick
- Agent nickname.
Note: this field may return null, indicating that no valid values can be obtained.public String getStaffNumber()
public void setStaffNumber(String StaffNumber)
StaffNumber
- Agent number.
Note: this field may return null, indicating that no valid values can be obtained.public Long getRoleId()
public void setRoleId(Long RoleId)
RoleId
- public SkillGroupItem[] getSkillGroupList()
public void setSkillGroupList(SkillGroupItem[] SkillGroupList)
SkillGroupList
- Affiliated Skill Group List.
Note: this field may return null, indicating that no valid values can be obtained.public Long getLastModifyTimestamp()
public void setLastModifyTimestamp(Long LastModifyTimestamp)
LastModifyTimestamp
- Last modification time.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.