public class ImageTransform extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ImageTransform() |
ImageTransform(ImageTransform 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 |
getFlip()
Get Image flipping action.
|
Float |
getRotateAngle()
Get Rotation angle of image with its center point as origin.
|
String |
getType()
Get Type.
|
void |
setFlip(String Flip)
Set Image flipping action.
|
void |
setRotateAngle(Float RotateAngle)
Set Rotation angle of image with its center point as origin.
|
void |
setType(String Type)
Set Type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageTransform()
public ImageTransform(ImageTransform source)
public String getType()
public void setType(String Type)
Type - Type. Valid values:
public Float getRotateAngle()
public void setRotateAngle(Float RotateAngle)
RotateAngle - Rotation angle of image with its center point as origin. Value range: 0-360. This parameter is valid if `Type` is `Rotate`.public String getFlip()
public void setFlip(String Flip)
Flip - Image flipping action. Valid values:
Copyright © 2025. All rights reserved.