public class DescribeHaVipsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeHaVipsRequest() | 
| DescribeHaVipsRequest(DescribeHaVipsRequest 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 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 DescribeHaVipsRequest()
public DescribeHaVipsRequest(DescribeHaVipsRequest source)
public 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.
li>havip-id - String - The unique ID of the HAVIP, such as `havip-9o233uri`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - The returned quantityCopyright © 2021. All rights reserved.