public class LinkUserInfo extends AbstractModel
Constructor and Description |
---|
LinkUserInfo() |
LinkUserInfo(LinkUserInfo 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 |
getUserId()
Get 用户ID,是用户全局唯一标识,长度限制:64个字符。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUserName()
Get 用户名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserId(String UserId)
Set 用户ID,是用户全局唯一标识,长度限制:64个字符。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUserName(String UserName)
Set 用户名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LinkUserInfo()
public LinkUserInfo(LinkUserInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户ID,是用户全局唯一标识,长度限制:64个字符。
注意:此字段可能返回 null,表示取不到有效值。public String getUserName()
public void setUserName(String UserName)
UserName
- 用户名称。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.