Class KTVMatchMusic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yinsuda.v20220527.models.KTVMatchMusic
-
public class KTVMatchMusic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KTVMatchMusic()
KTVMatchMusic(KTVMatchMusic 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMEMusicBaseInfo
getAMEMusicBaseInfo()
Get AME 歌曲基础信息,仅在使用音速达歌曲 Id 匹配 AME 曲库时有效。 注意:此字段可能返回 null,表示取不到有效值。KTVMusicBaseInfo
getKTVMusicBaseInfo()
Get 匹配到的歌曲基础信息。KTVMatchRule
getMatchRule()
Get 命中规则。void
setAMEMusicBaseInfo(AMEMusicBaseInfo AMEMusicBaseInfo)
Set AME 歌曲基础信息,仅在使用音速达歌曲 Id 匹配 AME 曲库时有效。 注意:此字段可能返回 null,表示取不到有效值。void
setKTVMusicBaseInfo(KTVMusicBaseInfo KTVMusicBaseInfo)
Set 匹配到的歌曲基础信息。void
setMatchRule(KTVMatchRule MatchRule)
Set 命中规则。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
KTVMatchMusic
public KTVMatchMusic()
-
KTVMatchMusic
public KTVMatchMusic(KTVMatchMusic 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.
-
-
Method Detail
-
getKTVMusicBaseInfo
public KTVMusicBaseInfo getKTVMusicBaseInfo()
Get 匹配到的歌曲基础信息。- Returns:
- KTVMusicBaseInfo 匹配到的歌曲基础信息。
-
setKTVMusicBaseInfo
public void setKTVMusicBaseInfo(KTVMusicBaseInfo KTVMusicBaseInfo)
Set 匹配到的歌曲基础信息。- Parameters:
KTVMusicBaseInfo
- 匹配到的歌曲基础信息。
-
getMatchRule
public KTVMatchRule getMatchRule()
Get 命中规则。- Returns:
- MatchRule 命中规则。
-
setMatchRule
public void setMatchRule(KTVMatchRule MatchRule)
Set 命中规则。- Parameters:
MatchRule
- 命中规则。
-
getAMEMusicBaseInfo
public AMEMusicBaseInfo getAMEMusicBaseInfo()
Get AME 歌曲基础信息,仅在使用音速达歌曲 Id 匹配 AME 曲库时有效。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AMEMusicBaseInfo AME 歌曲基础信息,仅在使用音速达歌曲 Id 匹配 AME 曲库时有效。 注意:此字段可能返回 null,表示取不到有效值。
-
setAMEMusicBaseInfo
public void setAMEMusicBaseInfo(AMEMusicBaseInfo AMEMusicBaseInfo)
Set AME 歌曲基础信息,仅在使用音速达歌曲 Id 匹配 AME 曲库时有效。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AMEMusicBaseInfo
- AME 歌曲基础信息,仅在使用音速达歌曲 Id 匹配 AME 曲库时有效。 注意:此字段可能返回 null,表示取不到有效值。
-
-