public class DescribeCodeRepositoriesRequest extends AbstractModel
Constructor and Description |
---|
DescribeCodeRepositoriesRequest() |
DescribeCodeRepositoriesRequest(DescribeCodeRepositoriesRequest 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 |
---|---|
Filter[] |
getFilters()
Get 过滤条件。
instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。
search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。
|
Long |
getLimit()
Get 返回数量,默认为20
|
Long |
getOffset()
Get 偏移量,默认为0
|
String |
getSortOrder()
Get 排序规则。默认取Descending
Descending 按更新时间降序
Ascending 按更新时间升序
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。
search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setSortOrder(String SortOrder)
Set 排序规则。默认取Descending
Descending 按更新时间降序
Ascending 按更新时间升序
|
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 DescribeCodeRepositoriesRequest()
public DescribeCodeRepositoriesRequest(DescribeCodeRepositoriesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件。
instance-name - String - 是否必填:否 -(过滤条件)按照名称过滤。
search-by-name - String - 是否必填:否 -(过滤条件)按照名称检索,模糊匹配。public String getSortOrder()
public void setSortOrder(String SortOrder)
SortOrder
- 排序规则。默认取Descending
Descending 按更新时间降序
Ascending 按更新时间升序Copyright © 2021. All rights reserved.