public class DescribeProjectsRequest extends AbstractModel
Constructor and Description |
---|
DescribeProjectsRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAspectRatioSet()
Get 画布宽高比集合。
|
String[] |
getCategorySet()
Get 项目类别集合。
|
Long |
getLimit()
Get 分页返回的记录条数,默认值:10。
|
Long |
getOffset()
Get 分页返回的起始偏移量,默认值:0。
|
Entity |
getOwner()
Get 项目归属者。
|
String |
getPlatform()
Get 平台名称,指定访问的平台。
|
String[] |
getProjectIds()
Get 项目 Id 列表,N 从 0 开始取值,最大 19。
|
SortBy |
getSort()
Get 列表排序,支持下列排序字段:
CreateTime:创建时间;
UpdateTime:更新时间。
|
void |
setAspectRatioSet(String[] AspectRatioSet)
Set 画布宽高比集合。
|
void |
setCategorySet(String[] CategorySet)
Set 项目类别集合。
|
void |
setLimit(Long Limit)
Set 分页返回的记录条数,默认值:10。
|
void |
setOffset(Long Offset)
Set 分页返回的起始偏移量,默认值:0。
|
void |
setOwner(Entity Owner)
Set 项目归属者。
|
void |
setPlatform(String Platform)
Set 平台名称,指定访问的平台。
|
void |
setProjectIds(String[] ProjectIds)
Set 项目 Id 列表,N 从 0 开始取值,最大 19。
|
void |
setSort(SortBy Sort)
Set 列表排序,支持下列排序字段:
CreateTime:创建时间;
UpdateTime:更新时间。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台名称,指定访问的平台。public String[] getProjectIds()
public void setProjectIds(String[] ProjectIds)
ProjectIds
- 项目 Id 列表,N 从 0 开始取值,最大 19。public String[] getAspectRatioSet()
public void setAspectRatioSet(String[] AspectRatioSet)
AspectRatioSet
- 画布宽高比集合。public String[] getCategorySet()
public void setCategorySet(String[] CategorySet)
CategorySet
- 项目类别集合。public SortBy getSort()
public void setSort(SortBy Sort)
Sort
- 列表排序,支持下列排序字段:
public Entity getOwner()
public void setOwner(Entity Owner)
Owner
- 项目归属者。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页返回的起始偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页返回的记录条数,默认值:10。Copyright © 2020. All rights reserved.