Class DescribeBillingResourceGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.DescribeBillingResourceGroupsRequest
-
public class DescribeBillingResourceGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBillingResourceGroupsRequest()DescribeBillingResourceGroupsRequest(DescribeBillingResourceGroupsRequest 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 BooleangetDontShowInstanceSet()Get 是否不展示节点列表; true: 不展示,false 展示; 默认为falseFilter[]getFilters()Get Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询 每次请求的Filters的上限为5,Filter.Values的上限为100LonggetLimit()Get 返回数量,默认为20,最大值为30; 注意:小于0则默认为20;大于30则默认为30LonggetOffset()Get 偏移量,默认为0;分页查询起始位置,如:Limit为100,第一页Offset为0,第二页OffSet为100....即每页左边为闭区间StringgetSearchWord()Get 支持模糊查找资源组id和资源组名TagFilter[]getTagFilters()Get 标签过滤StringgetType()Get 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理voidsetDontShowInstanceSet(Boolean DontShowInstanceSet)Set 是否不展示节点列表; true: 不展示,false 展示; 默认为falsevoidsetFilters(Filter[] Filters)Set Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询 每次请求的Filters的上限为5,Filter.Values的上限为100voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值为30; 注意:小于0则默认为20;大于30则默认为30voidsetOffset(Long Offset)Set 偏移量,默认为0;分页查询起始位置,如:Limit为100,第一页Offset为0,第二页OffSet为100....即每页左边为闭区间voidsetSearchWord(String SearchWord)Set 支持模糊查找资源组id和资源组名voidsetTagFilters(TagFilter[] TagFilters)Set 标签过滤voidsetType(String Type)Set 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理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
-
DescribeBillingResourceGroupsRequest
public DescribeBillingResourceGroupsRequest()
-
DescribeBillingResourceGroupsRequest
public DescribeBillingResourceGroupsRequest(DescribeBillingResourceGroupsRequest 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
-
getType
public String getType()
Get 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理- Returns:
- Type 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理
-
setType
public void setType(String Type)
Set 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理- Parameters:
Type- 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理
-
getFilters
public Filter[] getFilters()
Get Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询 每次请求的Filters的上限为5,Filter.Values的上限为100- Returns:
- Filters Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询 每次请求的Filters的上限为5,Filter.Values的上限为100
-
setFilters
public void setFilters(Filter[] Filters)
Set Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询 每次请求的Filters的上限为5,Filter.Values的上限为100- Parameters:
Filters- Filter.Name: 枚举值: ResourceGroupId (资源组id列表) ResourceGroupName (资源组名称列表) Filter.Values: 长度为1且Filter.Fuzzy=true时,支持模糊查询; 不为1时,精确查询 每次请求的Filters的上限为5,Filter.Values的上限为100
-
getTagFilters
public TagFilter[] getTagFilters()
Get 标签过滤- Returns:
- TagFilters 标签过滤
-
setTagFilters
public void setTagFilters(TagFilter[] TagFilters)
Set 标签过滤- Parameters:
TagFilters- 标签过滤
-
getOffset
public Long getOffset()
Get 偏移量,默认为0;分页查询起始位置,如:Limit为100,第一页Offset为0,第二页OffSet为100....即每页左边为闭区间- Returns:
- Offset 偏移量,默认为0;分页查询起始位置,如:Limit为100,第一页Offset为0,第二页OffSet为100....即每页左边为闭区间
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0;分页查询起始位置,如:Limit为100,第一页Offset为0,第二页OffSet为100....即每页左边为闭区间- Parameters:
Offset- 偏移量,默认为0;分页查询起始位置,如:Limit为100,第一页Offset为0,第二页OffSet为100....即每页左边为闭区间
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为30; 注意:小于0则默认为20;大于30则默认为30- Returns:
- Limit 返回数量,默认为20,最大值为30; 注意:小于0则默认为20;大于30则默认为30
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为30; 注意:小于0则默认为20;大于30则默认为30- Parameters:
Limit- 返回数量,默认为20,最大值为30; 注意:小于0则默认为20;大于30则默认为30
-
getSearchWord
public String getSearchWord()
Get 支持模糊查找资源组id和资源组名- Returns:
- SearchWord 支持模糊查找资源组id和资源组名
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 支持模糊查找资源组id和资源组名- Parameters:
SearchWord- 支持模糊查找资源组id和资源组名
-
getDontShowInstanceSet
public Boolean getDontShowInstanceSet()
Get 是否不展示节点列表; true: 不展示,false 展示; 默认为false- Returns:
- DontShowInstanceSet 是否不展示节点列表; true: 不展示,false 展示; 默认为false
-
setDontShowInstanceSet
public void setDontShowInstanceSet(Boolean DontShowInstanceSet)
Set 是否不展示节点列表; true: 不展示,false 展示; 默认为false- Parameters:
DontShowInstanceSet- 是否不展示节点列表; true: 不展示,false 展示; 默认为false
-
-