public class CreateSitesScansRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSitesScansRequest() |
CreateSitesScansRequest(CreateSitesScansRequest 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 |
getRateLimit()
Get 扫描速率限制,每秒发送X个HTTP请求
|
String |
getScannerType()
Get 扫描模式,normal-正常扫描;deep-深度扫描
|
Long[] |
getSiteIds()
Get 站点的ID列表
|
void |
setRateLimit(Long RateLimit)
Set 扫描速率限制,每秒发送X个HTTP请求
|
void |
setScannerType(String ScannerType)
Set 扫描模式,normal-正常扫描;deep-深度扫描
|
void |
setSiteIds(Long[] SiteIds)
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, toJsonString
public CreateSitesScansRequest()
public CreateSitesScansRequest(CreateSitesScansRequest source)
public Long[] getSiteIds()
public void setSiteIds(Long[] SiteIds)
SiteIds
- 站点的ID列表public String getScannerType()
public void setScannerType(String ScannerType)
ScannerType
- 扫描模式,normal-正常扫描;deep-深度扫描public Long getRateLimit()
public void setRateLimit(Long RateLimit)
RateLimit
- 扫描速率限制,每秒发送X个HTTP请求Copyright © 2024. All rights reserved.