Class PkgList

    • 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,表示取不到有效值。