public class ImageRepository extends AbstractModel
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 |
getCreationTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 描述内容
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getFavorCount()
Get 被所有用户收藏次数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsPublic()
Get 是否公共,1:公有,0:私有
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsQcloudOfficial()
Get 是否是腾讯云官方仓库。 是否是腾讯云官方仓库。true:是,false:否
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsUserFavor()
Get 是否被用户收藏。true:是,false:否
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPullCount()
Get 拉取次数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getReponame()
Get 仓库名,含命名空间,如tsf/nginx
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRepotype()
Get 仓库类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTagCount()
Get 镜像版本数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreationTime(String CreationTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 描述内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFavorCount(Long FavorCount)
Set 被所有用户收藏次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsPublic(Long IsPublic)
Set 是否公共,1:公有,0:私有
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsQcloudOfficial(Boolean IsQcloudOfficial)
Set 是否是腾讯云官方仓库。 是否是腾讯云官方仓库。true:是,false:否
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsUserFavor(Boolean IsUserFavor)
Set 是否被用户收藏。true:是,false:否
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPullCount(Long PullCount)
Set 拉取次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReponame(String Reponame)
Set 仓库名,含命名空间,如tsf/nginx
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepotype(String Repotype)
Set 仓库类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTagCount(Long TagCount)
Set 镜像版本数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 ImageRepository()
public ImageRepository(ImageRepository source)
public String getReponame()
public void setReponame(String Reponame)
Reponame
- 仓库名,含命名空间,如tsf/nginx
注意:此字段可能返回 null,表示取不到有效值。public String getRepotype()
public void setRepotype(String Repotype)
Repotype
- 仓库类型
注意:此字段可能返回 null,表示取不到有效值。public Long getTagCount()
public void setTagCount(Long TagCount)
TagCount
- 镜像版本数
注意:此字段可能返回 null,表示取不到有效值。public Long getIsPublic()
public void setIsPublic(Long IsPublic)
IsPublic
- 是否公共,1:公有,0:私有
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsUserFavor()
public void setIsUserFavor(Boolean IsUserFavor)
IsUserFavor
- 是否被用户收藏。true:是,false:否
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsQcloudOfficial()
public void setIsQcloudOfficial(Boolean IsQcloudOfficial)
IsQcloudOfficial
- 是否是腾讯云官方仓库。 是否是腾讯云官方仓库。true:是,false:否
注意:此字段可能返回 null,表示取不到有效值。public Long getFavorCount()
public void setFavorCount(Long FavorCount)
FavorCount
- 被所有用户收藏次数
注意:此字段可能返回 null,表示取不到有效值。public Long getPullCount()
public void setPullCount(Long PullCount)
PullCount
- 拉取次数
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 描述内容
注意:此字段可能返回 null,表示取不到有效值。public String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.