public class DescribeUpstreamBindApisRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeUpstreamBindApisRequest() | 
| DescribeUpstreamBindApisRequest(DescribeUpstreamBindApisRequest 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 Filters the results by `ServiceId` and `ApiId` | 
| Long | getLimit()Get Number of entries per page | 
| Long | getOffset()Get The starting position of paging | 
| String | getUpstreamId()Get Upstream ID | 
| void | setFilters(Filter[] Filters)Set Filters the results by `ServiceId` and `ApiId` | 
| void | setLimit(Long Limit)Set Number of entries per page | 
| void | setOffset(Long Offset)Set The starting position of paging | 
| void | setUpstreamId(String UpstreamId)Set Upstream 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, toJsonStringpublic DescribeUpstreamBindApisRequest()
public DescribeUpstreamBindApisRequest(DescribeUpstreamBindApisRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of entries per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset - The starting position of pagingpublic String getUpstreamId()
public void setUpstreamId(String UpstreamId)
UpstreamId - Upstream IDpublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filters the results by `ServiceId` and `ApiId`Copyright © 2022. All rights reserved.