public class ImageTransform extends AbstractModel
Constructor and Description |
---|
ImageTransform() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.