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
注意:此字段可能返回 null,表示取不到有效值。
|
ElementCoordinates |
getCoordinates()
Get 构件地理坐标
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementId()
Get 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementName()
Get 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEntityTypeCode()
Get 构件类型代码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEntityTypeName()
Get 构件类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
ElementProperty[] |
getPropertySet()
Get 构件属性集合
注意:此字段可能返回 null,表示取不到有效值。
|
ElementTranslate |
getTranslate()
Get 构件偏移量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBuildingId(String BuildingId)
Set 建筑id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCoordinates(ElementCoordinates Coordinates)
Set 构件地理坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementId(String ElementId)
Set 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementName(String ElementName)
Set 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEntityTypeCode(String EntityTypeCode)
Set 构件类型代码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEntityTypeName(String EntityTypeName)
Set 构件类型名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPropertySet(ElementProperty[] PropertySet)
Set 构件属性集合
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTranslate(ElementTranslate Translate)
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 ElementPropertyRes()
public ElementPropertyRes(ElementPropertyRes source)
public String getBuildingId()
public void setBuildingId(String BuildingId)
BuildingId
- 建筑id
注意:此字段可能返回 null,表示取不到有效值。public String getElementId()
public void setElementId(String ElementId)
ElementId
- 构件id
注意:此字段可能返回 null,表示取不到有效值。public ElementProperty[] getPropertySet()
public void setPropertySet(ElementProperty[] PropertySet)
PropertySet
- 构件属性集合
注意:此字段可能返回 null,表示取不到有效值。public ElementCoordinates getCoordinates()
public void setCoordinates(ElementCoordinates Coordinates)
Coordinates
- 构件地理坐标
注意:此字段可能返回 null,表示取不到有效值。public ElementTranslate getTranslate()
public void setTranslate(ElementTranslate Translate)
Translate
- 构件偏移量
注意:此字段可能返回 null,表示取不到有效值。public String getElementName()
public void setElementName(String ElementName)
ElementName
- 构件名称
注意:此字段可能返回 null,表示取不到有效值。public String getEntityTypeCode()
public void setEntityTypeCode(String EntityTypeCode)
EntityTypeCode
- 构件类型代码
注意:此字段可能返回 null,表示取不到有效值。public String getEntityTypeName()
public void setEntityTypeName(String EntityTypeName)
EntityTypeName
- 构件类型名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.