Class DspaDiscoveryTaskResultDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DspaDiscoveryTaskResultDetail
-
public class DspaDiscoveryTaskResultDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DspaDiscoveryTaskResultDetail()DspaDiscoveryTaskResultDetail(DspaDiscoveryTaskResultDetail 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 StringgetCategoryFullPath()Get 分类路径 注意:此字段可能返回 null,表示取不到有效值。LonggetCategoryId()Get 敏感数据分类IDStringgetCategoryName()Get 敏感数据分类名称StringgetFieldName()Get 字段名LonggetFieldResultId()Get 扫描结果详情IDLonggetLevelId()Get 敏感数据分级IDStringgetLevelName()Get 敏感数据分级名称LonggetLevelRiskScore()Get 敏感数据分级分数LonggetRuleId()Get 规则IDStringgetRuleName()Get 规则名称DspaSafeGuardgetSafeGuard()Get 保护措施 注意:此字段可能返回 null,表示取不到有效值。StringgetTableName()Get 所属数据表名LonggetTaskId()Get 任务IDvoidsetCategoryFullPath(String CategoryFullPath)Set 分类路径 注意:此字段可能返回 null,表示取不到有效值。voidsetCategoryId(Long CategoryId)Set 敏感数据分类IDvoidsetCategoryName(String CategoryName)Set 敏感数据分类名称voidsetFieldName(String FieldName)Set 字段名voidsetFieldResultId(Long FieldResultId)Set 扫描结果详情IDvoidsetLevelId(Long LevelId)Set 敏感数据分级IDvoidsetLevelName(String LevelName)Set 敏感数据分级名称voidsetLevelRiskScore(Long LevelRiskScore)Set 敏感数据分级分数voidsetRuleId(Long RuleId)Set 规则IDvoidsetRuleName(String RuleName)Set 规则名称voidsetSafeGuard(DspaSafeGuard SafeGuard)Set 保护措施 注意:此字段可能返回 null,表示取不到有效值。voidsetTableName(String TableName)Set 所属数据表名voidsetTaskId(Long TaskId)Set 任务IDvoidtoMap(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
-
DspaDiscoveryTaskResultDetail
public DspaDiscoveryTaskResultDetail()
-
DspaDiscoveryTaskResultDetail
public DspaDiscoveryTaskResultDetail(DspaDiscoveryTaskResultDetail 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 Long getTaskId()
Get 任务ID- Returns:
- TaskId 任务ID
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务ID- Parameters:
TaskId- 任务ID
-
getFieldResultId
public Long getFieldResultId()
Get 扫描结果详情ID- Returns:
- FieldResultId 扫描结果详情ID
-
setFieldResultId
public void setFieldResultId(Long FieldResultId)
Set 扫描结果详情ID- Parameters:
FieldResultId- 扫描结果详情ID
-
getTableName
public String getTableName()
Get 所属数据表名- Returns:
- TableName 所属数据表名
-
setTableName
public void setTableName(String TableName)
Set 所属数据表名- Parameters:
TableName- 所属数据表名
-
getFieldName
public String getFieldName()
Get 字段名- Returns:
- FieldName 字段名
-
setFieldName
public void setFieldName(String FieldName)
Set 字段名- Parameters:
FieldName- 字段名
-
getCategoryId
public Long getCategoryId()
Get 敏感数据分类ID- Returns:
- CategoryId 敏感数据分类ID
-
setCategoryId
public void setCategoryId(Long CategoryId)
Set 敏感数据分类ID- Parameters:
CategoryId- 敏感数据分类ID
-
getCategoryName
public String getCategoryName()
Get 敏感数据分类名称- Returns:
- CategoryName 敏感数据分类名称
-
setCategoryName
public void setCategoryName(String CategoryName)
Set 敏感数据分类名称- Parameters:
CategoryName- 敏感数据分类名称
-
getLevelId
public Long getLevelId()
Get 敏感数据分级ID- Returns:
- LevelId 敏感数据分级ID
-
setLevelId
public void setLevelId(Long LevelId)
Set 敏感数据分级ID- Parameters:
LevelId- 敏感数据分级ID
-
getLevelName
public String getLevelName()
Get 敏感数据分级名称- Returns:
- LevelName 敏感数据分级名称
-
setLevelName
public void setLevelName(String LevelName)
Set 敏感数据分级名称- Parameters:
LevelName- 敏感数据分级名称
-
getRuleName
public String getRuleName()
Get 规则名称- Returns:
- RuleName 规则名称
-
setRuleName
public void setRuleName(String RuleName)
Set 规则名称- Parameters:
RuleName- 规则名称
-
getRuleId
public Long getRuleId()
Get 规则ID- Returns:
- RuleId 规则ID
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则ID- Parameters:
RuleId- 规则ID
-
getLevelRiskScore
public Long getLevelRiskScore()
Get 敏感数据分级分数- Returns:
- LevelRiskScore 敏感数据分级分数
-
setLevelRiskScore
public void setLevelRiskScore(Long LevelRiskScore)
Set 敏感数据分级分数- Parameters:
LevelRiskScore- 敏感数据分级分数
-
getSafeGuard
public DspaSafeGuard getSafeGuard()
Get 保护措施 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SafeGuard 保护措施 注意:此字段可能返回 null,表示取不到有效值。
-
setSafeGuard
public void setSafeGuard(DspaSafeGuard SafeGuard)
Set 保护措施 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SafeGuard- 保护措施 注意:此字段可能返回 null,表示取不到有效值。
-
getCategoryFullPath
public String getCategoryFullPath()
Get 分类路径 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CategoryFullPath 分类路径 注意:此字段可能返回 null,表示取不到有效值。
-
setCategoryFullPath
public void setCategoryFullPath(String CategoryFullPath)
Set 分类路径 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CategoryFullPath- 分类路径 注意:此字段可能返回 null,表示取不到有效值。
-
-