public class ModifyRepositoryInfoPersonalRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyRepositoryInfoPersonalRequest() | 
| ModifyRepositoryInfoPersonalRequest(ModifyRepositoryInfoPersonalRequest 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 仓库描述 | 
| String | getRepoName()Get 仓库名称 | 
| void | setDescription(String Description)Set 仓库描述 | 
| 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, toJsonStringpublic ModifyRepositoryInfoPersonalRequest()
public ModifyRepositoryInfoPersonalRequest(ModifyRepositoryInfoPersonalRequest source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName - 仓库名称public String getDescription()
public void setDescription(String Description)
Description - 仓库描述Copyright © 2025. All rights reserved.