public class ElementPropertyRes extends AbstractModel
header, skipSign
Constructor and Description |
---|
ElementPropertyRes() |
ElementPropertyRes(ElementPropertyRes 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 |
getBuildingId()
Get 建筑id
|
ElementCoordinates |
getCoordinates()
Get 构件地理坐标
|
String |
getElementId()
Get 构件id
|
String |
getElementName()
Get 构件名称
|
String |
getEntityTypeCode()
Get 构件类型代码
|
String |
getEntityTypeName()
Get 构件类型名称
|
ElementProperty[] |
getPropertySet()
Get 构件属性集合
|
ElementTranslate |
getTranslate()
Get 构件偏移量
|
void |
setBuildingId(String BuildingId)
Set 建筑id
|
void |
setCoordinates(ElementCoordinates Coordinates)
Set 构件地理坐标
|
void |
setElementId(String ElementId)
Set 构件id
|
void |
setElementName(String ElementName)
Set 构件名称
|
void |
setEntityTypeCode(String EntityTypeCode)
Set 构件类型代码
|
void |
setEntityTypeName(String EntityTypeName)
Set 构件类型名称
|
void |
setPropertySet(ElementProperty[] PropertySet)
Set 构件属性集合
|
void |
setTranslate(ElementTranslate Translate)
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, toJsonString
public ElementPropertyRes()
public ElementPropertyRes(ElementPropertyRes source)
public String getBuildingId()
public void setBuildingId(String BuildingId)
BuildingId
- 建筑idpublic String getElementId()
public void setElementId(String ElementId)
ElementId
- 构件idpublic ElementProperty[] getPropertySet()
public void setPropertySet(ElementProperty[] PropertySet)
PropertySet
- 构件属性集合public ElementCoordinates getCoordinates()
public void setCoordinates(ElementCoordinates Coordinates)
Coordinates
- 构件地理坐标public ElementTranslate getTranslate()
public void setTranslate(ElementTranslate Translate)
Translate
- 构件偏移量public String getElementName()
public void setElementName(String ElementName)
ElementName
- 构件名称public String getEntityTypeCode()
public void setEntityTypeCode(String EntityTypeCode)
EntityTypeCode
- 构件类型代码public String getEntityTypeName()
public void setEntityTypeName(String EntityTypeName)
EntityTypeName
- 构件类型名称Copyright © 2025. All rights reserved.