public class ImageResultsResultDetailLocation extends AbstractModel
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 高度
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getRotate()
Get 旋转角度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWidth()
Get 宽度
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getX()
Get x坐标
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getY()
Get y坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeight(Long Height)
Set 高度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRotate(Float Rotate)
Set 旋转角度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWidth(Long Width)
Set 宽度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setX(Float X)
Set x坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setY(Float Y)
Set y坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ImageResultsResultDetailLocation()
public ImageResultsResultDetailLocation(ImageResultsResultDetailLocation source)
public Float getX()
public void setX(Float X)
X
- x坐标
注意:此字段可能返回 null,表示取不到有效值。public Float getY()
public void setY(Float Y)
Y
- y坐标
注意:此字段可能返回 null,表示取不到有效值。public Long getWidth()
public void setWidth(Long Width)
Width
- 宽度
注意:此字段可能返回 null,表示取不到有效值。public Long getHeight()
public void setHeight(Long Height)
Height
- 高度
注意:此字段可能返回 null,表示取不到有效值。public Float getRotate()
public void setRotate(Float Rotate)
Rotate
- 旋转角度
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.