Class DescribeApisStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.DescribeApisStatusRequest
-
public class DescribeApisStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、 Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表),其中NotUsagePlanId和Environment必须同时使用,不能单独使用一个。LonggetLimit()Get 返回数量,默认为 20,最大值为 100LonggetOffset()Get 偏移量,默认为 0。StringgetServiceId()Get API 所在的服务唯一 ID。voidsetFilters(Filter[] Filters)Set API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、 Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表),其中NotUsagePlanId和Environment必须同时使用,不能单独使用一个。voidsetLimit(Long Limit)Set 返回数量,默认为 20,最大值为 100voidsetOffset(Long Offset)Set 偏移量,默认为 0。voidsetServiceId(String ServiceId)Set API 所在的服务唯一 ID。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
-
DescribeApisStatusRequest
public DescribeApisStatusRequest()
-
DescribeApisStatusRequest
public 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.
-
-
Method Detail
-
getServiceId
public String getServiceId()
Get API 所在的服务唯一 ID。- Returns:
- ServiceId API 所在的服务唯一 ID。
-
setServiceId
public void setServiceId(String ServiceId)
Set API 所在的服务唯一 ID。- Parameters:
ServiceId- API 所在的服务唯一 ID。
-
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 返回数量,默认为 20,最大值为 100- Returns:
- Limit 返回数量,默认为 20,最大值为 100
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为 20,最大值为 100- Parameters:
Limit- 返回数量,默认为 20,最大值为 100
-
getFilters
public Filter[] getFilters()
Get API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、 Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表),其中NotUsagePlanId和Environment必须同时使用,不能单独使用一个。- Returns:
- Filters API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、 Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表),其中NotUsagePlanId和Environment必须同时使用,不能单独使用一个。
-
setFilters
public 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的列表),其中NotUsagePlanId和Environment必须同时使用,不能单独使用一个。- Parameters:
Filters- API过滤条件。支持ApiId、ApiName、ApiPath、ApiType、AuthRelationApiId、AuthType、ApiBuniessType、NotUsagePlanId、 Environment、Tags (values为 $tag_key:tag_value的列表)、TagKeys (values 为 tag key的列表),其中NotUsagePlanId和Environment必须同时使用,不能单独使用一个。
-
-