com.baidubce.services.media.model
Class GetThumbnailJobResponse

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

public class GetThumbnailJobResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetThumbnailJobResponse()
           
 
Method Summary
 ThumbnailCapture getCapture()
           
 DelogoArea getDelogoArea()
           
 MediaError getError()
           
 String getJobId()
           
 String getJobStatus()
           
 String getPipelineName()
           
 ThumbnailSource getSource()
           
 ThumbnailTargetStatus getTarget()
           
 void setCapture(ThumbnailCapture capture)
           
 void setDelogoArea(DelogoArea delogoArea)
           
 void setError(MediaError error)
           
 void setJobId(String jobId)
           
 void setJobStatus(String jobStatus)
           
 void setPipelineName(String pipelineName)
           
 void setSource(ThumbnailSource source)
           
 void setTarget(ThumbnailTargetStatus target)
           
 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

GetThumbnailJobResponse

public GetThumbnailJobResponse()
Method Detail

getJobId

public String getJobId()

setJobId

public void setJobId(String jobId)

getJobStatus

public String getJobStatus()

setJobStatus

public void setJobStatus(String jobStatus)

getPipelineName

public String getPipelineName()

setPipelineName

public void setPipelineName(String pipelineName)

getSource

public ThumbnailSource getSource()

setSource

public void setSource(ThumbnailSource source)

getTarget

public ThumbnailTargetStatus getTarget()

setTarget

public void setTarget(ThumbnailTargetStatus target)

getCapture

public ThumbnailCapture getCapture()

setCapture

public void setCapture(ThumbnailCapture capture)

getDelogoArea

public DelogoArea getDelogoArea()

setDelogoArea

public void setDelogoArea(DelogoArea delogoArea)

getError

public MediaError getError()

setError

public void setError(MediaError error)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.