public class RoundPlayListItemInfo extends AbstractModel
Constructor and Description |
---|
RoundPlayListItemInfo() |
RoundPlayListItemInfo(RoundPlayListItemInfo 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 |
getAudioVideoType()
Get The type of the media played.
|
Long |
getDefinition()
Get The transcoding template used to generate the transcoding output played.
|
String |
getFileId()
Get The file ID.
|
void |
setAudioVideoType(String AudioVideoType)
Set The type of the media played.
|
void |
setDefinition(Long Definition)
Set The transcoding template used to generate the transcoding output played.
|
void |
setFileId(String FileId)
Set The file ID.
|
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 RoundPlayListItemInfo()
public RoundPlayListItemInfo(RoundPlayListItemInfo source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The file ID.public String getAudioVideoType()
public void setAudioVideoType(String AudioVideoType)
AudioVideoType
- The type of the media played. Valid values:
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- The transcoding template used to generate the transcoding output played. This parameter is required if `AudioVideoType` is `Transcode`.Copyright © 2023. All rights reserved.