public class ModifyRepositoryAccessPersonalRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRepositoryAccessPersonalRequest() |
ModifyRepositoryAccessPersonalRequest(ModifyRepositoryAccessPersonalRequest 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 |
---|---|
Long |
getPublic()
Get 默认值为0, 1公共,0私有
|
String |
getRepoName()
Get 仓库名称
|
void |
setPublic(Long Public)
Set 默认值为0, 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyRepositoryAccessPersonalRequest()
public ModifyRepositoryAccessPersonalRequest(ModifyRepositoryAccessPersonalRequest source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 仓库名称public Long getPublic()
public void setPublic(Long Public)
Public
- 默认值为0, 1公共,0私有Copyright © 2024. All rights reserved.