Uses of Class
com.tencentcloudapi.dc.v20180410.models.Coordinate
-
Packages that use Coordinate Package Description com.tencentcloudapi.dc.v20180410.models -
-
Uses of Coordinate in com.tencentcloudapi.dc.v20180410.models
Methods in com.tencentcloudapi.dc.v20180410.models that return Coordinate Modifier and Type Method Description CoordinateAccessPoint. getCoordinate()Get 接入点经纬度 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dc.v20180410.models with parameters of type Coordinate Modifier and Type Method Description voidAccessPoint. setCoordinate(Coordinate Coordinate)Set 接入点经纬度 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dc.v20180410.models with parameters of type Coordinate Constructor Description 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.
-