Class DescribeImageRepositoryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribeImageRepositoryRequest
-
public class DescribeImageRepositoryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationId()
Get 应用idLong
getLimit()
Get 分页个数,默认为20, 取值应为1~100Long
getOffset()
Get 偏移量,取值从0开始String
getRepoType()
Get 企业: tcr ;个人: personal或者不填String
getSearchWord()
Get 仓库名,搜索关键字,不带命名空间的TcrRepoInfo
getTcrRepoInfo()
Get TcrRepoInfo值void
setApplicationId(String ApplicationId)
Set 应用idvoid
setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~100void
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeImageRepositoryRequest
public DescribeImageRepositoryRequest()
-
DescribeImageRepositoryRequest
public 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.
-
-
Method Detail
-
getSearchWord
public String getSearchWord()
Get 仓库名,搜索关键字,不带命名空间的- Returns:
- SearchWord 仓库名,搜索关键字,不带命名空间的
-
setSearchWord
public void setSearchWord(String SearchWord)
Set 仓库名,搜索关键字,不带命名空间的- Parameters:
SearchWord
- 仓库名,搜索关键字,不带命名空间的
-
getOffset
public Long getOffset()
Get 偏移量,取值从0开始- Returns:
- Offset 偏移量,取值从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,取值从0开始- Parameters:
Offset
- 偏移量,取值从0开始
-
getLimit
public Long getLimit()
Get 分页个数,默认为20, 取值应为1~100- Returns:
- Limit 分页个数,默认为20, 取值应为1~100
-
setLimit
public void setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~100- Parameters:
Limit
- 分页个数,默认为20, 取值应为1~100
-
getRepoType
public String getRepoType()
Get 企业: tcr ;个人: personal或者不填- Returns:
- RepoType 企业: tcr ;个人: personal或者不填
-
setRepoType
public void setRepoType(String RepoType)
Set 企业: tcr ;个人: personal或者不填- Parameters:
RepoType
- 企业: tcr ;个人: personal或者不填
-
getApplicationId
public String getApplicationId()
Get 应用id- Returns:
- ApplicationId 应用id
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用id- Parameters:
ApplicationId
- 应用id
-
getTcrRepoInfo
public TcrRepoInfo getTcrRepoInfo()
Get TcrRepoInfo值- Returns:
- TcrRepoInfo TcrRepoInfo值
-
setTcrRepoInfo
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
Set TcrRepoInfo值- Parameters:
TcrRepoInfo
- TcrRepoInfo值
-
-