Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.ConstraintRange
-
Packages that use ConstraintRange Package Description com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of ConstraintRange in com.tencentcloudapi.dcdb.v20180411.models
Methods in com.tencentcloudapi.dcdb.v20180411.models that return ConstraintRange Modifier and Type Method Description ConstraintRangeParamConstraint. getRange()Get 约束类型为section时的范围 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dcdb.v20180411.models with parameters of type ConstraintRange Modifier and Type Method Description voidParamConstraint. setRange(ConstraintRange Range)Set 约束类型为section时的范围 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dcdb.v20180411.models with parameters of type ConstraintRange Constructor Description ConstraintRange(ConstraintRange 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.
-