public class GitSecret extends AbstractModel
| Constructor and Description |
|---|
GitSecret() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getNoSecret()
Get 无秘钥,默认选项
|
String |
getSecret()
Get Git用户名密码base64编码后的字符串
编码前的内容应为Json字符串,如
{"UserName": "用户名", "Password":"密码"}
|
void |
setNoSecret(Boolean NoSecret)
Set 无秘钥,默认选项
|
void |
setSecret(String Secret)
Set Git用户名密码base64编码后的字符串
编码前的内容应为Json字符串,如
{"UserName": "用户名", "Password":"密码"}
|
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, toJsonStringpublic Boolean getNoSecret()
public void setNoSecret(Boolean NoSecret)
NoSecret - 无秘钥,默认选项public String getSecret()
public void setSecret(String Secret)
Secret - Git用户名密码base64编码后的字符串
编码前的内容应为Json字符串,如
{"UserName": "用户名", "Password":"密码"}Copyright © 2020. All rights reserved.