Uses of Class
com.tencentcloudapi.ame.v20190916.models.SetPlaylistCommandInput
-
Packages that use SetPlaylistCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SetPlaylistCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SetPlaylistCommandInput Modifier and Type Method Description SetPlaylistCommandInputSyncKTVRobotCommandRequest. getSetPlaylistCommandInput()Get 播放列表变更信息,当Command取SetPlaylist时,必填。SetPlaylistCommandInputSyncRobotCommand. getSetPlaylistCommandInput()Get 播放列表变更信息,当Command取SetPlaylist时,必填。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetPlaylistCommandInput Modifier and Type Method Description voidSyncKTVRobotCommandRequest. setSetPlaylistCommandInput(SetPlaylistCommandInput SetPlaylistCommandInput)Set 播放列表变更信息,当Command取SetPlaylist时,必填。voidSyncRobotCommand. setSetPlaylistCommandInput(SetPlaylistCommandInput SetPlaylistCommandInput)Set 播放列表变更信息,当Command取SetPlaylist时,必填。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SetPlaylistCommandInput Constructor Description SetPlaylistCommandInput(SetPlaylistCommandInput 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.
-