Class AssessmentTask
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.AssessmentTask
-
public class AssessmentTask extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AssessmentTask()AssessmentTask(AssessmentTask 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBusinessDept()Get 业务所属部门StringgetBusinessName()Get 业务名称StringgetBusinessOwner()Get 业务负责人LonggetComplianceGroupId()Get 分类分级模版IdStringgetComplianceGroupName()Get 分类分级模版名称LonggetControlItemCount()Get 评估项数量StringgetCreatedTime()Get 评估任务发起时间DiscoveryConditiongetDiscoveryCondition()Get 数据源信息 注意:此字段可能返回 null,表示取不到有效值。StringgetErrorInfo()Get 评估任务失败信息StringgetFinishedTime()Get 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。LonggetProgressPercent()Get 进度百分比 注意:此字段可能返回 null,表示取不到有效值。LonggetRiskCount()Get 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)RiskCountInfo[]getRiskCountInfoList()Get 待处理各等级风险项信息StringgetStatus()Get 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)StringgetTaskId()Get 评估任务IdStringgetTaskName()Get 评估任务名称LonggetTaskUid()Get 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。StringgetTemplateId()Get 评估模版IdStringgetTemplateName()Get 评估模版名称LonggetTemplateUid()Get 模版主键id 注意:此字段可能返回 null,表示取不到有效值。voidsetBusinessDept(String BusinessDept)Set 业务所属部门voidsetBusinessName(String BusinessName)Set 业务名称voidsetBusinessOwner(String BusinessOwner)Set 业务负责人voidsetComplianceGroupId(Long ComplianceGroupId)Set 分类分级模版IdvoidsetComplianceGroupName(String ComplianceGroupName)Set 分类分级模版名称voidsetControlItemCount(Long ControlItemCount)Set 评估项数量voidsetCreatedTime(String CreatedTime)Set 评估任务发起时间voidsetDiscoveryCondition(DiscoveryCondition DiscoveryCondition)Set 数据源信息 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorInfo(String ErrorInfo)Set 评估任务失败信息voidsetFinishedTime(String FinishedTime)Set 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。voidsetProgressPercent(Long ProgressPercent)Set 进度百分比 注意:此字段可能返回 null,表示取不到有效值。voidsetRiskCount(Long RiskCount)Set 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)voidsetRiskCountInfoList(RiskCountInfo[] RiskCountInfoList)Set 待处理各等级风险项信息voidsetStatus(String Status)Set 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)voidsetTaskId(String TaskId)Set 评估任务IdvoidsetTaskName(String TaskName)Set 评估任务名称voidsetTaskUid(Long TaskUid)Set 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。voidsetTemplateId(String TemplateId)Set 评估模版IdvoidsetTemplateName(String TemplateName)Set 评估模版名称voidsetTemplateUid(Long TemplateUid)Set 模版主键id 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AssessmentTask
public AssessmentTask()
-
AssessmentTask
public AssessmentTask(AssessmentTask 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.
-
-
Method Detail
-
getTaskId
public String getTaskId()
Get 评估任务Id- Returns:
- TaskId 评估任务Id
-
setTaskId
public void setTaskId(String TaskId)
Set 评估任务Id- Parameters:
TaskId- 评估任务Id
-
getTaskUid
public Long getTaskUid()
Get 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskUid 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskUid
public void setTaskUid(Long TaskUid)
Set 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskUid- 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。
-
getTaskName
public String getTaskName()
Get 评估任务名称- Returns:
- TaskName 评估任务名称
-
setTaskName
public void setTaskName(String TaskName)
Set 评估任务名称- Parameters:
TaskName- 评估任务名称
-
getBusinessName
public String getBusinessName()
Get 业务名称- Returns:
- BusinessName 业务名称
-
setBusinessName
public void setBusinessName(String BusinessName)
Set 业务名称- Parameters:
BusinessName- 业务名称
-
getBusinessDept
public String getBusinessDept()
Get 业务所属部门- Returns:
- BusinessDept 业务所属部门
-
setBusinessDept
public void setBusinessDept(String BusinessDept)
Set 业务所属部门- Parameters:
BusinessDept- 业务所属部门
-
getBusinessOwner
public String getBusinessOwner()
Get 业务负责人- Returns:
- BusinessOwner 业务负责人
-
setBusinessOwner
public void setBusinessOwner(String BusinessOwner)
Set 业务负责人- Parameters:
BusinessOwner- 业务负责人
-
getTemplateId
public String getTemplateId()
Get 评估模版Id- Returns:
- TemplateId 评估模版Id
-
setTemplateId
public void setTemplateId(String TemplateId)
Set 评估模版Id- Parameters:
TemplateId- 评估模版Id
-
getTemplateName
public String getTemplateName()
Get 评估模版名称- Returns:
- TemplateName 评估模版名称
-
setTemplateName
public void setTemplateName(String TemplateName)
Set 评估模版名称- Parameters:
TemplateName- 评估模版名称
-
getComplianceGroupId
public Long getComplianceGroupId()
Get 分类分级模版Id- Returns:
- ComplianceGroupId 分类分级模版Id
-
setComplianceGroupId
public void setComplianceGroupId(Long ComplianceGroupId)
Set 分类分级模版Id- Parameters:
ComplianceGroupId- 分类分级模版Id
-
getComplianceGroupName
public String getComplianceGroupName()
Get 分类分级模版名称- Returns:
- ComplianceGroupName 分类分级模版名称
-
setComplianceGroupName
public void setComplianceGroupName(String ComplianceGroupName)
Set 分类分级模版名称- Parameters:
ComplianceGroupName- 分类分级模版名称
-
getControlItemCount
public Long getControlItemCount()
Get 评估项数量- Returns:
- ControlItemCount 评估项数量
-
setControlItemCount
public void setControlItemCount(Long ControlItemCount)
Set 评估项数量- Parameters:
ControlItemCount- 评估项数量
-
getRiskCount
public Long getRiskCount()
Get 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)- Returns:
- RiskCount 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)
-
setRiskCount
public void setRiskCount(Long RiskCount)
Set 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)- Parameters:
RiskCount- 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)
-
getFinishedTime
public String getFinishedTime()
Get 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FinishedTime 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。
-
setFinishedTime
public void setFinishedTime(String FinishedTime)
Set 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FinishedTime- 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。
-
getCreatedTime
public String getCreatedTime()
Get 评估任务发起时间- Returns:
- CreatedTime 评估任务发起时间
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 评估任务发起时间- Parameters:
CreatedTime- 评估任务发起时间
-
getStatus
public String getStatus()
Get 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)- Returns:
- Status 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)
-
setStatus
public void setStatus(String Status)
Set 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)- Parameters:
Status- 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)
-
getRiskCountInfoList
public RiskCountInfo[] getRiskCountInfoList()
Get 待处理各等级风险项信息- Returns:
- RiskCountInfoList 待处理各等级风险项信息
-
setRiskCountInfoList
public void setRiskCountInfoList(RiskCountInfo[] RiskCountInfoList)
Set 待处理各等级风险项信息- Parameters:
RiskCountInfoList- 待处理各等级风险项信息
-
getDiscoveryCondition
public DiscoveryCondition getDiscoveryCondition()
Get 数据源信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DiscoveryCondition 数据源信息 注意:此字段可能返回 null,表示取不到有效值。
-
setDiscoveryCondition
public void setDiscoveryCondition(DiscoveryCondition DiscoveryCondition)
Set 数据源信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DiscoveryCondition- 数据源信息 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorInfo
public String getErrorInfo()
Get 评估任务失败信息- Returns:
- ErrorInfo 评估任务失败信息
-
setErrorInfo
public void setErrorInfo(String ErrorInfo)
Set 评估任务失败信息- Parameters:
ErrorInfo- 评估任务失败信息
-
getTemplateUid
public Long getTemplateUid()
Get 模版主键id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TemplateUid 模版主键id 注意:此字段可能返回 null,表示取不到有效值。
-
setTemplateUid
public void setTemplateUid(Long TemplateUid)
Set 模版主键id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TemplateUid- 模版主键id 注意:此字段可能返回 null,表示取不到有效值。
-
getProgressPercent
public Long getProgressPercent()
Get 进度百分比 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProgressPercent 进度百分比 注意:此字段可能返回 null,表示取不到有效值。
-
setProgressPercent
public void setProgressPercent(Long ProgressPercent)
Set 进度百分比 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProgressPercent- 进度百分比 注意:此字段可能返回 null,表示取不到有效值。
-
-