public class FollowUser extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| FollowUser() | 
| FollowUser(FollowUser 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 | getAddWay()Get 该成员添加此客户的来源,具体含义详见来源定义 | 
| Long | getCreateTime()Get 该成员添加此外部联系人的时间戳,单位为秒 | 
| String | getDescription()Get 该成员对此外部联系人的描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getOperUserId()Get 发起添加的userid,如果成员主动添加,为成员的userid;如果是客户主动添加,则为客户的外部联系人userid;如果是内部成员共享/管理员分配,则为对应的成员/管理员userid | 
| String | getRemark()Get 该成员对此外部联系人的备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| ExternalContactTag[] | getTags()Get 该成员添加此外部联系人所打标签信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUserId()Get 添加了此外部联系人的企业成员userid | 
| void | setAddWay(Long AddWay)Set 该成员添加此客户的来源,具体含义详见来源定义 | 
| void | setCreateTime(Long CreateTime)Set 该成员添加此外部联系人的时间戳,单位为秒 | 
| void | setDescription(String Description)Set 该成员对此外部联系人的描述
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOperUserId(String OperUserId)Set 发起添加的userid,如果成员主动添加,为成员的userid;如果是客户主动添加,则为客户的外部联系人userid;如果是内部成员共享/管理员分配,则为对应的成员/管理员userid | 
| void | setRemark(String Remark)Set 该成员对此外部联系人的备注
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTags(ExternalContactTag[] Tags)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, toJsonStringpublic FollowUser()
public FollowUser(FollowUser source)
public String getUserId()
public void setUserId(String UserId)
UserId - 添加了此外部联系人的企业成员useridpublic String getRemark()
public void setRemark(String Remark)
Remark - 该成员对此外部联系人的备注
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description - 该成员对此外部联系人的描述
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 该成员添加此外部联系人的时间戳,单位为秒public void setAddWay(Long AddWay)
AddWay - 该成员添加此客户的来源,具体含义详见来源定义public String getOperUserId()
public void setOperUserId(String OperUserId)
OperUserId - 发起添加的userid,如果成员主动添加,为成员的userid;如果是客户主动添加,则为客户的外部联系人userid;如果是内部成员共享/管理员分配,则为对应的成员/管理员useridpublic ExternalContactTag[] getTags()
public void setTags(ExternalContactTag[] Tags)
Tags - 该成员添加此外部联系人所打标签信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.