Class PkgList
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.PkgList
-
public class PkgList extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PkgInfo[]
getContent()
Get 程序包信息列表 注意:此字段可能返回 null,表示取不到有效值。String
getRepositoryId()
Get 程序包仓库id 注意:此字段可能返回 null,表示取不到有效值。String
getRepositoryName()
Get 程序包仓库名称 注意:此字段可能返回 null,表示取不到有效值。String
getRepositoryType()
Get 程序包仓库类型 注意:此字段可能返回 null,表示取不到有效值。Long
getTotalCount()
Get 程序包总量void
setContent(PkgInfo[] Content)
Set 程序包信息列表 注意:此字段可能返回 null,表示取不到有效值。void
setRepositoryId(String RepositoryId)
Set 程序包仓库id 注意:此字段可能返回 null,表示取不到有效值。void
setRepositoryName(String RepositoryName)
Set 程序包仓库名称 注意:此字段可能返回 null,表示取不到有效值。void
setRepositoryType(String RepositoryType)
Set 程序包仓库类型 注意:此字段可能返回 null,表示取不到有效值。void
setTotalCount(Long TotalCount)
Set 程序包总量void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PkgList
public PkgList()
-
PkgList
public 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.
-
-
Method Detail
-
getTotalCount
public Long getTotalCount()
Get 程序包总量- Returns:
- TotalCount 程序包总量
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 程序包总量- Parameters:
TotalCount
- 程序包总量
-
getContent
public PkgInfo[] getContent()
Get 程序包信息列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Content 程序包信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
setContent
public void setContent(PkgInfo[] Content)
Set 程序包信息列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Content
- 程序包信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
getRepositoryId
public String getRepositoryId()
Get 程序包仓库id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RepositoryId 程序包仓库id 注意:此字段可能返回 null,表示取不到有效值。
-
setRepositoryId
public void setRepositoryId(String RepositoryId)
Set 程序包仓库id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RepositoryId
- 程序包仓库id 注意:此字段可能返回 null,表示取不到有效值。
-
getRepositoryType
public String getRepositoryType()
Get 程序包仓库类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RepositoryType 程序包仓库类型 注意:此字段可能返回 null,表示取不到有效值。
-
setRepositoryType
public void setRepositoryType(String RepositoryType)
Set 程序包仓库类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RepositoryType
- 程序包仓库类型 注意:此字段可能返回 null,表示取不到有效值。
-
getRepositoryName
public String getRepositoryName()
Get 程序包仓库名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RepositoryName 程序包仓库名称 注意:此字段可能返回 null,表示取不到有效值。
-
setRepositoryName
public void setRepositoryName(String RepositoryName)
Set 程序包仓库名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RepositoryName
- 程序包仓库名称 注意:此字段可能返回 null,表示取不到有效值。
-
-