public class DescribeMonitorsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeMonitorsRequest() |
DescribeMonitorsRequest(DescribeMonitorsRequest 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 |
---|---|
Long |
getIsDetectNum()
Get 是否查探测次数0否1是
|
Long |
getLimit()
Get 分页,当前分页记录数
|
Long |
getOffset()
Get 分页,偏移值
|
void |
setIsDetectNum(Long IsDetectNum)
Set 是否查探测次数0否1是
|
void |
setLimit(Long Limit)
Set 分页,当前分页记录数
|
void |
setOffset(Long Offset)
Set 分页,偏移值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeMonitorsRequest()
public DescribeMonitorsRequest(DescribeMonitorsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页,偏移值public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页,当前分页记录数public Long getIsDetectNum()
public void setIsDetectNum(Long IsDetectNum)
IsDetectNum
- 是否查探测次数0否1是Copyright © 2025. All rights reserved.