public class Coordinate extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCx()Get 左上角横坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getCy()Get 左上角纵坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getHeight()Get 高度
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getWidth()Get 宽度
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCx(Long Cx)Set 左上角横坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCy(Long Cy)Set 左上角纵坐标
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHeight(Long Height)Set 高度
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setWidth(Long Width)Set 宽度
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 Coordinate()
public Coordinate(Coordinate source)
public Long getWidth()
public void setWidth(Long Width)
Width - 宽度
注意:此字段可能返回 null,表示取不到有效值。public Long getCy()
public void setCy(Long Cy)
Cy - 左上角纵坐标
注意:此字段可能返回 null,表示取不到有效值。public Long getCx()
public void setCx(Long Cx)
Cx - 左上角横坐标
注意:此字段可能返回 null,表示取不到有效值。public Long getHeight()
public void setHeight(Long Height)
Height - 高度
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.