public class CreateRepositoryPersonalRequest extends AbstractModel
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 仓库名称
|
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateRepositoryPersonalRequest()
public CreateRepositoryPersonalRequest(CreateRepositoryPersonalRequest source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 仓库名称public Long getPublic()
public void setPublic(Long Public)
Public
- 是否公共,1:公共,0:私有public String getDescription()
public void setDescription(String Description)
Description
- 仓库描述Copyright © 2021. All rights reserved.