Class DataCheck
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssa.v20180608.models.DataCheck
-
public class DataCheck extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAssetTotal()Get 总资产数 注意:此字段可能返回 null,表示取不到有效值。StringgetId()Get 检查项唯一标识符uuidLonggetIsChecked()Get 0-检测中,1-结束检测 注意:此字段可能返回 null,表示取不到有效值。LonggetIsIgnored()Get 0-未忽略,1-已忽略 注意:此字段可能返回 null,表示取不到有效值。StringgetLastCheckTime()Get 最近一次检查时间 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 检查项名称StringgetRemarks()Get 备注内容 注意:此字段可能返回 null,表示取不到有效值。LonggetRiskCount()Get 有风险的资源总数,未通过数量 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 初始未检测状态0, 已通过为1,未通过为2 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 检查项类型voidsetAssetTotal(Long AssetTotal)Set 总资产数 注意:此字段可能返回 null,表示取不到有效值。voidsetId(String Id)Set 检查项唯一标识符uuidvoidsetIsChecked(Long IsChecked)Set 0-检测中,1-结束检测 注意:此字段可能返回 null,表示取不到有效值。voidsetIsIgnored(Long IsIgnored)Set 0-未忽略,1-已忽略 注意:此字段可能返回 null,表示取不到有效值。voidsetLastCheckTime(String LastCheckTime)Set 最近一次检查时间 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 检查项名称voidsetRemarks(String Remarks)Set 备注内容 注意:此字段可能返回 null,表示取不到有效值。voidsetRiskCount(Long RiskCount)Set 有风险的资源总数,未通过数量 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 初始未检测状态0, 已通过为1,未通过为2 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 检查项类型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
-
DataCheck
public DataCheck()
-
DataCheck
public DataCheck(DataCheck 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
-
getId
public String getId()
Get 检查项唯一标识符uuid- Returns:
- Id 检查项唯一标识符uuid
-
setId
public void setId(String Id)
Set 检查项唯一标识符uuid- Parameters:
Id- 检查项唯一标识符uuid
-
getName
public String getName()
Get 检查项名称- Returns:
- Name 检查项名称
-
setName
public void setName(String Name)
Set 检查项名称- Parameters:
Name- 检查项名称
-
getType
public String getType()
Get 检查项类型- Returns:
- Type 检查项类型
-
setType
public void setType(String Type)
Set 检查项类型- Parameters:
Type- 检查项类型
-
getLastCheckTime
public String getLastCheckTime()
Get 最近一次检查时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastCheckTime 最近一次检查时间 注意:此字段可能返回 null,表示取不到有效值。
-
setLastCheckTime
public void setLastCheckTime(String LastCheckTime)
Set 最近一次检查时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastCheckTime- 最近一次检查时间 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 初始未检测状态0, 已通过为1,未通过为2 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 初始未检测状态0, 已通过为1,未通过为2 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 初始未检测状态0, 已通过为1,未通过为2 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 初始未检测状态0, 已通过为1,未通过为2 注意:此字段可能返回 null,表示取不到有效值。
-
getIsIgnored
public Long getIsIgnored()
Get 0-未忽略,1-已忽略 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsIgnored 0-未忽略,1-已忽略 注意:此字段可能返回 null,表示取不到有效值。
-
setIsIgnored
public void setIsIgnored(Long IsIgnored)
Set 0-未忽略,1-已忽略 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsIgnored- 0-未忽略,1-已忽略 注意:此字段可能返回 null,表示取不到有效值。
-
getRiskCount
public Long getRiskCount()
Get 有风险的资源总数,未通过数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RiskCount 有风险的资源总数,未通过数量 注意:此字段可能返回 null,表示取不到有效值。
-
setRiskCount
public void setRiskCount(Long RiskCount)
Set 有风险的资源总数,未通过数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RiskCount- 有风险的资源总数,未通过数量 注意:此字段可能返回 null,表示取不到有效值。
-
getIsChecked
public Long getIsChecked()
Get 0-检测中,1-结束检测 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IsChecked 0-检测中,1-结束检测 注意:此字段可能返回 null,表示取不到有效值。
-
setIsChecked
public void setIsChecked(Long IsChecked)
Set 0-检测中,1-结束检测 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IsChecked- 0-检测中,1-结束检测 注意:此字段可能返回 null,表示取不到有效值。
-
getAssetTotal
public Long getAssetTotal()
Get 总资产数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AssetTotal 总资产数 注意:此字段可能返回 null,表示取不到有效值。
-
setAssetTotal
public void setAssetTotal(Long AssetTotal)
Set 总资产数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AssetTotal- 总资产数 注意:此字段可能返回 null,表示取不到有效值。
-
getRemarks
public String getRemarks()
Get 备注内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Remarks 备注内容 注意:此字段可能返回 null,表示取不到有效值。
-
setRemarks
public void setRemarks(String Remarks)
Set 备注内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Remarks- 备注内容 注意:此字段可能返回 null,表示取不到有效值。
-
-