public class UserInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UserInfo() | 
| UserInfo(UserInfo 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 | getAppUserId()Get 企微账号id
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getAppUserName()Get 企微账号名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getAreaCode()Get 手机号区号
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getEmail()Get 邮箱
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPhoneNumber()Get 手机号
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUserId()Get 用户ID | 
| String | getUserName()Get 用户名 | 
| void | setAppUserId(String AppUserId)Set 企微账号id
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAppUserName(String AppUserName)Set 企微账号名称
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAreaCode(String AreaCode)Set 手机号区号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setEmail(String Email)Set 邮箱
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPhoneNumber(String PhoneNumber)Set 手机号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUserId(String UserId)Set 用户ID | 
| void | setUserName(String UserName)Set 用户名 | 
| 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 UserInfo()
public UserInfo(UserInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId - 用户IDpublic String getUserName()
public void setUserName(String UserName)
UserName - 用户名public String getEmail()
public void setEmail(String Email)
Email - 邮箱
注意:此字段可能返回 null,表示取不到有效值。public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber - 手机号
注意:此字段可能返回 null,表示取不到有效值。public String getAreaCode()
public void setAreaCode(String AreaCode)
AreaCode - 手机号区号
注意:此字段可能返回 null,表示取不到有效值。public String getAppUserId()
public void setAppUserId(String AppUserId)
AppUserId - 企微账号id
注意:此字段可能返回 null,表示取不到有效值。public String getAppUserName()
public void setAppUserName(String AppUserName)
AppUserName - 企微账号名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.