Uses of Class
com.tencentcloudapi.cls.v20201016.models.LogRechargeRuleInfo
-
Packages that use LogRechargeRuleInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of LogRechargeRuleInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return LogRechargeRuleInfo Modifier and Type Method Description LogRechargeRuleInfoCreateKafkaRechargeRequest. getLogRechargeRule()Get 日志导入规则LogRechargeRuleInfoKafkaRechargeInfo. getLogRechargeRule()Get 日志导入规则 注意:此字段可能返回 null,表示取不到有效值。LogRechargeRuleInfoModifyKafkaRechargeRequest. getLogRechargeRule()Get 日志导入规则LogRechargeRuleInfoPreviewKafkaRechargeRequest. getLogRechargeRule()Get 日志导入规则Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type LogRechargeRuleInfo Modifier and Type Method Description voidCreateKafkaRechargeRequest. setLogRechargeRule(LogRechargeRuleInfo LogRechargeRule)Set 日志导入规则voidKafkaRechargeInfo. setLogRechargeRule(LogRechargeRuleInfo LogRechargeRule)Set 日志导入规则 注意:此字段可能返回 null,表示取不到有效值。voidModifyKafkaRechargeRequest. setLogRechargeRule(LogRechargeRuleInfo LogRechargeRule)Set 日志导入规则voidPreviewKafkaRechargeRequest. setLogRechargeRule(LogRechargeRuleInfo LogRechargeRule)Set 日志导入规则Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type LogRechargeRuleInfo Constructor Description LogRechargeRuleInfo(LogRechargeRuleInfo 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.
-