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 SetPlaylistCommandInput
SyncKTVRobotCommandRequest. getSetPlaylistCommandInput()
Get 播放列表变更信息,当Command取SetPlaylist时,必填。SetPlaylistCommandInput
SyncRobotCommand. getSetPlaylistCommandInput()
Get 播放列表变更信息,当Command取SetPlaylist时,必填。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetPlaylistCommandInput Modifier and Type Method Description void
SyncKTVRobotCommandRequest. setSetPlaylistCommandInput(SetPlaylistCommandInput SetPlaylistCommandInput)
Set 播放列表变更信息,当Command取SetPlaylist时,必填。void
SyncRobotCommand. 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.
-