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 User ID, which is globally unique and can contain up to 64 characters. | 
| String | getUserName()Get Username. | 
| void | setUserId(String UserId)Set User ID, which is globally unique and can contain up to 64 characters. | 
| void | setUserName(String UserName)Set Username. | 
| 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, toJsonStringpublic LinkUserInfo()
public LinkUserInfo(LinkUserInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId - User ID, which is globally unique and can contain up to 64 characters.
Note: this field may return null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName - Username.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.