public class DeviceSpaceInfoRes extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceSpaceInfoRes() |
DeviceSpaceInfoRes(DeviceSpaceInfoRes 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 |
---|---|
Long |
getBottomHeight()
Get 底部标高(单位mm)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getBuildingId()
Get 建筑id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementId()
Get 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementName()
Get 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEntityType()
Get 构件类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLevel()
Get 构件级别
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpaceCode()
Get 空间编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBottomHeight(Long BottomHeight)
Set 底部标高(单位mm)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBuildingId(String BuildingId)
Set 建筑id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementId(String ElementId)
Set 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementName(String ElementName)
Set 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEntityType(String EntityType)
Set 构件类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(Long Level)
Set 构件级别
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpaceCode(String SpaceCode)
Set 空间编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeviceSpaceInfoRes()
public DeviceSpaceInfoRes(DeviceSpaceInfoRes source)
public String getBuildingId()
public void setBuildingId(String BuildingId)
BuildingId
- 建筑id
注意:此字段可能返回 null,表示取不到有效值。public String getElementId()
public void setElementId(String ElementId)
ElementId
- 构件id
注意:此字段可能返回 null,表示取不到有效值。public String getEntityType()
public void setEntityType(String EntityType)
EntityType
- 构件类型
注意:此字段可能返回 null,表示取不到有效值。public String getElementName()
public void setElementName(String ElementName)
ElementName
- 构件名称
注意:此字段可能返回 null,表示取不到有效值。public Long getLevel()
public void setLevel(Long Level)
Level
- 构件级别
注意:此字段可能返回 null,表示取不到有效值。public Long getBottomHeight()
public void setBottomHeight(Long BottomHeight)
BottomHeight
- 底部标高(单位mm)
注意:此字段可能返回 null,表示取不到有效值。public String getSpaceCode()
public void setSpaceCode(String SpaceCode)
SpaceCode
- 空间编码
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.