Class CreateLoRaGatewayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.CreateLoRaGatewayRequest
-
public class CreateLoRaGatewayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateLoRaGatewayRequest()CreateLoRaGatewayRequest(CreateLoRaGatewayRequest 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 StringgetDescription()Get 详情描述StringgetFrequencyId()Get 频点IDStringgetGatewayId()Get LoRa 网关IdBooleangetIsPublic()Get 是否公开LoRaGatewayLocationgetLocation()Get 位置坐标StringgetName()Get 网关名称StringgetPosition()Get 位置信息StringgetPositionDetails()Get 位置详情voidsetDescription(String Description)Set 详情描述voidsetFrequencyId(String FrequencyId)Set 频点IDvoidsetGatewayId(String GatewayId)Set LoRa 网关IdvoidsetIsPublic(Boolean IsPublic)Set 是否公开voidsetLocation(LoRaGatewayLocation Location)Set 位置坐标voidsetName(String Name)Set 网关名称voidsetPosition(String Position)Set 位置信息voidsetPositionDetails(String PositionDetails)Set 位置详情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
-
CreateLoRaGatewayRequest
public CreateLoRaGatewayRequest()
-
CreateLoRaGatewayRequest
public CreateLoRaGatewayRequest(CreateLoRaGatewayRequest 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
-
getGatewayId
public String getGatewayId()
Get LoRa 网关Id- Returns:
- GatewayId LoRa 网关Id
-
setGatewayId
public void setGatewayId(String GatewayId)
Set LoRa 网关Id- Parameters:
GatewayId- LoRa 网关Id
-
getName
public String getName()
Get 网关名称- Returns:
- Name 网关名称
-
setName
public void setName(String Name)
Set 网关名称- Parameters:
Name- 网关名称
-
getDescription
public String getDescription()
Get 详情描述- Returns:
- Description 详情描述
-
setDescription
public void setDescription(String Description)
Set 详情描述- Parameters:
Description- 详情描述
-
getLocation
public LoRaGatewayLocation getLocation()
Get 位置坐标- Returns:
- Location 位置坐标
-
setLocation
public void setLocation(LoRaGatewayLocation Location)
Set 位置坐标- Parameters:
Location- 位置坐标
-
getPosition
public String getPosition()
Get 位置信息- Returns:
- Position 位置信息
-
setPosition
public void setPosition(String Position)
Set 位置信息- Parameters:
Position- 位置信息
-
getPositionDetails
public String getPositionDetails()
Get 位置详情- Returns:
- PositionDetails 位置详情
-
setPositionDetails
public void setPositionDetails(String PositionDetails)
Set 位置详情- Parameters:
PositionDetails- 位置详情
-
getIsPublic
public Boolean getIsPublic()
Get 是否公开- Returns:
- IsPublic 是否公开
-
setIsPublic
public void setIsPublic(Boolean IsPublic)
Set 是否公开- Parameters:
IsPublic- 是否公开
-
getFrequencyId
public String getFrequencyId()
Get 频点ID- Returns:
- FrequencyId 频点ID
-
setFrequencyId
public void setFrequencyId(String FrequencyId)
Set 频点ID- Parameters:
FrequencyId- 频点ID
-
-