public class CreateRepositoryPersonalRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get 仓库描述 | 
| Long | getPublic()Get 是否公共,1:公共,0:私有 | 
| String | getRepoName()Get 仓库名称,格式为 {Namespace}/{lmageName}。 | 
| void | setDescription(String Description)Set 仓库描述 | 
| void | setPublic(Long Public)Set 是否公共,1:公共,0:私有 | 
| void | setRepoName(String RepoName)Set 仓库名称,格式为 {Namespace}/{lmageName}。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateRepositoryPersonalRequest()
public CreateRepositoryPersonalRequest(CreateRepositoryPersonalRequest source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName - 仓库名称,格式为 {Namespace}/{lmageName}。public Long getPublic()
public void setPublic(Long Public)
Public - 是否公共,1:公共,0:私有public String getDescription()
public void setDescription(String Description)
Description - 仓库描述Copyright © 2025. All rights reserved.