public class DspaCOSDiscoveryTask extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DspaCOSDiscoveryTask() | 
| DspaCOSDiscoveryTask(DspaCOSDiscoveryTask 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 | 
|---|---|
| Boolean | getComplianceUpdate()Get 关联分类模板是否更新 | 
| DspaCOSDiscoveryTaskDataSourceInfo | getDataSourceInfo()Get 数据源对象信息 | 
| String | getDescription()Get 任务描述 | 
| Long | getEnable()Get 任务开关;1 打开,0 关闭 | 
| Long | getGeneralRuleSetEnable()Get 通用规则集开关,0 关闭,1 启用 | 
| String | getName()Get 任务名称 | 
| Long | getPeriod()Get 执行周期,0单次 1每天 2每周 3每月 | 
| Long | getPlan()Get 执行计划,0立即 1定时 | 
| ScanTaskResult | getResult()Get 任务最新的一次执行结果信息,该字段用于查询任务列表接口 | 
| String | getTimingStartTime()Get 定时开始时间 | 
| void | setComplianceUpdate(Boolean ComplianceUpdate)Set 关联分类模板是否更新 | 
| void | setDataSourceInfo(DspaCOSDiscoveryTaskDataSourceInfo DataSourceInfo)Set 数据源对象信息 | 
| void | setDescription(String Description)Set 任务描述 | 
| void | setEnable(Long Enable)Set 任务开关;1 打开,0 关闭 | 
| void | setGeneralRuleSetEnable(Long GeneralRuleSetEnable)Set 通用规则集开关,0 关闭,1 启用 | 
| void | setName(String Name)Set 任务名称 | 
| void | setPeriod(Long Period)Set 执行周期,0单次 1每天 2每周 3每月 | 
| void | setPlan(Long Plan)Set 执行计划,0立即 1定时 | 
| void | setResult(ScanTaskResult Result)Set 任务最新的一次执行结果信息,该字段用于查询任务列表接口 | 
| void | setTimingStartTime(String TimingStartTime)Set 定时开始时间 | 
| 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 DspaCOSDiscoveryTask()
public DspaCOSDiscoveryTask(DspaCOSDiscoveryTask source)
public String getName()
public void setName(String Name)
Name - 任务名称public String getDescription()
public void setDescription(String Description)
Description - 任务描述public Long getPeriod()
public void setPeriod(Long Period)
Period - 执行周期,0单次 1每天 2每周 3每月public Long getPlan()
public void setPlan(Long Plan)
Plan - 执行计划,0立即 1定时public Long getEnable()
public void setEnable(Long Enable)
Enable - 任务开关;1 打开,0 关闭public DspaCOSDiscoveryTaskDataSourceInfo getDataSourceInfo()
public void setDataSourceInfo(DspaCOSDiscoveryTaskDataSourceInfo DataSourceInfo)
DataSourceInfo - 数据源对象信息public Long getGeneralRuleSetEnable()
public void setGeneralRuleSetEnable(Long GeneralRuleSetEnable)
GeneralRuleSetEnable - 通用规则集开关,0 关闭,1 启用public ScanTaskResult getResult()
public void setResult(ScanTaskResult Result)
Result - 任务最新的一次执行结果信息,该字段用于查询任务列表接口public String getTimingStartTime()
public void setTimingStartTime(String TimingStartTime)
TimingStartTime - 定时开始时间public Boolean getComplianceUpdate()
public void setComplianceUpdate(Boolean ComplianceUpdate)
ComplianceUpdate - 关联分类模板是否更新Copyright © 2025. All rights reserved.