Class ListDSPACosMetaResourcesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.ListDSPACosMetaResourcesRequest
-
public class ListDSPACosMetaResourcesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListDSPACosMetaResourcesRequest()ListDSPACosMetaResourcesRequest(ListDSPACosMetaResourcesRequest 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 StringgetBindType()Get 资源绑定状态过滤,默认为全部StringgetDspaId()Get 实例IdDspaDataSourceMngFilter[]getFilters()Get 过滤数组。支持的Name: Bucket - 桶名,支持模糊匹配 ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。 Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。LonggetLimit()Get 返回数量,默认为100。LonggetOffset()Get 偏移量,默认为0。voidsetBindType(String BindType)Set 资源绑定状态过滤,默认为全部voidsetDspaId(String DspaId)Set 实例IdvoidsetFilters(DspaDataSourceMngFilter[] Filters)Set 过滤数组。支持的Name: Bucket - 桶名,支持模糊匹配 ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。 Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。voidsetLimit(Long Limit)Set 返回数量,默认为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。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
-
ListDSPACosMetaResourcesRequest
public ListDSPACosMetaResourcesRequest()
-
ListDSPACosMetaResourcesRequest
public ListDSPACosMetaResourcesRequest(ListDSPACosMetaResourcesRequest 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
-
getDspaId
public String getDspaId()
Get 实例Id- Returns:
- DspaId 实例Id
-
setDspaId
public void setDspaId(String DspaId)
Set 实例Id- Parameters:
DspaId- 实例Id
-
getFilters
public DspaDataSourceMngFilter[] getFilters()
Get 过滤数组。支持的Name: Bucket - 桶名,支持模糊匹配 ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。 Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。- Returns:
- Filters 过滤数组。支持的Name: Bucket - 桶名,支持模糊匹配 ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。 Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。
-
setFilters
public void setFilters(DspaDataSourceMngFilter[] Filters)
Set 过滤数组。支持的Name: Bucket - 桶名,支持模糊匹配 ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。 Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。- Parameters:
Filters- 过滤数组。支持的Name: Bucket - 桶名,支持模糊匹配 ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。 Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 返回数量,默认为100。- Returns:
- Limit 返回数量,默认为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为100。- Parameters:
Limit- 返回数量,默认为100。
-
getBindType
public String getBindType()
Get 资源绑定状态过滤,默认为全部- Returns:
- BindType 资源绑定状态过滤,默认为全部
-
setBindType
public void setBindType(String BindType)
Set 资源绑定状态过滤,默认为全部- Parameters:
BindType- 资源绑定状态过滤,默认为全部
-
-