com.baidubce.services.vod.model
Class GetMediaResourceResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.vod.model.GetMediaResourceResponse
All Implemented Interfaces:
Serializable

public class GetMediaResourceResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetMediaResourceResponse()
           
 
Method Summary
 Attributes getAttributes()
           
 String getCreateTime()
           
 VodError getError()
           
 String getMediaId()
           
 MediaMeta getMeta()
           
 List<PlayableUrl> getPlayableUrlList()
           
 String getPublishTime()
           
 String getSource()
           
 String getStatus()
           
 List<String> getThumbnailList()
           
 String getTranscodingPresetGroupName()
           
 void setAttributes(Attributes attributes)
           
 void setCreateTime(String createTime)
           
 void setError(VodError error)
           
 void setMediaId(String mediaId)
           
 void setMeta(MediaMeta meta)
           
 void setPlayableUrlList(List<PlayableUrl> playableUrlList)
           
 void setPublishTime(String publishTime)
           
 void setSource(String source)
           
 void setStatus(String status)
           
 void setThumbnailList(List<String> thumbnailList)
           
 void setTranscodingPresetGroupName(String transcodingPresetGroupName)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetMediaResourceResponse

public GetMediaResourceResponse()
Method Detail

getMediaId

public String getMediaId()

setMediaId

public void setMediaId(String mediaId)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getAttributes

public Attributes getAttributes()

setAttributes

public void setAttributes(Attributes attributes)

getMeta

public MediaMeta getMeta()

setMeta

public void setMeta(MediaMeta meta)

getPublishTime

public String getPublishTime()

setPublishTime

public void setPublishTime(String publishTime)

getCreateTime

public String getCreateTime()

setCreateTime

public void setCreateTime(String createTime)

getError

public VodError getError()

setError

public void setError(VodError error)

getTranscodingPresetGroupName

public String getTranscodingPresetGroupName()

setTranscodingPresetGroupName

public void setTranscodingPresetGroupName(String transcodingPresetGroupName)

getSource

public String getSource()

setSource

public void setSource(String source)

getPlayableUrlList

public List<PlayableUrl> getPlayableUrlList()

setPlayableUrlList

public void setPlayableUrlList(List<PlayableUrl> playableUrlList)

getThumbnailList

public List<String> getThumbnailList()

setThumbnailList

public void setThumbnailList(List<String> thumbnailList)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.