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) | 
| String | getBuildingId()Get 建筑id | 
| String | getElementId()Get 构件id | 
| String | getElementName()Get 构件名称 | 
| String | getEntityType()Get 构件类型 | 
| Long | getLevel()Get 构件级别 | 
| String | getSpaceCode()Get 空间编码 | 
| void | setBottomHeight(Long BottomHeight)Set 底部标高(单位mm) | 
| void | setBuildingId(String BuildingId)Set 建筑id | 
| void | setElementId(String ElementId)Set 构件id | 
| void | setElementName(String ElementName)Set 构件名称 | 
| void | setEntityType(String EntityType)Set 构件类型 | 
| void | setLevel(Long Level)Set 构件级别 | 
| void | setSpaceCode(String SpaceCode)Set 空间编码 | 
| 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, toJsonStringpublic DeviceSpaceInfoRes()
public DeviceSpaceInfoRes(DeviceSpaceInfoRes source)
public String getBuildingId()
public void setBuildingId(String BuildingId)
BuildingId - 建筑idpublic String getElementId()
public void setElementId(String ElementId)
ElementId - 构件idpublic String getEntityType()
public void setEntityType(String EntityType)
EntityType - 构件类型public String getElementName()
public void setElementName(String ElementName)
ElementName - 构件名称public Long getLevel()
public void setLevel(Long Level)
Level - 构件级别public Long getBottomHeight()
public void setBottomHeight(Long BottomHeight)
BottomHeight - 底部标高(单位mm)public String getSpaceCode()
public void setSpaceCode(String SpaceCode)
SpaceCode - 空间编码Copyright © 2025. All rights reserved.