public class DescribeElementProfileTreeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeElementProfileTreeRequest() |
DescribeElementProfileTreeRequest(DescribeElementProfileTreeRequest 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 |
getApplicationToken()
Get 应用token
|
String |
getBuildingId()
Get 建筑id
|
String |
getElementId()
Get 父级构件id
|
Long |
getLevel()
Get 构件级别
|
String |
getSpaceTypeCode()
Get 空间分类代码
|
String |
getWorkspaceId()
Get 项目空间id
|
void |
setApplicationToken(String ApplicationToken)
Set 应用token
|
void |
setBuildingId(String BuildingId)
Set 建筑id
|
void |
setElementId(String ElementId)
Set 父级构件id
|
void |
setLevel(Long Level)
Set 构件级别
|
void |
setSpaceTypeCode(String SpaceTypeCode)
Set 空间分类代码
|
void |
setWorkspaceId(String WorkspaceId)
Set 项目空间id
|
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 DescribeElementProfileTreeRequest()
public DescribeElementProfileTreeRequest(DescribeElementProfileTreeRequest source)
public String getBuildingId()
public void setBuildingId(String BuildingId)
BuildingId
- 建筑idpublic String getWorkspaceId()
public void setWorkspaceId(String WorkspaceId)
WorkspaceId
- 项目空间idpublic String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken
- 应用tokenpublic String getElementId()
public void setElementId(String ElementId)
ElementId
- 父级构件idpublic Long getLevel()
public void setLevel(Long Level)
Level
- 构件级别public String getSpaceTypeCode()
public void setSpaceTypeCode(String SpaceTypeCode)
SpaceTypeCode
- 空间分类代码Copyright © 2024. All rights reserved.