public class CbrRepoInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBranch()
Get 分支名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRepo()
Get 仓库名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRepoLanguage()
Get 仓库语言
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRepoType()
Get 仓库平台
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBranch(String Branch)
Set 分支名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepo(String Repo)
Set 仓库名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepoLanguage(String RepoLanguage)
Set 仓库语言
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepoType(String RepoType)
Set 仓库平台
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CbrRepoInfo()
public CbrRepoInfo(CbrRepoInfo source)
public String getRepo()
public void setRepo(String Repo)
Repo
- 仓库名称
注意:此字段可能返回 null,表示取不到有效值。public String getRepoType()
public void setRepoType(String RepoType)
RepoType
- 仓库平台
注意:此字段可能返回 null,表示取不到有效值。public String getRepoLanguage()
public void setRepoLanguage(String RepoLanguage)
RepoLanguage
- 仓库语言
注意:此字段可能返回 null,表示取不到有效值。public String getBranch()
public void setBranch(String Branch)
Branch
- 分支名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.