public class CreateVulsReportRequest extends AbstractModel
Constructor and Description |
---|
CreateVulsReportRequest() |
CreateVulsReportRequest(CreateVulsReportRequest 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 |
getMonitorId()
Get 监控任务ID
|
Long |
getSiteId()
Get 站点ID
|
void |
setMonitorId(Long MonitorId)
Set 监控任务ID
|
void |
setSiteId(Long SiteId)
Set 站点ID
|
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 CreateVulsReportRequest()
public CreateVulsReportRequest(CreateVulsReportRequest source)
public Long getSiteId()
public void setSiteId(Long SiteId)
SiteId
- 站点IDpublic Long getMonitorId()
public void setMonitorId(Long MonitorId)
MonitorId
- 监控任务IDCopyright © 2023. All rights reserved.