public class Favors extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Favors() | 
| Favors(Favors 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 | 
|---|---|
| Long | getFavorCount()Get 仓库收藏次数 | 
| Boolean | getIsQcloudOfficial()Get 是否为官方所有 | 
| String | getLogo()Get Logo | 
| Long | getPublic()Get 仓库是否公开 | 
| Long | getPullCount()Get Pull总共的次数 | 
| String | getRegion()Get 地域 | 
| Long | getRegionId()Get 地域的Id | 
| String | getRepoName()Get 仓库名字 | 
| String | getRepoType()Get 仓库类型 | 
| Long | getTagCount()Get 仓库Tag的数量 | 
| void | setFavorCount(Long FavorCount)Set 仓库收藏次数 | 
| void | setIsQcloudOfficial(Boolean IsQcloudOfficial)Set 是否为官方所有 | 
| void | setLogo(String Logo)Set Logo | 
| void | setPublic(Long Public)Set 仓库是否公开 | 
| void | setPullCount(Long PullCount)Set Pull总共的次数 | 
| void | setRegion(String Region)Set 地域 | 
| void | setRegionId(Long RegionId)Set 地域的Id | 
| void | setRepoName(String RepoName)Set 仓库名字 | 
| void | setRepoType(String RepoType)Set 仓库类型 | 
| void | setTagCount(Long TagCount)Set 仓库Tag的数量 | 
| 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 Favors()
public Favors(Favors source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName - 仓库名字public String getRepoType()
public void setRepoType(String RepoType)
RepoType - 仓库类型public Long getPullCount()
public void setPullCount(Long PullCount)
PullCount - Pull总共的次数public Long getFavorCount()
public void setFavorCount(Long FavorCount)
FavorCount - 仓库收藏次数public Long getPublic()
public void setPublic(Long Public)
Public - 仓库是否公开public Boolean getIsQcloudOfficial()
public void setIsQcloudOfficial(Boolean IsQcloudOfficial)
IsQcloudOfficial - 是否为官方所有public Long getTagCount()
public void setTagCount(Long TagCount)
TagCount - 仓库Tag的数量public String getLogo()
public void setLogo(String Logo)
Logo - Logopublic String getRegion()
public void setRegion(String Region)
Region - 地域public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId - 地域的IdCopyright © 2025. All rights reserved.