public class ExternalContactSimpleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExternalContactSimpleInfo() |
ExternalContactSimpleInfo(ExternalContactSimpleInfo 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[] |
getDepartmentIdList()
Get 添加了此外部联系人的企业成员的归属部门id列表
|
String |
getExternalUserId()
Get 外部联系人的userId
|
String |
getSalesName()
Get 添加了此外部联系人的企业成员的姓名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserId()
Get 添加了此外部联系人的企业成员userId
|
void |
setDepartmentIdList(Long[] DepartmentIdList)
Set 添加了此外部联系人的企业成员的归属部门id列表
|
void |
setExternalUserId(String ExternalUserId)
Set 外部联系人的userId
|
void |
setSalesName(String SalesName)
Set 添加了此外部联系人的企业成员的姓名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserId(String UserId)
Set 添加了此外部联系人的企业成员userId
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExternalContactSimpleInfo()
public ExternalContactSimpleInfo(ExternalContactSimpleInfo source)
public String getExternalUserId()
public void setExternalUserId(String ExternalUserId)
ExternalUserId
- 外部联系人的userIdpublic String getUserId()
public void setUserId(String UserId)
UserId
- 添加了此外部联系人的企业成员userIdpublic String getSalesName()
public void setSalesName(String SalesName)
SalesName
- 添加了此外部联系人的企业成员的姓名
注意:此字段可能返回 null,表示取不到有效值。public Long[] getDepartmentIdList()
public void setDepartmentIdList(Long[] DepartmentIdList)
DepartmentIdList
- 添加了此外部联系人的企业成员的归属部门id列表Copyright © 2024. All rights reserved.