Uses of Class
com.tencentcloudapi.yinsuda.v20220527.models.KTVMatchRule
-
Packages that use KTVMatchRule Package Description com.tencentcloudapi.yinsuda.v20220527.models -
-
Uses of KTVMatchRule in com.tencentcloudapi.yinsuda.v20220527.models
Methods in com.tencentcloudapi.yinsuda.v20220527.models that return KTVMatchRule Modifier and Type Method Description KTVMatchRuleKTVMatchMusic. getMatchRule()Get 命中规则。KTVMatchRule[]DescribeKTVMatchMusicsResponse. getNotMatchRuleSet()Get 未匹配的规则列表。KTVMatchRule[]DescribeKTVMatchMusicsRequest. getRules()Get 匹配规则列表。Methods in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type KTVMatchRule Modifier and Type Method Description voidKTVMatchMusic. setMatchRule(KTVMatchRule MatchRule)Set 命中规则。voidDescribeKTVMatchMusicsResponse. setNotMatchRuleSet(KTVMatchRule[] NotMatchRuleSet)Set 未匹配的规则列表。voidDescribeKTVMatchMusicsRequest. setRules(KTVMatchRule[] Rules)Set 匹配规则列表。Constructors in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type KTVMatchRule Constructor Description KTVMatchRule(KTVMatchRule 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.
-