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 String
getBusinessDept()
Get 业务所属部门String
getBusinessName()
Get 业务名称String
getBusinessOwner()
Get 业务负责人Long
getComplianceGroupId()
Get 分类分级模版IdString
getComplianceGroupName()
Get 分类分级模版名称Long
getControlItemCount()
Get 评估项数量String
getCreatedTime()
Get 评估任务发起时间DiscoveryCondition
getDiscoveryCondition()
Get 数据源信息 注意:此字段可能返回 null,表示取不到有效值。String
getErrorInfo()
Get 评估任务失败信息String
getFinishedTime()
Get 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。Long
getProgressPercent()
Get 进度百分比 注意:此字段可能返回 null,表示取不到有效值。Long
getRiskCount()
Get 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)RiskCountInfo[]
getRiskCountInfoList()
Get 待处理各等级风险项信息String
getStatus()
Get 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)String
getTaskId()
Get 评估任务IdString
getTaskName()
Get 评估任务名称Long
getTaskUid()
Get 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。String
getTemplateId()
Get 评估模版IdString
getTemplateName()
Get 评估模版名称Long
getTemplateUid()
Get 模版主键id 注意:此字段可能返回 null,表示取不到有效值。void
setBusinessDept(String BusinessDept)
Set 业务所属部门void
setBusinessName(String BusinessName)
Set 业务名称void
setBusinessOwner(String BusinessOwner)
Set 业务负责人void
setComplianceGroupId(Long ComplianceGroupId)
Set 分类分级模版Idvoid
setComplianceGroupName(String ComplianceGroupName)
Set 分类分级模版名称void
setControlItemCount(Long ControlItemCount)
Set 评估项数量void
setCreatedTime(String CreatedTime)
Set 评估任务发起时间void
setDiscoveryCondition(DiscoveryCondition DiscoveryCondition)
Set 数据源信息 注意:此字段可能返回 null,表示取不到有效值。void
setErrorInfo(String ErrorInfo)
Set 评估任务失败信息void
setFinishedTime(String FinishedTime)
Set 评估任务完成时间 注意:此字段可能返回 null,表示取不到有效值。void
setProgressPercent(Long ProgressPercent)
Set 进度百分比 注意:此字段可能返回 null,表示取不到有效值。void
setRiskCount(Long RiskCount)
Set 风险项数量(仅状态为finished的风险项不计入总数,其余状态均算入该数量)void
setRiskCountInfoList(RiskCountInfo[] RiskCountInfoList)
Set 待处理各等级风险项信息void
setStatus(String Status)
Set 评估状态。(waiting待评估,processing评估中, , finished已评估, failed评估失败)void
setTaskId(String TaskId)
Set 评估任务Idvoid
setTaskName(String TaskName)
Set 评估任务名称void
setTaskUid(Long TaskUid)
Set 评估任务的自增ID 注意:此字段可能返回 null,表示取不到有效值。void
setTemplateId(String TemplateId)
Set 评估模版Idvoid
setTemplateName(String TemplateName)
Set 评估模版名称void
setTemplateUid(Long TemplateUid)
Set 模版主键id 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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,表示取不到有效值。
-
-