Class Rectf
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.Rectf
-
public class Rectf extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetHeight()Get 矩形框长度 注意:此字段可能返回 null,表示取不到有效值。FloatgetWidth()Get 矩形框宽度 注意:此字段可能返回 null,表示取不到有效值。FloatgetX()Get 矩形框左上角水平座标 注意:此字段可能返回 null,表示取不到有效值。FloatgetY()Get 矩形框左上角竖直座标 注意:此字段可能返回 null,表示取不到有效值。voidsetHeight(Float Height)Set 矩形框长度 注意:此字段可能返回 null,表示取不到有效值。voidsetWidth(Float Width)Set 矩形框宽度 注意:此字段可能返回 null,表示取不到有效值。voidsetX(Float X)Set 矩形框左上角水平座标 注意:此字段可能返回 null,表示取不到有效值。voidsetY(Float Y)Set 矩形框左上角竖直座标 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Rectf
public Rectf()
-
Rectf
public Rectf(Rectf 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.
-
-
Method Detail
-
getX
public Float getX()
Get 矩形框左上角水平座标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- X 矩形框左上角水平座标 注意:此字段可能返回 null,表示取不到有效值。
-
setX
public void setX(Float X)
Set 矩形框左上角水平座标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
X- 矩形框左上角水平座标 注意:此字段可能返回 null,表示取不到有效值。
-
getY
public Float getY()
Get 矩形框左上角竖直座标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Y 矩形框左上角竖直座标 注意:此字段可能返回 null,表示取不到有效值。
-
setY
public void setY(Float Y)
Set 矩形框左上角竖直座标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Y- 矩形框左上角竖直座标 注意:此字段可能返回 null,表示取不到有效值。
-
getWidth
public Float getWidth()
Get 矩形框宽度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Width 矩形框宽度 注意:此字段可能返回 null,表示取不到有效值。
-
setWidth
public void setWidth(Float Width)
Set 矩形框宽度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Width- 矩形框宽度 注意:此字段可能返回 null,表示取不到有效值。
-
getHeight
public Float getHeight()
Get 矩形框长度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Height 矩形框长度 注意:此字段可能返回 null,表示取不到有效值。
-
setHeight
public void setHeight(Float Height)
Set 矩形框长度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Height- 矩形框长度 注意:此字段可能返回 null,表示取不到有效值。
-
-