public class DescribeUrlViolationsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUrlViolationsRequest() | 
| DescribeUrlViolationsRequest(DescribeUrlViolationsRequest 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 | 
|---|---|
| String[] | getDomains()Get 指定的域名查询 | 
| Long | getLimit()Get 分页查询限制数目,默认为 100 | 
| Long | getOffset()Get 分页查询偏移量,默认为 0 | 
| void | setDomains(String[] Domains)Set 指定的域名查询 | 
| void | setLimit(Long Limit)Set 分页查询限制数目,默认为 100 | 
| void | setOffset(Long Offset)Set 分页查询偏移量,默认为 0 | 
| 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 DescribeUrlViolationsRequest()
public DescribeUrlViolationsRequest(DescribeUrlViolationsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页查询偏移量,默认为 0public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页查询限制数目,默认为 100public String[] getDomains()
public void setDomains(String[] Domains)
Domains - 指定的域名查询Copyright © 2025. All rights reserved.