public class RepoInfoResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RepoInfoResp() | 
| RepoInfoResp(RepoInfoResp 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 | 
|---|---|
| RepoInfo[] | getRepoInfo()Get 仓库信息列表 | 
| String | getServer()Get Server信息 | 
| Long | getTotalCount()Get 仓库总数 | 
| void | setRepoInfo(RepoInfo[] RepoInfo)Set 仓库信息列表 | 
| void | setServer(String Server)Set Server信息 | 
| 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 RepoInfoResp()
public RepoInfoResp(RepoInfoResp source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 仓库总数public RepoInfo[] getRepoInfo()
public void setRepoInfo(RepoInfo[] RepoInfo)
RepoInfo - 仓库信息列表public String getServer()
public void setServer(String Server)
Server - Server信息Copyright © 2025. All rights reserved.