public class ImageProcessRequest extends CosServiceRequest
| Constructor and Description |
|---|
ImageProcessRequest(String bucketName,
String key)
Constructs a new
ImageProcessRequest, 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() |
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) |
ImageProcessRequest |
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.
|
ImageProcessRequest |
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.
|
ImageProcessRequest |
withKey(String key)
Sets the key of the object to image process and returns this object, enabling additional method
calls to be chained together.
|
clone, copyBaseTo, getCiSpecialEndParameter, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCiSpecialEndParameter, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic ImageProcessRequest(String bucketName, String key)
ImageProcessRequest, 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()
DeleteObjectRequest.setBucketName(String)public void setBucketName(String bucketName)
bucketName - The name of the Qcloud COS bucket containing the object to image processDeleteObjectRequest.getBucketName()public ImageProcessRequest 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 ImageProcessRequest withKey(String key)
key - The key of the object to image process.ImageProcessRequest object, enabling additional method calls to
chained together.public PicOperations getPicOperations()
public void setPicOperations(PicOperations picOperations)
public ImageProcessRequest withKey(PicOperations picOperations)
picOperations - The pic operations of the object to image process.ImageProcessRequest object, enabling additional method calls to
chained together.Copyright © 2023. All rights reserved.