public class DescribeUserThirdPartyAccountInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserThirdPartyAccountInfoRequest() |
DescribeUserThirdPartyAccountInfoRequest(DescribeUserThirdPartyAccountInfoRequest 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.
|
String |
getUserName()
Get Username.
|
void |
setUserId(String UserId)
Set User ID.
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserThirdPartyAccountInfoRequest()
public DescribeUserThirdPartyAccountInfoRequest(DescribeUserThirdPartyAccountInfoRequest source)
public String getUserName()
public void setUserName(String UserName)
UserName
- Username. You need to specify at least `Username` or `UserId`. If both are specified, `Username` will be used first.public String getUserId()
public void setUserId(String UserId)
UserId
- User ID. You need to specify at least `Username` or `UserId`. If both are specified, `Username` will be used first.Copyright © 2024. All rights reserved.