public class DescribeSecurityAPIServiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeSecurityAPIServiceRequest() | 
| DescribeSecurityAPIServiceRequest(DescribeSecurityAPIServiceRequest 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 | getLimit()Get 分页查询限制数目。默认值:20,最大值:100。 | 
| Long | getOffset()Get 分页查询偏移量。默认值:0。 | 
| String | getZoneId()Get 站点 ID。 | 
| void | setLimit(Long Limit)Set 分页查询限制数目。默认值:20,最大值:100。 | 
| void | setOffset(Long Offset)Set 分页查询偏移量。默认值:0。 | 
| void | setZoneId(String ZoneId)Set 站点 ID。 | 
| 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, toJsonStringpublic DescribeSecurityAPIServiceRequest()
public DescribeSecurityAPIServiceRequest(DescribeSecurityAPIServiceRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点 ID。public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页查询限制数目。默认值:20,最大值:100。public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页查询偏移量。默认值:0。Copyright © 2025. All rights reserved.