public class ImageResultsResultDetailLocation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ImageResultsResultDetailLocation()  | 
ImageResultsResultDetailLocation(ImageResultsResultDetailLocation 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 Height
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Float | 
getRotate()
Get Rotation angle
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getWidth()
Get Width
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Float | 
getX()
Get X-coordinate
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Float | 
getY()
Get Y-coordinate
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setHeight(Long Height)
Set Height
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setRotate(Float Rotate)
Set Rotation angle
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setWidth(Long Width)
Set Width
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setX(Float X)
Set X-coordinate
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setY(Float Y)
Set Y-coordinate
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageResultsResultDetailLocation()
public ImageResultsResultDetailLocation(ImageResultsResultDetailLocation source)
public Float getX()
public void setX(Float X)
X - X-coordinate
Note: This field may return null, indicating that no valid values can be obtained.public Float getY()
public void setY(Float Y)
Y - Y-coordinate
Note: This field may return null, indicating that no valid values can be obtained.public Long getWidth()
public void setWidth(Long Width)
Width - Width
Note: This field may return null, indicating that no valid values can be obtained.public Long getHeight()
public void setHeight(Long Height)
Height - Height
Note: This field may return null, indicating that no valid values can be obtained.public Float getRotate()
public void setRotate(Float Rotate)
Rotate - Rotation angle
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.