com.baidubce.services.media.model
Class GetTranscodingJobRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.media.model.GetTranscodingJobRequest

public class GetTranscodingJobRequest
extends AbstractBceRequest


Constructor Summary
GetTranscodingJobRequest()
           
 
Method Summary
 String getJobId()
           
 void setJobId(String jobId)
           
 String toString()
           
 GetTranscodingJobRequest withJobId(String jobId)
           
 GetTranscodingJobRequest withRequestCredentials(BceCredentials credentials)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetTranscodingJobRequest

public GetTranscodingJobRequest()
Method Detail

getJobId

public String getJobId()

setJobId

public void setJobId(String jobId)

withJobId

public GetTranscodingJobRequest withJobId(String jobId)

withRequestCredentials

public GetTranscodingJobRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.