public class CreateVulsReportRequest extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateVulsReportRequest()
public CreateVulsReportRequest(CreateVulsReportRequest source)
public Long getSiteId()
public void setSiteId(Long SiteId)
SiteId - 站点IDpublic Long getMonitorId()
public void setMonitorId(Long MonitorId)
MonitorId - 监控任务IDCopyright © 2025. All rights reserved.