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 子构件信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementId()
Get 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getElementName()
Get 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLevel()
Get 空间层级
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParentSpaceCode()
Get 父级空间编码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpaceCode()
Get 空间编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChildren(SpaceRelation[] Children)
Set 子构件信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementId(String ElementId)
Set 构件id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setElementName(String ElementName)
Set 构件名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLevel(Long Level)
Set 空间层级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParentSpaceCode(String ParentSpaceCode)
Set 父级空间编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpaceCode(String SpaceCode)
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 SpaceRelation()
public SpaceRelation(SpaceRelation source)
public String getElementId()
public void setElementId(String ElementId)
ElementId
- 构件id
注意:此字段可能返回 null,表示取不到有效值。public String getElementName()
public void setElementName(String ElementName)
ElementName
- 构件名称
注意:此字段可能返回 null,表示取不到有效值。public Long getLevel()
public void setLevel(Long Level)
Level
- 空间层级
注意:此字段可能返回 null,表示取不到有效值。public String getSpaceCode()
public void setSpaceCode(String SpaceCode)
SpaceCode
- 空间编码
注意:此字段可能返回 null,表示取不到有效值。public String getParentSpaceCode()
public void setParentSpaceCode(String ParentSpaceCode)
ParentSpaceCode
- 父级空间编码
注意:此字段可能返回 null,表示取不到有效值。public SpaceRelation[] getChildren()
public void setChildren(SpaceRelation[] Children)
Children
- 子构件信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.