Class Coordinate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.Coordinate
-
public class Coordinate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description Coordinate()Coordinate(Coordinate 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCx()Get 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。LonggetCy()Get 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。LonggetHeight()Get 高度 注意:此字段可能返回 null,表示取不到有效值。LonggetWidth()Get 宽度 注意:此字段可能返回 null,表示取不到有效值。voidsetCx(Long Cx)Set 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。voidsetCy(Long Cy)Set 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。voidsetHeight(Long Height)Set 高度 注意:此字段可能返回 null,表示取不到有效值。voidsetWidth(Long Width)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
-
Coordinate
public Coordinate()
-
Coordinate
public Coordinate(Coordinate 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
-
getWidth
public Long getWidth()
Get 宽度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Width 宽度 注意:此字段可能返回 null,表示取不到有效值。
-
setWidth
public void setWidth(Long Width)
Set 宽度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Width- 宽度 注意:此字段可能返回 null,表示取不到有效值。
-
getCy
public Long getCy()
Get 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cy 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。
-
setCy
public void setCy(Long Cy)
Set 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cy- 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。
-
getCx
public Long getCx()
Get 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cx 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。
-
setCx
public void setCx(Long Cx)
Set 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cx- 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。
-
getHeight
public Long getHeight()
Get 高度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Height 高度 注意:此字段可能返回 null,表示取不到有效值。
-
setHeight
public void setHeight(Long Height)
Set 高度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Height- 高度 注意:此字段可能返回 null,表示取不到有效值。
-
-