public class DescribeHaVipsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeHaVipsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Filter[] | getFilters()Get Filter condition. | 
| String[] | getHaVipIds()Get The unique `ID` of the `HAVIP`, such as `havip-9o233uri`. | 
| Long | getLimit()Get The returned quantity | 
| Long | getOffset()Get Offset | 
| void | setFilters(Filter[] Filters)Set Filter condition. | 
| void | setHaVipIds(String[] HaVipIds)Set The unique `ID` of the `HAVIP`, such as `havip-9o233uri`. | 
| void | setLimit(Long Limit)Set The returned quantity | 
| void | setOffset(Long Offset)Set Offset | 
| 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 String[] getHaVipIds()
public void setHaVipIds(String[] HaVipIds)
HaVipIds - The unique `ID` of the `HAVIP`, such as `havip-9o233uri`.public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter condition. `HaVipIds` 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 © 2020. All rights reserved.