public class RepositoryList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RepositoryList() | 
| RepositoryList(RepositoryList 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 | 
|---|---|
| RepositoryInfo[] | getContent()Get 仓库信息列表 | 
| Long | getTotalCount()Get 仓库总量 | 
| void | setContent(RepositoryInfo[] Content)Set 仓库信息列表 | 
| void | setTotalCount(Long TotalCount)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 RepositoryList()
public RepositoryList(RepositoryList source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 仓库总量public RepositoryInfo[] getContent()
public void setContent(RepositoryInfo[] Content)
Content - 仓库信息列表Copyright © 2025. All rights reserved.