public class DescribeElementProfilePageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeElementProfilePageRequest() |
DescribeElementProfilePageRequest(DescribeElementProfilePageRequest 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
|
Long |
getEndTime()
Get 时间范围-结束
|
String[] |
getEntityTypes()
Get 构件类型
|
Boolean |
getIncludeDelete()
Get 是否包含已删除构件
|
Long |
getLevel()
Get 空间层级
|
Long |
getPageNumber()
Get 页码
|
Long |
getPageSize()
Get 页容量
|
String[] |
getParentElementIds()
Get 父级构件id
|
String |
getSpaceTypeCode()
Get 空间分类代码
|
Long |
getStartTime()
Get 时间范围-开始
|
String |
getWorkspaceId()
Get 项目空间id
|
void |
setApplicationToken(String ApplicationToken)
Set 应用token
|
void |
setBuildingId(String BuildingId)
Set 建筑id
|
void |
setEndTime(Long EndTime)
Set 时间范围-结束
|
void |
setEntityTypes(String[] EntityTypes)
Set 构件类型
|
void |
setIncludeDelete(Boolean IncludeDelete)
Set 是否包含已删除构件
|
void |
setLevel(Long Level)
Set 空间层级
|
void |
setPageNumber(Long PageNumber)
Set 页码
|
void |
setPageSize(Long PageSize)
Set 页容量
|
void |
setParentElementIds(String[] ParentElementIds)
Set 父级构件id
|
void |
setSpaceTypeCode(String SpaceTypeCode)
Set 空间分类代码
|
void |
setStartTime(Long StartTime)
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 DescribeElementProfilePageRequest()
public DescribeElementProfilePageRequest(DescribeElementProfilePageRequest source)
public String getBuildingId()
public void setBuildingId(String BuildingId)
BuildingId
- 建筑idpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 页容量public String getWorkspaceId()
public void setWorkspaceId(String WorkspaceId)
WorkspaceId
- 项目空间idpublic String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken
- 应用tokenpublic String[] getParentElementIds()
public void setParentElementIds(String[] ParentElementIds)
ParentElementIds
- 父级构件idpublic Long getLevel()
public void setLevel(Long Level)
Level
- 空间层级public String getSpaceTypeCode()
public void setSpaceTypeCode(String SpaceTypeCode)
SpaceTypeCode
- 空间分类代码public String[] getEntityTypes()
public void setEntityTypes(String[] EntityTypes)
EntityTypes
- 构件类型public Boolean getIncludeDelete()
public void setIncludeDelete(Boolean IncludeDelete)
IncludeDelete
- 是否包含已删除构件public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 时间范围-开始public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 时间范围-结束Copyright © 2024. All rights reserved.