public class MediaFetchRequest extends AbstractBceRequest
| Constructor and Description |
|---|
MediaFetchRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoExtractCover() |
String |
getCategoryId() |
String |
getCoverUrl() |
String |
getHighlightProjectId() |
String |
getName() |
MediaProcessRequest.MediaProcessByPreset |
getPreset() |
String |
getUrl() |
MediaProcessRequest.MediaProcessByWorkflow |
getWorkflow() |
void |
setAutoExtractCover(Boolean autoExtractCover) |
void |
setCategoryId(String categoryId) |
void |
setCoverUrl(String coverUrl) |
void |
setHighlightProjectId(String highlightProjectId) |
void |
setName(String name) |
void |
setPreset(MediaProcessRequest.MediaProcessByPreset preset) |
void |
setUrl(String url) |
void |
setWorkflow(MediaProcessRequest.MediaProcessByWorkflow workflow) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getUrl()
public void setUrl(String url)
public String getName()
public void setName(String name)
public String getCoverUrl()
public void setCoverUrl(String coverUrl)
public String getHighlightProjectId()
public void setHighlightProjectId(String highlightProjectId)
public String getCategoryId()
public void setCategoryId(String categoryId)
public Boolean getAutoExtractCover()
public void setAutoExtractCover(Boolean autoExtractCover)
public MediaProcessRequest.MediaProcessByWorkflow getWorkflow()
public void setWorkflow(MediaProcessRequest.MediaProcessByWorkflow workflow)
public MediaProcessRequest.MediaProcessByPreset getPreset()
public void setPreset(MediaProcessRequest.MediaProcessByPreset preset)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.