public class SetPlayModeCommandInput extends AbstractModel
Constructor and Description |
---|
SetPlayModeCommandInput() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getPlayMode()
Get 播放模式,取值有:
RepeatPlaylist:列表循环
Order:顺序播放
RepeatSingle:单曲循环
Shuffle:随机播放
|
void |
setPlayMode(String PlayMode)
Set 播放模式,取值有:
RepeatPlaylist:列表循环
Order:顺序播放
RepeatSingle:单曲循环
Shuffle:随机播放
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SetPlayModeCommandInput()
public SetPlayModeCommandInput(SetPlayModeCommandInput source)
public String getPlayMode()
public void setPlayMode(String PlayMode)
PlayMode
- 播放模式,取值有:
Copyright © 2023. All rights reserved.