Class DescribeResourceGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeResourceGroupRequest
-
public class DescribeResourceGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeResourceGroupRequest()DescribeResourceGroupRequest(DescribeResourceGroupRequest 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 StringgetGroupId()Get 资产组id 全部传0StringgetQueryType()Get 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tagvoidsetGroupId(String GroupId)Set 资产组id 全部传0voidsetQueryType(String QueryType)Set 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tagvoidtoMap(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
-
DescribeResourceGroupRequest
public DescribeResourceGroupRequest()
-
DescribeResourceGroupRequest
public DescribeResourceGroupRequest(DescribeResourceGroupRequest 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
-
getQueryType
public String getQueryType()
Get 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tag- Returns:
- QueryType 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tag
-
setQueryType
public void setQueryType(String QueryType)
Set 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tag- Parameters:
QueryType- 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tag
-
getGroupId
public String getGroupId()
Get 资产组id 全部传0- Returns:
- GroupId 资产组id 全部传0
-
setGroupId
public void setGroupId(String GroupId)
Set 资产组id 全部传0- Parameters:
GroupId- 资产组id 全部传0
-
-