public class CreateImageProcessingTemplateRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateImageProcessingTemplateRequest() |
CreateImageProcessingTemplateRequest(CreateImageProcessingTemplateRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Get The template description.
|
String |
getName()
Get The name of the image processing template.
|
ImageOperation[] |
getOperations()
Get An array of image processing operations.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setComment(String Comment)
Set The template description.
|
void |
setName(String Name)
Set The name of the image processing template.
|
void |
setOperations(ImageOperation[] Operations)
Set An array of image processing operations.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateImageProcessingTemplateRequest()
public CreateImageProcessingTemplateRequest(CreateImageProcessingTemplateRequest source)
public ImageOperation[] getOperations()
public void setOperations(ImageOperation[] Operations)
Operations
- An array of image processing operations. The operations will be performed in the specified order.
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public String getName()
public void setName(String Name)
Name
- The name of the image processing template. Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment
- The template description. Length limit: 256 characters.Copyright © 2023. All rights reserved.