public class Rectangle extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Rectangle() | 
| Rectangle(Rectangle 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 | getH()Get 高 | 
| Long | getW()Get 宽 | 
| Long | getX()Get x坐标 | 
| Long | getY()Get y坐标 | 
| void | setH(Long H)Set 高 | 
| void | setW(Long W)Set 宽 | 
| void | setX(Long X)Set x坐标 | 
| void | setY(Long Y)Set y坐标 | 
| 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 Rectangle()
public Rectangle(Rectangle source)
public Long getX()
public void setX(Long X)
X - x坐标public Long getY()
public void setY(Long Y)
Y - y坐标public Long getW()
public void setW(Long W)
W - 宽public Long getH()
public void setH(Long H)
H - 高Copyright © 2025. All rights reserved.