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 仓库收藏次数
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsQcloudOfficial()
Get 是否为官方所有
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLogo()
Get Logo
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPublic()
Get 仓库是否公开
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPullCount()
Get Pull总共的次数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRegion()
Get 地域
|
Long |
getRegionId()
Get 地域的Id
|
String |
getRepoName()
Get 仓库名字
|
String |
getRepoType()
Get 仓库类型
|
Long |
getTagCount()
Get 仓库Tag的数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFavorCount(Long FavorCount)
Set 仓库收藏次数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsQcloudOfficial(Boolean IsQcloudOfficial)
Set 是否为官方所有
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogo(String Logo)
Set Logo
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPublic(Long Public)
Set 仓库是否公开
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPullCount(Long PullCount)
Set Pull总共的次数
注意:此字段可能返回 null,表示取不到有效值。
|
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的数量
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public 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总共的次数
注意:此字段可能返回 null,表示取不到有效值。public Long getFavorCount()
public void setFavorCount(Long FavorCount)
FavorCount
- 仓库收藏次数
注意:此字段可能返回 null,表示取不到有效值。public Long getPublic()
public void setPublic(Long Public)
Public
- 仓库是否公开
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsQcloudOfficial()
public void setIsQcloudOfficial(Boolean IsQcloudOfficial)
IsQcloudOfficial
- 是否为官方所有
注意:此字段可能返回 null,表示取不到有效值。public Long getTagCount()
public void setTagCount(Long TagCount)
TagCount
- 仓库Tag的数量
注意:此字段可能返回 null,表示取不到有效值。public String getLogo()
public void setLogo(String Logo)
Logo
- Logo
注意:此字段可能返回 null,表示取不到有效值。public String getRegion()
public void setRegion(String Region)
Region
- 地域public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- 地域的IdCopyright © 2024. All rights reserved.