Class ModifyLoRaGatewayRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotexplorer.v20190423.models.ModifyLoRaGatewayRequest
-
public class ModifyLoRaGatewayRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyLoRaGatewayRequest()ModifyLoRaGatewayRequest(ModifyLoRaGatewayRequest 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 LoRa网关位置坐标StringgetName()Get LoRa网关名称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 LoRa网关位置坐标voidsetName(String Name)Set LoRa网关名称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
-
ModifyLoRaGatewayRequest
public ModifyLoRaGatewayRequest()
-
ModifyLoRaGatewayRequest
public ModifyLoRaGatewayRequest(ModifyLoRaGatewayRequest 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
-
getDescription
public String getDescription()
Get 描述信息- Returns:
- Description 描述信息
-
setDescription
public void setDescription(String Description)
Set 描述信息- Parameters:
Description- 描述信息
-
getGatewayId
public String getGatewayId()
Get LoRa网关Id- Returns:
- GatewayId LoRa网关Id
-
setGatewayId
public void setGatewayId(String GatewayId)
Set LoRa网关Id- Parameters:
GatewayId- LoRa网关Id
-
getLocation
public LoRaGatewayLocation getLocation()
Get LoRa网关位置坐标- Returns:
- Location LoRa网关位置坐标
-
setLocation
public void setLocation(LoRaGatewayLocation Location)
Set LoRa网关位置坐标- Parameters:
Location- LoRa网关位置坐标
-
getName
public String getName()
Get LoRa网关名称- Returns:
- Name LoRa网关名称
-
setName
public void setName(String Name)
Set LoRa网关名称- Parameters:
Name- LoRa网关名称
-
getIsPublic
public Boolean getIsPublic()
Get 是否公开可见- Returns:
- IsPublic 是否公开可见
-
setIsPublic
public void setIsPublic(Boolean IsPublic)
Set 是否公开可见- Parameters:
IsPublic- 是否公开可见
-
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- 位置详情
-
getFrequencyId
public String getFrequencyId()
Get 频点ID- Returns:
- FrequencyId 频点ID
-
setFrequencyId
public void setFrequencyId(String FrequencyId)
Set 频点ID- Parameters:
FrequencyId- 频点ID
-
-