public class RepoInfo extends AbstractModel
Constructor and Description |
---|
RepoInfo() |
RepoInfo(RepoInfo 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 仓库类型
|
Long |
getTagCount()
Get Tag数量
|
String |
getUpdateTime()
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 |
setTagCount(Long TagCount)
Set Tag数量
|
void |
setUpdateTime(String UpdateTime)
Set 仓库更新时间
|
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 RepoInfo()
public RepoInfo(RepoInfo source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 仓库名称public String getRepoType()
public void setRepoType(String RepoType)
RepoType
- 仓库类型public Long getTagCount()
public void setTagCount(Long TagCount)
TagCount
- Tag数量public Long getPublic()
public void setPublic(Long Public)
Public
- 是否为公开public Boolean getIsUserFavor()
public void setIsUserFavor(Boolean IsUserFavor)
IsUserFavor
- 是否为用户收藏public Boolean getIsQcloudOfficial()
public void setIsQcloudOfficial(Boolean IsQcloudOfficial)
IsQcloudOfficial
- 是否为腾讯云官方仓库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
- 仓库更新时间Copyright © 2022. All rights reserved.