Class DescribeImageRepositoryRequest


  • public class DescribeImageRepositoryRequest
    extends AbstractModel
    • 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值