public class ListDSPACosMetaResourcesRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBindType()
Get 资源绑定状态过滤,默认为全部
|
String |
getDspaId()
Get 实例Id
|
DspaDataSourceMngFilter[] |
getFilters()
Get 过滤数组。支持的Name:
Bucket - 桶名,支持模糊匹配
ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。
Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。
|
Long |
getLimit()
Get 返回数量,默认为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setBindType(String BindType)
Set 资源绑定状态过滤,默认为全部
|
void |
setDspaId(String DspaId)
Set 实例Id
|
void |
setFilters(DspaDataSourceMngFilter[] Filters)
Set 过滤数组。支持的Name:
Bucket - 桶名,支持模糊匹配
ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。
Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListDSPACosMetaResourcesRequest()
public ListDSPACosMetaResourcesRequest(ListDSPACosMetaResourcesRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- 实例Idpublic DspaDataSourceMngFilter[] getFilters()
public void setFilters(DspaDataSourceMngFilter[] Filters)
Filters
- 过滤数组。支持的Name:
Bucket - 桶名,支持模糊匹配
ResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。
Valid -- 资源是否有效,"1" 表示有效,"0"表示无效。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为100。public String getBindType()
public void setBindType(String BindType)
BindType
- 资源绑定状态过滤,默认为全部Copyright © 2024. All rights reserved.