Class DescribeUserThirdPartyAccountInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eiam.v20210420.models.DescribeUserThirdPartyAccountInfoRequest
-
public class DescribeUserThirdPartyAccountInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUserId()Get 用户 ID。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。StringgetUserName()Get 用户名。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。voidsetUserId(String UserId)Set 用户 ID。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。voidsetUserName(String UserName)Set 用户名。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeUserThirdPartyAccountInfoRequest
public DescribeUserThirdPartyAccountInfoRequest()
-
DescribeUserThirdPartyAccountInfoRequest
public 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.
-
-
Method Detail
-
getUserName
public String getUserName()
Get 用户名。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。- Returns:
- UserName 用户名。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。
-
setUserName
public void setUserName(String UserName)
Set 用户名。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。- Parameters:
UserName- 用户名。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。
-
getUserId
public String getUserId()
Get 用户 ID。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。- Returns:
- UserId 用户 ID。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。
-
setUserId
public void setUserId(String UserId)
Set 用户 ID。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。- Parameters:
UserId- 用户 ID。 Username 和 UserId 需至少一个不为空;都不为空时优先使用 Username。
-
-