Class RepositoryInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcbr.v20220217.models.RepositoryInfo
-
public class RepositoryInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RepositoryInfo()RepositoryInfo(RepositoryInfo 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 分支名StringgetRepo()Get 仓库名StringgetSource()Get git sourcevoidsetBranch(String Branch)Set 分支名voidsetRepo(String Repo)Set 仓库名voidsetSource(String Source)Set git sourcevoidtoMap(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
-
RepositoryInfo
public RepositoryInfo()
-
RepositoryInfo
public RepositoryInfo(RepositoryInfo 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
-
getSource
public String getSource()
Get git source- Returns:
- Source git source
-
setSource
public void setSource(String Source)
Set git source- Parameters:
Source- git source
-
getRepo
public String getRepo()
Get 仓库名- Returns:
- Repo 仓库名
-
setRepo
public void setRepo(String Repo)
Set 仓库名- Parameters:
Repo- 仓库名
-
getBranch
public String getBranch()
Get 分支名- Returns:
- Branch 分支名
-
setBranch
public void setBranch(String Branch)
Set 分支名- Parameters:
Branch- 分支名
-
-