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
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getWidth()
Get Box width
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getX()
Get X-axis coordinate of the upper left corner
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getY()
Get Y-axis coordinate of the upper left corner
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHeight(Long Height)
Set Box height
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setWidth(Long Width)
Set Box width
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setX(Long X)
Set X-axis coordinate of the upper left corner
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setY(Long Y)
Set Y-axis coordinate of the upper left corner
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LogoRect()
public LogoRect(LogoRect source)
public Long getX()
public void setX(Long X)
X
- X-axis coordinate of the upper left corner
Note: This field may return null, indicating that no valid values can be obtained.public Long getY()
public void setY(Long Y)
Y
- Y-axis coordinate of the upper left corner
Note: This field may return null, indicating that no valid values can be obtained.public Long getWidth()
public void setWidth(Long Width)
Width
- Box width
Note: This field may return null, indicating that no valid values can be obtained.public Long getHeight()
public void setHeight(Long Height)
Height
- Box height
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.