Class CbrRepoInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.CbrRepoInfo
-
public class CbrRepoInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CbrRepoInfo()CbrRepoInfo(CbrRepoInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBranch()Get 分支名称 注意:此字段可能返回 null,表示取不到有效值。StringgetRepo()Get 仓库名称 注意:此字段可能返回 null,表示取不到有效值。StringgetRepoLanguage()Get 仓库语言 注意:此字段可能返回 null,表示取不到有效值。StringgetRepoType()Get 仓库平台 注意:此字段可能返回 null,表示取不到有效值。voidsetBranch(String Branch)Set 分支名称 注意:此字段可能返回 null,表示取不到有效值。voidsetRepo(String Repo)Set 仓库名称 注意:此字段可能返回 null,表示取不到有效值。voidsetRepoLanguage(String RepoLanguage)Set 仓库语言 注意:此字段可能返回 null,表示取不到有效值。voidsetRepoType(String RepoType)Set 仓库平台 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CbrRepoInfo
public CbrRepoInfo()
-
CbrRepoInfo
public CbrRepoInfo(CbrRepoInfo 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.
-
-
Method Detail
-
getRepo
public String getRepo()
Get 仓库名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Repo 仓库名称 注意:此字段可能返回 null,表示取不到有效值。
-
setRepo
public void setRepo(String Repo)
Set 仓库名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Repo- 仓库名称 注意:此字段可能返回 null,表示取不到有效值。
-
getRepoType
public String getRepoType()
Get 仓库平台 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RepoType 仓库平台 注意:此字段可能返回 null,表示取不到有效值。
-
setRepoType
public void setRepoType(String RepoType)
Set 仓库平台 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RepoType- 仓库平台 注意:此字段可能返回 null,表示取不到有效值。
-
getRepoLanguage
public String getRepoLanguage()
Get 仓库语言 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RepoLanguage 仓库语言 注意:此字段可能返回 null,表示取不到有效值。
-
setRepoLanguage
public void setRepoLanguage(String RepoLanguage)
Set 仓库语言 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RepoLanguage- 仓库语言 注意:此字段可能返回 null,表示取不到有效值。
-
getBranch
public String getBranch()
Get 分支名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Branch 分支名称 注意:此字段可能返回 null,表示取不到有效值。
-
setBranch
public void setBranch(String Branch)
Set 分支名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Branch- 分支名称 注意:此字段可能返回 null,表示取不到有效值。
-
-