public class SpaceRelation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SpaceRelation() | 
| SpaceRelation(SpaceRelation 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 | 
|---|---|
| SpaceRelation[] | getChildren()Get 子构件信息 | 
| String | getElementId()Get 构件id | 
| String | getElementName()Get 构件名称 | 
| Long | getLevel()Get 空间层级 | 
| String | getParentSpaceCode()Get 父级空间编码 | 
| String | getSpaceCode()Get 空间编码 | 
| void | setChildren(SpaceRelation[] Children)Set 子构件信息 | 
| void | setElementId(String ElementId)Set 构件id | 
| void | setElementName(String ElementName)Set 构件名称 | 
| void | setLevel(Long Level)Set 空间层级 | 
| void | setParentSpaceCode(String ParentSpaceCode)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 SpaceRelation()
public SpaceRelation(SpaceRelation source)
public String getElementId()
public void setElementId(String ElementId)
ElementId - 构件idpublic String getElementName()
public void setElementName(String ElementName)
ElementName - 构件名称public Long getLevel()
public void setLevel(Long Level)
Level - 空间层级public String getSpaceCode()
public void setSpaceCode(String SpaceCode)
SpaceCode - 空间编码public String getParentSpaceCode()
public void setParentSpaceCode(String ParentSpaceCode)
ParentSpaceCode - 父级空间编码public SpaceRelation[] getChildren()
public void setChildren(SpaceRelation[] Children)
Children - 子构件信息Copyright © 2025. All rights reserved.