public class McuCustomCrop extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| McuCustomCrop() | 
| McuCustomCrop(McuCustomCrop 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 | 
|---|---|
| Long | getHeight()Get 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000 | 
| Long | getLocationX()Get 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。 | 
| Long | getLocationY()Get 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。 | 
| Long | getWidth()Get 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000 | 
| void | setHeight(Long Height)Set 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000 | 
| void | setLocationX(Long LocationX)Set 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。 | 
| void | setLocationY(Long LocationY)Set 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。 | 
| void | setWidth(Long Width)Set 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000 | 
| 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 McuCustomCrop()
public McuCustomCrop(McuCustomCrop source)
public Long getLocationX()
public void setLocationX(Long LocationX)
LocationX - 自定义裁剪起始位置的X偏移,单位为像素值,大于等于0。public Long getLocationY()
public void setLocationY(Long LocationY)
LocationY - 自定义裁剪起始位置的Y偏移,单位为像素值,大于等于0。public Long getWidth()
public void setWidth(Long Width)
Width - 自定义裁剪画面的宽度,单位为像素值,大于0,且LocationX+Width不超过10000public Long getHeight()
public void setHeight(Long Height)
Height - 自定义裁剪画面的高度,单位为像素值,大于0,且LocationY+Height不超过10000Copyright © 2025. All rights reserved.