public class CImageProcessRequest extends CIPicServiceRequest
| Constructor and Description |
|---|
CImageProcessRequest(String bucketName,
String key)
Constructs a new
CImageProcessRequest, specifying the object's bucket name and key. |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Gets the name of the Qcloud COS bucket containing the object to image process.
|
String |
getKey()
Gets the key of the object to image process.
|
PicOperations |
getPicOperations() |
Map<String,String> |
getQueryParams() |
void |
setBucketName(String bucketName)
Sets the name of the Qcloud COS bucket containing the object to image process
|
void |
setKey(String key)
Sets the key of the object to image process.
|
void |
setPicOperations(PicOperations picOperations) |
void |
setQueryParams(Map<String,String> queryParams) |
CImageProcessRequest |
withBucketName(String bucketName)
Sets the name of the Qcloud COS bucket containing the object to image process and returns this
object, enabling additional method calls to be chained together.
|
CImageProcessRequest |
withKey(PicOperations picOperations)
Sets the pic operations of the object to image process and returns this object, enabling additional method
calls to be chained together.
|
CImageProcessRequest |
withKey(String key)
Sets the key of the object to image process and returns this object, enabling additional method
calls to be chained together.
|
getRequestId, setRequestIdclone, copyBaseTo, getCiSpecialEndParameter, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCiSpecialEndParameter, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic CImageProcessRequest(String bucketName, String key)
CImageProcessRequest, specifying the object's bucket name and key.bucketName - The name of the Qcloud COS bucket containing the object to image processkey - The key of the object to image processpublic String getBucketName()
getBucketName in class CIServiceRequestDeleteObjectRequest.setBucketName(String)public void setBucketName(String bucketName)
setBucketName in class CIServiceRequestbucketName - The name of the Qcloud COS bucket containing the object to image processDeleteObjectRequest.getBucketName()public CImageProcessRequest withBucketName(String bucketName)
bucketName - The name of the Qcloud COS bucket containing the object to image processDeleteObjectRequest object, enabling additional method calls to
be chained together.public String getKey()
setKey(String)public void setKey(String key)
key - The key of the object to image process.getKey()public CImageProcessRequest withKey(String key)
key - The key of the object to image process.CImageProcessRequest object, enabling additional method calls to
chained together.public PicOperations getPicOperations()
public void setPicOperations(PicOperations picOperations)
public CImageProcessRequest withKey(PicOperations picOperations)
picOperations - The pic operations of the object to image process.CImageProcessRequest object, enabling additional method calls to
chained together.Copyright © 2023. All rights reserved.