public class DescribeApisStatusRequest extends AbstractModel
Constructor and Description |
---|
DescribeApisStatusRequest() |
DescribeApisStatusRequest(DescribeApisStatusRequest 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 |
---|---|
Filter[] |
getFilters()
Get API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表)。
|
Long |
getLimit()
Get 返回数量,默认为 20,最大值为 100
|
Long |
getOffset()
Get 偏移量,默认为 0。
|
String |
getServiceId()
Get API 所在的服务唯一 ID。
|
void |
setFilters(Filter[] Filters)
Set API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表)。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为 0。
|
void |
setServiceId(String ServiceId)
Set API 所在的服务唯一 ID。
|
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, toJsonString
public DescribeApisStatusRequest()
public DescribeApisStatusRequest(DescribeApisStatusRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- API 所在的服务唯一 ID。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为 0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为 20,最大值为 100public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表)。Copyright © 2021. All rights reserved.