public class PointInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PointInfo() |
PointInfo(PointInfo 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 |
---|---|
Float |
getX()
Get X坐标值
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getY()
Get Y坐标值
注意:此字段可能返回 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PointInfo()
public PointInfo(PointInfo source)
public Float getX()
public void setX(Float X)
X
- X坐标值
注意:此字段可能返回 null,表示取不到有效值。public Float getY()
public void setY(Float Y)
Y
- Y坐标值
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.