Uses of Class
com.tencentcloudapi.cii.v20210408.models.UnderwriteItem
-
Packages that use UnderwriteItem Package Description com.tencentcloudapi.cii.v20210408.models -
-
Uses of UnderwriteItem in com.tencentcloudapi.cii.v20210408.models
Methods in com.tencentcloudapi.cii.v20210408.models that return UnderwriteItem Modifier and Type Method Description UnderwriteItem[]MachinePredict. getDisease()Get 疾病指标UnderwriteItem[]MachinePredict. getExplanation()Get AI决策树解释UnderwriteItem[]MachinePredict. getLaboratory()Get 检查异常Methods in com.tencentcloudapi.cii.v20210408.models with parameters of type UnderwriteItem Modifier and Type Method Description voidMachinePredict. setDisease(UnderwriteItem[] Disease)Set 疾病指标voidMachinePredict. setExplanation(UnderwriteItem[] Explanation)Set AI决策树解释voidMachinePredict. setLaboratory(UnderwriteItem[] Laboratory)Set 检查异常Constructors in com.tencentcloudapi.cii.v20210408.models with parameters of type UnderwriteItem Constructor Description UnderwriteItem(UnderwriteItem 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.
-