public class LogoRect extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LogoRect()  | 
LogoRect(LogoRect 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 Box height 
 | 
Long | 
getWidth()
Get Box width 
 | 
Long | 
getX()
Get X-axis coordinate of the upper left corner 
 | 
Long | 
getY()
Get Y-axis coordinate of the upper left corner 
 | 
void | 
setHeight(Long Height)
Set Box height 
 | 
void | 
setWidth(Long Width)
Set Box width 
 | 
void | 
setX(Long X)
Set X-axis coordinate of the upper left corner 
 | 
void | 
setY(Long Y)
Set Y-axis coordinate of the upper left corner 
 | 
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 LogoRect()
public LogoRect(LogoRect source)
public Long getX()
public void setX(Long X)
X - X-axis coordinate of the upper left cornerpublic Long getY()
public void setY(Long Y)
Y - Y-axis coordinate of the upper left cornerpublic Long getWidth()
public void setWidth(Long Width)
Width - Box widthpublic Long getHeight()
public void setHeight(Long Height)
Height - Box heightCopyright © 2025. All rights reserved.