public class CommonMixCropParams extends AbstractModel
Constructor and Description |
---|
CommonMixCropParams() |
CommonMixCropParams(CommonMixCropParams 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 |
---|---|
Float |
getCropHeight()
Get 裁剪的高度。取值范围[0,2000]。
|
Float |
getCropStartLocationX()
Get 裁剪的起始X坐标。取值范围[0,2000]。
|
Float |
getCropStartLocationY()
Get 裁剪的起始Y坐标。取值范围[0,2000]。
|
Float |
getCropWidth()
Get 裁剪的宽度。取值范围[0,2000]。
|
void |
setCropHeight(Float CropHeight)
Set 裁剪的高度。取值范围[0,2000]。
|
void |
setCropStartLocationX(Float CropStartLocationX)
Set 裁剪的起始X坐标。取值范围[0,2000]。
|
void |
setCropStartLocationY(Float CropStartLocationY)
Set 裁剪的起始Y坐标。取值范围[0,2000]。
|
void |
setCropWidth(Float CropWidth)
Set 裁剪的宽度。取值范围[0,2000]。
|
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 CommonMixCropParams()
public CommonMixCropParams(CommonMixCropParams source)
public Float getCropWidth()
public void setCropWidth(Float CropWidth)
CropWidth
- 裁剪的宽度。取值范围[0,2000]。public Float getCropHeight()
public void setCropHeight(Float CropHeight)
CropHeight
- 裁剪的高度。取值范围[0,2000]。public Float getCropStartLocationX()
public void setCropStartLocationX(Float CropStartLocationX)
CropStartLocationX
- 裁剪的起始X坐标。取值范围[0,2000]。public Float getCropStartLocationY()
public void setCropStartLocationY(Float CropStartLocationY)
CropStartLocationY
- 裁剪的起始Y坐标。取值范围[0,2000]。Copyright © 2021. All rights reserved.