Class DescribeSubAccountsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.DescribeSubAccountsRequest
-
public class DescribeSubAccountsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSubAccountsRequest()DescribeSubAccountsRequest(DescribeSubAccountsRequest 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 Long[]getFilterSubAccountUin()Get 子用户UIN列表,最多支持50个UINvoidsetFilterSubAccountUin(Long[] FilterSubAccountUin)Set 子用户UIN列表,最多支持50个UINvoidtoMap(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
-
DescribeSubAccountsRequest
public DescribeSubAccountsRequest()
-
DescribeSubAccountsRequest
public DescribeSubAccountsRequest(DescribeSubAccountsRequest 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
-
getFilterSubAccountUin
public Long[] getFilterSubAccountUin()
Get 子用户UIN列表,最多支持50个UIN- Returns:
- FilterSubAccountUin 子用户UIN列表,最多支持50个UIN
-
setFilterSubAccountUin
public void setFilterSubAccountUin(Long[] FilterSubAccountUin)
Set 子用户UIN列表,最多支持50个UIN- Parameters:
FilterSubAccountUin- 子用户UIN列表,最多支持50个UIN
-
-