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 filter.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
String |
getServiceId()
Get Unique service ID of API.
|
void |
setFilters(Filter[] Filters)
Set API filter.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setServiceId(String ServiceId)
Set Unique service ID of API.
|
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
- Unique service ID of API.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- API filter. Valid values: `ApiId`, `ApiName`, `ApiPath`, `ApiType`, `AuthRelationApiId`, `AuthType`, `ApiBuniessType`, `NotUsagePlanId`, `Environment`, `Tags` (whose values are the list of `$tag_key:tag_value`), `TagKeys` (whose values are the list of tag keys). Note that `NotUsagePlanId` and `Environment` must be used in the same time.Copyright © 2023. All rights reserved.