public class DescribeResourceGroupNewRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeResourceGroupNewRequest() | 
| DescribeResourceGroupNewRequest(DescribeResourceGroupNewRequest 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 | getGroupId()Get Asset group ID, 0: all asset group IDs | 
| String | getQueryType()Get Query type. | 
| String | getShowType()Get all: all, including subgroups; own: my asset groups only | 
| void | setGroupId(String GroupId)Set Asset group ID, 0: all asset group IDs | 
| void | setQueryType(String QueryType)Set Query type. | 
| void | setShowType(String ShowType)Set all: all, including subgroups; own: my asset groups only | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeResourceGroupNewRequest()
public DescribeResourceGroupNewRequest(DescribeResourceGroupNewRequest source)
public String getQueryType()
public void setQueryType(String QueryType)
QueryType - Query type. Network–VPC; business recognition–resource; resource tag–tagpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - Asset group ID, 0: all asset group IDspublic String getShowType()
public void setShowType(String ShowType)
ShowType - all: all, including subgroups; own: my asset groups onlyCopyright © 2023. All rights reserved.