Class DescribeAccessGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.chdfs.v20201112.models.DescribeAccessGroupsRequest
-
public class DescribeAccessGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAccessGroupsRequest()DescribeAccessGroupsRequest(DescribeAccessGroupsRequest 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 LonggetOwnerUin()Get 资源所属者UinStringgetVpcId()Get VPC网络ID 备注:入参只能指定VpcId和OwnerUin的其中一个voidsetOwnerUin(Long OwnerUin)Set 资源所属者UinvoidsetVpcId(String VpcId)Set VPC网络ID 备注:入参只能指定VpcId和OwnerUin的其中一个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
-
DescribeAccessGroupsRequest
public DescribeAccessGroupsRequest()
-
DescribeAccessGroupsRequest
public DescribeAccessGroupsRequest(DescribeAccessGroupsRequest 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
-
getVpcId
public String getVpcId()
Get VPC网络ID 备注:入参只能指定VpcId和OwnerUin的其中一个- Returns:
- VpcId VPC网络ID 备注:入参只能指定VpcId和OwnerUin的其中一个
-
setVpcId
public void setVpcId(String VpcId)
Set VPC网络ID 备注:入参只能指定VpcId和OwnerUin的其中一个- Parameters:
VpcId- VPC网络ID 备注:入参只能指定VpcId和OwnerUin的其中一个
-
getOwnerUin
public Long getOwnerUin()
Get 资源所属者Uin- Returns:
- OwnerUin 资源所属者Uin
-
setOwnerUin
public void setOwnerUin(Long OwnerUin)
Set 资源所属者Uin- Parameters:
OwnerUin- 资源所属者Uin
-
-