Class CreateRepositoryPersonalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.CreateRepositoryPersonalRequest
-
public class CreateRepositoryPersonalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateRepositoryPersonalRequest()
CreateRepositoryPersonalRequest(CreateRepositoryPersonalRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get 仓库描述Long
getPublic()
Get 是否公共,1:公共,0:私有String
getRepoName()
Get 仓库名称void
setDescription(String Description)
Set 仓库描述void
setPublic(Long Public)
Set 是否公共,1:公共,0:私有void
setRepoName(String RepoName)
Set 仓库名称void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateRepositoryPersonalRequest
public CreateRepositoryPersonalRequest()
-
CreateRepositoryPersonalRequest
public CreateRepositoryPersonalRequest(CreateRepositoryPersonalRequest 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.
-
-
Method Detail
-
getRepoName
public String getRepoName()
Get 仓库名称- Returns:
- RepoName 仓库名称
-
setRepoName
public void setRepoName(String RepoName)
Set 仓库名称- Parameters:
RepoName
- 仓库名称
-
getPublic
public Long getPublic()
Get 是否公共,1:公共,0:私有- Returns:
- Public 是否公共,1:公共,0:私有
-
setPublic
public void setPublic(Long Public)
Set 是否公共,1:公共,0:私有- Parameters:
Public
- 是否公共,1:公共,0:私有
-
getDescription
public String getDescription()
Get 仓库描述- Returns:
- Description 仓库描述
-
setDescription
public void setDescription(String Description)
Set 仓库描述- Parameters:
Description
- 仓库描述
-
-