Uses of Class
com.tencentcloudapi.tione.v20191022.models.GitSecret
-
Packages that use GitSecret Package Description com.tencentcloudapi.tione.v20191022.models -
-
Uses of GitSecret in com.tencentcloudapi.tione.v20191022.models
Methods in com.tencentcloudapi.tione.v20191022.models that return GitSecret Modifier and Type Method Description GitSecretCreateCodeRepositoryRequest. getGitSecret()Get Git凭证GitSecretUpdateCodeRepositoryRequest. getGitSecret()Get Git凭证Methods in com.tencentcloudapi.tione.v20191022.models with parameters of type GitSecret Modifier and Type Method Description voidCreateCodeRepositoryRequest. setGitSecret(GitSecret GitSecret)Set Git凭证voidUpdateCodeRepositoryRequest. setGitSecret(GitSecret GitSecret)Set Git凭证Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type GitSecret Constructor Description GitSecret(GitSecret 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.
-