Uses of Class
com.tencentcloudapi.tsf.v20180326.models.UnitRule
-
Packages that use UnitRule Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of UnitRule in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return UnitRule Modifier and Type Method Description UnitRule[]TsfPageUnitRule. getContent()Get 记录实体列表UnitRule[]TsfPageUnitRuleV2. getContent()Get 记录实体列表 注意:此字段可能返回 null,表示取不到有效值。UnitRuleCreateUnitRuleWithDetailRespResponse. getResult()Get 单元化规则信息 注意:此字段可能返回 null,表示取不到有效值。UnitRuleDescribeEnabledUnitRuleResponse. getResult()Get 单元化规则对象 注意:此字段可能返回 null,表示取不到有效值。UnitRuleDescribeUnitRuleResponse. getResult()Get 单元化规则对象 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type UnitRule Modifier and Type Method Description voidTsfPageUnitRule. setContent(UnitRule[] Content)Set 记录实体列表voidTsfPageUnitRuleV2. setContent(UnitRule[] Content)Set 记录实体列表 注意:此字段可能返回 null,表示取不到有效值。voidCreateUnitRuleWithDetailRespResponse. setResult(UnitRule Result)Set 单元化规则信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeEnabledUnitRuleResponse. setResult(UnitRule Result)Set 单元化规则对象 注意:此字段可能返回 null,表示取不到有效值。voidDescribeUnitRuleResponse. setResult(UnitRule Result)Set 单元化规则对象 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type UnitRule Constructor Description UnitRule(UnitRule 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.
-