public class GitConfig extends AbstractModel
Constructor and Description |
---|
GitConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getBranch()
Get 代码分支
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRepositoryUrl()
Get git地址
|
void |
setBranch(String Branch)
Set 代码分支
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRepositoryUrl(String RepositoryUrl)
Set git地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getRepositoryUrl()
public void setRepositoryUrl(String RepositoryUrl)
RepositoryUrl
- git地址public String getBranch()
public void setBranch(String Branch)
Branch
- 代码分支
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.