Uses of Class
com.tencentcloudapi.dbbrain.v20191016.models.ScoreDetail
-
Packages that use ScoreDetail Package Description com.tencentcloudapi.dbbrain.v20191016.models -
-
Uses of ScoreDetail in com.tencentcloudapi.dbbrain.v20191016.models
Methods in com.tencentcloudapi.dbbrain.v20191016.models that return ScoreDetail Modifier and Type Method Description ScoreDetail[]HealthStatus. getScoreDetails()Get 扣分详情。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type ScoreDetail Modifier and Type Method Description voidHealthStatus. setScoreDetails(ScoreDetail[] ScoreDetails)Set 扣分详情。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type ScoreDetail Constructor Description ScoreDetail(ScoreDetail 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.
-