public class ModifyLoRaGatewayRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 描述信息
|
String |
getFrequencyId()
Get 频点ID
|
String |
getGatewayId()
Get LoRa网关Id
|
Boolean |
getIsPublic()
Get 是否公开可见
|
LoRaGatewayLocation |
getLocation()
Get LoRa网关位置坐标
|
String |
getName()
Get LoRa网关名称
|
String |
getPosition()
Get 位置信息
|
String |
getPositionDetails()
Get 位置详情
|
void |
setDescription(String Description)
Set 描述信息
|
void |
setFrequencyId(String FrequencyId)
Set 频点ID
|
void |
setGatewayId(String GatewayId)
Set LoRa网关Id
|
void |
setIsPublic(Boolean IsPublic)
Set 是否公开可见
|
void |
setLocation(LoRaGatewayLocation Location)
Set LoRa网关位置坐标
|
void |
setName(String Name)
Set LoRa网关名称
|
void |
setPosition(String Position)
Set 位置信息
|
void |
setPositionDetails(String PositionDetails)
Set 位置详情
|
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 ModifyLoRaGatewayRequest()
public ModifyLoRaGatewayRequest(ModifyLoRaGatewayRequest source)
public String getDescription()
public void setDescription(String Description)
Description
- 描述信息public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- LoRa网关Idpublic LoRaGatewayLocation getLocation()
public void setLocation(LoRaGatewayLocation Location)
Location
- LoRa网关位置坐标public String getName()
public void setName(String Name)
Name
- LoRa网关名称public Boolean getIsPublic()
public void setIsPublic(Boolean IsPublic)
IsPublic
- 是否公开可见public String getPosition()
public void setPosition(String Position)
Position
- 位置信息public String getPositionDetails()
public void setPositionDetails(String PositionDetails)
PositionDetails
- 位置详情public String getFrequencyId()
public void setFrequencyId(String FrequencyId)
FrequencyId
- 频点IDCopyright © 2024. All rights reserved.