public class RepositoryInfoResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RepositoryInfoResp() | 
| RepositoryInfoResp(RepositoryInfoResp 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 | getCreationTime()Get 创建时间 | 
| String | getDescription()Get 镜像仓库描述 | 
| Long | getFavorCount()Get 收藏次数 | 
| Boolean | getIsQcloudOfficial()Get 是否为腾讯云官方镜像 | 
| Boolean | getIsUserFavor()Get 是否为用户收藏 | 
| Long | getPublic()Get 是否为公有镜像 | 
| Long | getPullCount()Get 下载次数 | 
| String | getRepoName()Get 镜像仓库名字 | 
| String | getRepoType()Get 镜像仓库类型 | 
| String | getServer()Get 镜像仓库服务地址 | 
| void | setCreationTime(String CreationTime)Set 创建时间 | 
| void | setDescription(String Description)Set 镜像仓库描述 | 
| void | setFavorCount(Long FavorCount)Set 收藏次数 | 
| void | setIsQcloudOfficial(Boolean IsQcloudOfficial)Set 是否为腾讯云官方镜像 | 
| void | setIsUserFavor(Boolean IsUserFavor)Set 是否为用户收藏 | 
| void | setPublic(Long Public)Set 是否为公有镜像 | 
| void | setPullCount(Long PullCount)Set 下载次数 | 
| void | setRepoName(String RepoName)Set 镜像仓库名字 | 
| void | setRepoType(String RepoType)Set 镜像仓库类型 | 
| void | setServer(String Server)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 RepositoryInfoResp()
public RepositoryInfoResp(RepositoryInfoResp source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName - 镜像仓库名字public String getRepoType()
public void setRepoType(String RepoType)
RepoType - 镜像仓库类型public String getServer()
public void setServer(String Server)
Server - 镜像仓库服务地址public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime - 创建时间public String getDescription()
public void setDescription(String Description)
Description - 镜像仓库描述public Long getPublic()
public void setPublic(Long Public)
Public - 是否为公有镜像public Long getPullCount()
public void setPullCount(Long PullCount)
PullCount - 下载次数public Long getFavorCount()
public void setFavorCount(Long FavorCount)
FavorCount - 收藏次数public Boolean getIsUserFavor()
public void setIsUserFavor(Boolean IsUserFavor)
IsUserFavor - 是否为用户收藏public Boolean getIsQcloudOfficial()
public void setIsQcloudOfficial(Boolean IsQcloudOfficial)
IsQcloudOfficial - 是否为腾讯云官方镜像Copyright © 2025. All rights reserved.