public class ImageRepository extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ImageRepository() | 
| ImageRepository(ImageRepository 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 applicationid值 | 
| ScalableRule | getApplicationName()Deprecated.   | 
| String | getApplicationNameReal()Get ApplicationName值 | 
| String | getCreateMode()Get 创建方式:manual | automatic | 
| String | getCreationTime()Get 创建时间 | 
| String | getDescription()Get 描述内容 | 
| Long | getFavorCount()Get 被所有用户收藏次数 | 
| Long | getIsPublic()Get 是否公共,1:公有,0:私有 | 
| Boolean | getIsQcloudOfficial()Get 是否是腾讯云官方仓库。 是否是腾讯云官方仓库。true:是,false:否 | 
| Boolean | getIsUserFavor()Get 是否被用户收藏。true:是,false:否 | 
| Long | getPublic()Get 是否公共,1:公有,0:私有 | 
| Long | getPullCount()Get 拉取次数 | 
| String | getReponame()Get 仓库名,含命名空间,如tsf/nginx | 
| String | getRepoName()Get 仓库名,等同reponame字段 | 
| String | getRepotype()Get 仓库类型 | 
| String | getRepoType()Get 仓库类型 | 
| Long | getTagCount()Get 镜像版本数 | 
| Long | getTcrBindingId()Get TcrBindingId值 | 
| TcrRepoInfo | getTcrRepoInfo()Get TcrRepoInfo值 | 
| String | getUpdateTime()Get 更新时间 | 
| void | setApplicationId(String ApplicationId)Set applicationid值 | 
| void | setApplicationName(ScalableRule ApplicationName)Deprecated.   | 
| void | setApplicationNameReal(String ApplicationNameReal)Set ApplicationName值 | 
| void | setCreateMode(String CreateMode)Set 创建方式:manual | automatic | 
| void | setCreationTime(String CreationTime)Set 创建时间 | 
| void | setDescription(String Description)Set 描述内容 | 
| void | setFavorCount(Long FavorCount)Set 被所有用户收藏次数 | 
| void | setIsPublic(Long IsPublic)Set 是否公共,1:公有,0:私有 | 
| void | setIsQcloudOfficial(Boolean IsQcloudOfficial)Set 是否是腾讯云官方仓库。 是否是腾讯云官方仓库。true:是,false:否 | 
| void | setIsUserFavor(Boolean IsUserFavor)Set 是否被用户收藏。true:是,false:否 | 
| void | setPublic(Long Public)Set 是否公共,1:公有,0:私有 | 
| void | setPullCount(Long PullCount)Set 拉取次数 | 
| void | setReponame(String Reponame)Set 仓库名,含命名空间,如tsf/nginx | 
| void | setRepoName(String RepoName)Set 仓库名,等同reponame字段 | 
| void | setRepotype(String Repotype)Set 仓库类型 | 
| void | setRepoType(String RepoType)Set 仓库类型 | 
| void | setTagCount(Long TagCount)Set 镜像版本数 | 
| void | setTcrBindingId(Long TcrBindingId)Set TcrBindingId值 | 
| void | setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)Set TcrRepoInfo值 | 
| void | setUpdateTime(String UpdateTime)Set 更新时间 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ImageRepository()
public ImageRepository(ImageRepository source)
public String getReponame()
public void setReponame(String Reponame)
Reponame - 仓库名,含命名空间,如tsf/nginxpublic String getRepotype()
public void setRepotype(String Repotype)
Repotype - 仓库类型public Long getTagCount()
public void setTagCount(Long TagCount)
TagCount - 镜像版本数public Long getIsPublic()
public void setIsPublic(Long IsPublic)
IsPublic - 是否公共,1:公有,0:私有public Boolean getIsUserFavor()
public void setIsUserFavor(Boolean IsUserFavor)
IsUserFavor - 是否被用户收藏。true:是,false:否public Boolean getIsQcloudOfficial()
public void setIsQcloudOfficial(Boolean IsQcloudOfficial)
IsQcloudOfficial - 是否是腾讯云官方仓库。 是否是腾讯云官方仓库。true:是,false:否public Long getFavorCount()
public void setFavorCount(Long FavorCount)
FavorCount - 被所有用户收藏次数public Long getPullCount()
public void setPullCount(Long PullCount)
PullCount - 拉取次数public String getDescription()
public void setDescription(String Description)
Description - 描述内容public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime - 创建时间public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 更新时间public TcrRepoInfo getTcrRepoInfo()
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
TcrRepoInfo - TcrRepoInfo值public Long getTcrBindingId()
public void setTcrBindingId(Long TcrBindingId)
TcrBindingId - TcrBindingId值public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - applicationid值@Deprecated public ScalableRule getApplicationName()
@Deprecated public void setApplicationName(ScalableRule ApplicationName)
ApplicationName - ApplicationName值(废弃)public String getApplicationNameReal()
public void setApplicationNameReal(String ApplicationNameReal)
ApplicationNameReal - ApplicationName值public Long getPublic()
public void setPublic(Long Public)
Public - 是否公共,1:公有,0:私有public String getCreateMode()
public void setCreateMode(String CreateMode)
CreateMode - 创建方式:manual | automaticpublic String getRepoName()
public void setRepoName(String RepoName)
RepoName - 仓库名,等同reponame字段public String getRepoType()
public void setRepoType(String RepoType)
RepoType - 仓库类型Copyright © 2025. All rights reserved.