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