public class ElementProfile extends AbstractModel
header, skipSign
Constructor and Description |
---|
ElementProfile() |
ElementProfile(ElementProfile 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 |
getElementDesc()
Get 构件描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementId()
Get 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementName()
Get 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEntityType()
Get 构件类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsDelete()
Get 删除标记
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLevel()
Get 构件空间级别
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParentElementId()
Get 父级构件id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSort()
Get 排序
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpaceCode()
Get 空间编码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpacePoiId()
Get 空间层级类型编码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpaceTypeCode()
Get 空间分类编码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpaceTypeName()
Get 空间分类名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBottomHeight(Long BottomHeight)
Set 底部标高(单位mm)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBuildingId(String BuildingId)
Set 建筑id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementDesc(String ElementDesc)
Set 构件描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementId(String ElementId)
Set 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementName(String ElementName)
Set 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEntityType(String EntityType)
Set 构件类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsDelete(Long IsDelete)
Set 删除标记
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(Long Level)
Set 构件空间级别
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParentElementId(String ParentElementId)
Set 父级构件id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSort(Long Sort)
Set 排序
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpaceCode(String SpaceCode)
Set 空间编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpacePoiId(String SpacePoiId)
Set 空间层级类型编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpaceTypeCode(String SpaceTypeCode)
Set 空间分类编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpaceTypeName(String SpaceTypeName)
Set 空间分类名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 ElementProfile()
public ElementProfile(ElementProfile 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 Long getSort()
public void setSort(Long Sort)
Sort
- 排序
注意:此字段可能返回 null,表示取不到有效值。public String getSpaceCode()
public void setSpaceCode(String SpaceCode)
SpaceCode
- 空间编码
注意:此字段可能返回 null,表示取不到有效值。public String getSpaceTypeCode()
public void setSpaceTypeCode(String SpaceTypeCode)
SpaceTypeCode
- 空间分类编码
注意:此字段可能返回 null,表示取不到有效值。public String getSpaceTypeName()
public void setSpaceTypeName(String SpaceTypeName)
SpaceTypeName
- 空间分类名称
注意:此字段可能返回 null,表示取不到有效值。public String getParentElementId()
public void setParentElementId(String ParentElementId)
ParentElementId
- 父级构件id
注意:此字段可能返回 null,表示取不到有效值。public String getSpacePoiId()
public void setSpacePoiId(String SpacePoiId)
SpacePoiId
- 空间层级类型编码
注意:此字段可能返回 null,表示取不到有效值。public String getElementDesc()
public void setElementDesc(String ElementDesc)
ElementDesc
- 构件描述
注意:此字段可能返回 null,表示取不到有效值。public Long getIsDelete()
public void setIsDelete(Long IsDelete)
IsDelete
- 删除标记
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.