public class DescribeCcnRoutesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeCcnRoutesRequest() | 
| DescribeCcnRoutesRequest(DescribeCcnRoutesRequest 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 | getCcnId()Get The CCN instance ID, such as `ccn-gree226l`. | 
| Filter[] | getFilters()Get Filter condition. | 
| Long | getLimit()Get The returned quantity | 
| Long | getOffset()Get Offset | 
| String[] | getRouteIds()Get The unique ID of the CCN routing policy, such as `ccnr-f49l6u0z`. | 
| void | setCcnId(String CcnId)Set The CCN instance ID, such as `ccn-gree226l`. | 
| void | setFilters(Filter[] Filters)Set Filter condition. | 
| void | setLimit(Long Limit)Set The returned quantity | 
| void | setOffset(Long Offset)Set Offset | 
| void | setRouteIds(String[] RouteIds)Set The unique ID of the CCN routing policy, such as `ccnr-f49l6u0z`. | 
| 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 DescribeCcnRoutesRequest()
public DescribeCcnRoutesRequest(DescribeCcnRoutesRequest source)
public String getCcnId()
public void setCcnId(String CcnId)
CcnId - The CCN instance ID, such as `ccn-gree226l`.public String[] getRouteIds()
public void setRouteIds(String[] RouteIds)
RouteIds - The unique ID of the CCN routing policy, such as `ccnr-f49l6u0z`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter condition. `RouteIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - The returned quantityCopyright © 2023. All rights reserved.