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