Class DescribeDeviceLocationSolveRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.DescribeDeviceLocationSolveRequest
-
public class DescribeDeviceLocationSolveRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDeviceLocationSolveRequest()
DescribeDeviceLocationSolveRequest(DescribeDeviceLocationSolveRequest 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 String
getDeviceName()
Get 设备名称String
getGNSSNavigation()
Get LoRaEdge卫星导航电文String
getLocationType()
Get 定位解析类型,wifi或GNSSNavigationString
getProductId()
Get 产品IDWifiInfo[]
getWiFiInfo()
Get wifi信息void
setDeviceName(String DeviceName)
Set 设备名称void
setGNSSNavigation(String GNSSNavigation)
Set LoRaEdge卫星导航电文void
setLocationType(String LocationType)
Set 定位解析类型,wifi或GNSSNavigationvoid
setProductId(String ProductId)
Set 产品IDvoid
setWiFiInfo(WifiInfo[] WiFiInfo)
Set wifi信息void
toMap(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
-
DescribeDeviceLocationSolveRequest
public DescribeDeviceLocationSolveRequest()
-
DescribeDeviceLocationSolveRequest
public DescribeDeviceLocationSolveRequest(DescribeDeviceLocationSolveRequest 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId
- 产品ID
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName
- 设备名称
-
getLocationType
public String getLocationType()
Get 定位解析类型,wifi或GNSSNavigation- Returns:
- LocationType 定位解析类型,wifi或GNSSNavigation
-
setLocationType
public void setLocationType(String LocationType)
Set 定位解析类型,wifi或GNSSNavigation- Parameters:
LocationType
- 定位解析类型,wifi或GNSSNavigation
-
getGNSSNavigation
public String getGNSSNavigation()
Get LoRaEdge卫星导航电文- Returns:
- GNSSNavigation LoRaEdge卫星导航电文
-
setGNSSNavigation
public void setGNSSNavigation(String GNSSNavigation)
Set LoRaEdge卫星导航电文- Parameters:
GNSSNavigation
- LoRaEdge卫星导航电文
-
getWiFiInfo
public WifiInfo[] getWiFiInfo()
Get wifi信息- Returns:
- WiFiInfo wifi信息
-
setWiFiInfo
public void setWiFiInfo(WifiInfo[] WiFiInfo)
Set wifi信息- Parameters:
WiFiInfo
- wifi信息
-
-