public class PkgList extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PkgList() | 
| PkgList(PkgList 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 | 
|---|---|
| PkgInfo[] | getContent()Get 程序包信息列表 | 
| String | getRepositoryId()Get 程序包仓库id | 
| String | getRepositoryName()Get 程序包仓库名称 | 
| String | getRepositoryType()Get 程序包仓库类型 | 
| Long | getTotalCount()Get 程序包总量 | 
| void | setContent(PkgInfo[] Content)Set 程序包信息列表 | 
| void | setRepositoryId(String RepositoryId)Set 程序包仓库id | 
| void | setRepositoryName(String RepositoryName)Set 程序包仓库名称 | 
| void | setRepositoryType(String RepositoryType)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 PkgList()
public PkgList(PkgList source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 程序包总量public PkgInfo[] getContent()
public void setContent(PkgInfo[] Content)
Content - 程序包信息列表public String getRepositoryId()
public void setRepositoryId(String RepositoryId)
RepositoryId - 程序包仓库idpublic String getRepositoryType()
public void setRepositoryType(String RepositoryType)
RepositoryType - 程序包仓库类型public String getRepositoryName()
public void setRepositoryName(String RepositoryName)
RepositoryName - 程序包仓库名称Copyright © 2025. All rights reserved.