public class ElementProfileTreeRes extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ElementProfileTreeRes() | 
| ElementProfileTreeRes(ElementProfileTreeRes 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 | 
| String | getParentElementId()Get 父级构件id | 
| ElementProfileTreeNode | getRoot()Get 构件树 | 
| void | setBuildingId(String BuildingId)Set 建筑id | 
| void | setParentElementId(String ParentElementId)Set 父级构件id | 
| void | setRoot(ElementProfileTreeNode Root)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 ElementProfileTreeRes()
public ElementProfileTreeRes(ElementProfileTreeRes source)
public String getBuildingId()
public void setBuildingId(String BuildingId)
BuildingId - 建筑idpublic String getParentElementId()
public void setParentElementId(String ParentElementId)
ParentElementId - 父级构件idpublic ElementProfileTreeNode getRoot()
public void setRoot(ElementProfileTreeNode Root)
Root - 构件树Copyright © 2025. All rights reserved.