Uses of Class
com.tencentcloudapi.dsgc.v20190723.models.RiskCountInfo
-
Packages that use RiskCountInfo Package Description com.tencentcloudapi.dsgc.v20190723.models -
-
Uses of RiskCountInfo in com.tencentcloudapi.dsgc.v20190723.models
Methods in com.tencentcloudapi.dsgc.v20190723.models that return RiskCountInfo Modifier and Type Method Description RiskCountInfo[]AssessmentTask. getRiskCountInfoList()Get 待处理各等级风险项信息Methods in com.tencentcloudapi.dsgc.v20190723.models with parameters of type RiskCountInfo Modifier and Type Method Description voidAssessmentTask. setRiskCountInfoList(RiskCountInfo[] RiskCountInfoList)Set 待处理各等级风险项信息Constructors in com.tencentcloudapi.dsgc.v20190723.models with parameters of type RiskCountInfo Constructor Description RiskCountInfo(RiskCountInfo 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.
-