com.baidubce.services.media.model
Class GetThumbnailJobResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.media.model.GetThumbnailJobResponse
- All Implemented Interfaces:
- Serializable
public class GetThumbnailJobResponse
- extends AbstractBceResponse
- See Also:
- Serialized Form
GetThumbnailJobResponse
public GetThumbnailJobResponse()
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 Area getDelogoArea()
setDelogoArea
public void setDelogoArea(Area delogoArea)
getCrop
public Area getCrop()
setCrop
public void setCrop(Area crop)
getError
public MediaError getError()
setError
public void setError(MediaError error)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.