Uses of Class
com.tencentcloudapi.yinsuda.v20220527.models.KTVMatchRuleMusicInfo
-
Packages that use KTVMatchRuleMusicInfo Package Description com.tencentcloudapi.yinsuda.v20220527.models -
-
Uses of KTVMatchRuleMusicInfo in com.tencentcloudapi.yinsuda.v20220527.models
Methods in com.tencentcloudapi.yinsuda.v20220527.models that return KTVMatchRuleMusicInfo Modifier and Type Method Description KTVMatchRuleMusicInfoKTVMatchRule. getMusicInfo()Get 歌曲匹配信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type KTVMatchRuleMusicInfo Modifier and Type Method Description voidKTVMatchRule. setMusicInfo(KTVMatchRuleMusicInfo MusicInfo)Set 歌曲匹配信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type KTVMatchRuleMusicInfo Constructor Description KTVMatchRuleMusicInfo(KTVMatchRuleMusicInfo 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.
-