public class DescribeImageRepositoryRequest extends AbstractModel
Constructor and Description |
---|
DescribeImageRepositoryRequest() |
DescribeImageRepositoryRequest(DescribeImageRepositoryRequest 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 |
getApplicationId()
Get 应用id
|
Long |
getLimit()
Get 分页个数,默认为20, 取值应为1~100
|
Long |
getOffset()
Get 偏移量,取值从0开始
|
String |
getRepoType()
Get 企业: tcr ;个人: personal或者不填
|
String |
getSearchWord()
Get 仓库名,搜索关键字,不带命名空间的
|
TcrRepoInfo |
getTcrRepoInfo()
Get TcrRepoInfo值
|
void |
setApplicationId(String ApplicationId)
Set 应用id
|
void |
setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~100
|
void |
setOffset(Long Offset)
Set 偏移量,取值从0开始
|
void |
setRepoType(String RepoType)
Set 企业: tcr ;个人: personal或者不填
|
void |
setSearchWord(String SearchWord)
Set 仓库名,搜索关键字,不带命名空间的
|
void |
setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
Set TcrRepoInfo值
|
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 DescribeImageRepositoryRequest()
public DescribeImageRepositoryRequest(DescribeImageRepositoryRequest source)
public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord
- 仓库名,搜索关键字,不带命名空间的public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,取值从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页个数,默认为20, 取值应为1~100public String getRepoType()
public void setRepoType(String RepoType)
RepoType
- 企业: tcr ;个人: personal或者不填public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用idpublic TcrRepoInfo getTcrRepoInfo()
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
TcrRepoInfo
- TcrRepoInfo值Copyright © 2022. All rights reserved.