public class DescribeRepositoryFilterPersonalRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeRepositoryFilterPersonalRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit()
Get 返回最大数量,默认 20,最大100
|
String |
getNamespace()
Get 命名空间
|
Long |
getOffset()
Get 偏移量,默认为0
|
Long |
getPublic()
Get 筛选条件:1表示public,0表示private
|
String |
getRepoName()
Get 搜索镜像名
|
void |
setLimit(Long Limit)
Set 返回最大数量,默认 20,最大100
|
void |
setNamespace(String Namespace)
Set 命名空间
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setPublic(Long Public)
Set 筛选条件:1表示public,0表示private
|
void |
setRepoName(String RepoName)
Set 搜索镜像名
|
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, toJsonStringpublic DescribeRepositoryFilterPersonalRequest()
public String getRepoName()
public void setRepoName(String RepoName)
RepoName - 搜索镜像名public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回最大数量,默认 20,最大100public Long getPublic()
public void setPublic(Long Public)
Public - 筛选条件:1表示public,0表示privatepublic String getNamespace()
public void setNamespace(String Namespace)
Namespace - 命名空间Copyright © 2020. All rights reserved.