Uses of Class
com.tencentcloudapi.ame.v20190916.models.SetPlayModeCommandInput
-
Packages that use SetPlayModeCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SetPlayModeCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SetPlayModeCommandInput Modifier and Type Method Description SetPlayModeCommandInput
SyncKTVRobotCommandRequest. getSetPlayModeCommandInput()
Get 播放模式,当Command取SetPlayMode时,必填。SetPlayModeCommandInput
SyncRobotCommand. getSetPlayModeCommandInput()
Get 播放模式,当Command取SetPlayMode时,必填。SetPlayModeCommandInput
KTVRobotInfo. getSetPlayModeInput()
Get 播放模式,PlayMode取值有: RepeatPlaylist:列表循环 Order:顺序播放 RepeatSingle:单曲循环 Shuffle:随机播放Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetPlayModeCommandInput Modifier and Type Method Description void
SyncKTVRobotCommandRequest. setSetPlayModeCommandInput(SetPlayModeCommandInput SetPlayModeCommandInput)
Set 播放模式,当Command取SetPlayMode时,必填。void
SyncRobotCommand. setSetPlayModeCommandInput(SetPlayModeCommandInput SetPlayModeCommandInput)
Set 播放模式,当Command取SetPlayMode时,必填。void
KTVRobotInfo. setSetPlayModeInput(SetPlayModeCommandInput SetPlayModeInput)
Set 播放模式,PlayMode取值有: RepeatPlaylist:列表循环 Order:顺序播放 RepeatSingle:单曲循环 Shuffle:随机播放Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SetPlayModeCommandInput Constructor Description SetPlayModeCommandInput(SetPlayModeCommandInput 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.
-