public class UpdateCodeRepositoryRequest extends AbstractModel
Constructor and Description |
---|
UpdateCodeRepositoryRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCodeRepositoryName()
Get 查询存储库名称
|
GitSecret |
getGitSecret()
Get Git凭证
|
void |
setCodeRepositoryName(String CodeRepositoryName)
Set 查询存储库名称
|
void |
setGitSecret(GitSecret GitSecret)
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 getCodeRepositoryName()
public void setCodeRepositoryName(String CodeRepositoryName)
CodeRepositoryName
- 查询存储库名称public GitSecret getGitSecret()
public void setGitSecret(GitSecret GitSecret)
GitSecret
- Git凭证Copyright © 2020. All rights reserved.