com.baidubce.services.media.model
Class ListTranscodingJobsResponse

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

public class ListTranscodingJobsResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListTranscodingJobsResponse()
           
 
Method Summary
 List<Job> getJobs()
           
 void setJobs(List<Job> jobs)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListTranscodingJobsResponse

public ListTranscodingJobsResponse()
Method Detail

getJobs

public List<Job> getJobs()

setJobs

public void setJobs(List<Job> jobs)


Copyright © 2018. All rights reserved.