Uses of Class
com.tencentcloudapi.gaap.v20180529.models.RuleCheckParams
-
Packages that use RuleCheckParams Package Description com.tencentcloudapi.gaap.v20180529.models -
-
Uses of RuleCheckParams in com.tencentcloudapi.gaap.v20180529.models
Methods in com.tencentcloudapi.gaap.v20180529.models that return RuleCheckParams Modifier and Type Method Description RuleCheckParamsCreateRuleRequest. getCheckParams()Get 源站健康检查相关参数RuleCheckParamsModifyRuleAttributeRequest. getCheckParams()Get 健康检查配置参数RuleCheckParamsRuleInfo. getCheckParams()Get 健康检查相关参数Methods in com.tencentcloudapi.gaap.v20180529.models with parameters of type RuleCheckParams Modifier and Type Method Description voidCreateRuleRequest. setCheckParams(RuleCheckParams CheckParams)Set 源站健康检查相关参数voidModifyRuleAttributeRequest. setCheckParams(RuleCheckParams CheckParams)Set 健康检查配置参数voidRuleInfo. setCheckParams(RuleCheckParams CheckParams)Set 健康检查相关参数Constructors in com.tencentcloudapi.gaap.v20180529.models with parameters of type RuleCheckParams Constructor Description RuleCheckParams(RuleCheckParams 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.
-