public class DescribeNetDetectsRequest extends AbstractModel
Constructor and Description |
---|
DescribeNetDetectsRequest() |
DescribeNetDetectsRequest(DescribeNetDetectsRequest 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 conditions.
|
Long |
getLimit()
Get The number of returned values.
|
String[] |
getNetDetectIds()
Get The array of network detection instance `IDs`, such as [`netd-12345678`].
|
Long |
getOffset()
Get The offset.
|
void |
setFilters(Filter[] Filters)
Set Filter conditions.
|
void |
setLimit(Long Limit)
Set The number of returned values.
|
void |
setNetDetectIds(String[] NetDetectIds)
Set The array of network detection instance `IDs`, such as [`netd-12345678`].
|
void |
setOffset(Long Offset)
Set The 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, toJsonString
public DescribeNetDetectsRequest()
public DescribeNetDetectsRequest(DescribeNetDetectsRequest source)
public String[] getNetDetectIds()
public void setNetDetectIds(String[] NetDetectIds)
NetDetectIds
- The array of network detection instance `IDs`, such as [`netd-12345678`].public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter conditions. `NetDetectIds` and `Filters` cannot be specified at the same time.
public Long getOffset()
public void setOffset(Long Offset)
Offset
- The offset. Default: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of returned values. Default: 20. Maximum: 100.Copyright © 2021. All rights reserved.