Class ModifyUploadInfoRequest

    • Constructor Detail

      • ModifyUploadInfoRequest

        public ModifyUploadInfoRequest()
      • ModifyUploadInfoRequest

        public ModifyUploadInfoRequest​(ModifyUploadInfoRequest 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

      • getApplicationId

        public String getApplicationId()
        Get 应用ID
        Returns:
        ApplicationId 应用ID
      • setApplicationId

        public void setApplicationId​(String ApplicationId)
        Set 应用ID
        Parameters:
        ApplicationId - 应用ID
      • getPkgId

        public String getPkgId()
        Get 调用DescribeUploadInfo接口时返回的软件包ID
        Returns:
        PkgId 调用DescribeUploadInfo接口时返回的软件包ID
      • setPkgId

        public void setPkgId​(String PkgId)
        Set 调用DescribeUploadInfo接口时返回的软件包ID
        Parameters:
        PkgId - 调用DescribeUploadInfo接口时返回的软件包ID
      • getResult

        public Long getResult()
        Get COS返回上传结果(默认为0:成功,其他值表示失败)
        Returns:
        Result COS返回上传结果(默认为0:成功,其他值表示失败)
      • setResult

        public void setResult​(Long Result)
        Set COS返回上传结果(默认为0:成功,其他值表示失败)
        Parameters:
        Result - COS返回上传结果(默认为0:成功,其他值表示失败)
      • getMd5

        public String getMd5()
        Get 程序包MD5
        Returns:
        Md5 程序包MD5
      • setMd5

        public void setMd5​(String Md5)
        Set 程序包MD5
        Parameters:
        Md5 - 程序包MD5
      • getSize

        public Long getSize()
        Get 程序包大小(单位字节)
        Returns:
        Size 程序包大小(单位字节)
      • setSize

        public void setSize​(Long Size)
        Set 程序包大小(单位字节)
        Parameters:
        Size - 程序包大小(单位字节)
      • getRepositoryType

        public String getRepositoryType()
        Get 程序包仓库类型
        Returns:
        RepositoryType 程序包仓库类型
      • setRepositoryType

        public void setRepositoryType​(String RepositoryType)
        Set 程序包仓库类型
        Parameters:
        RepositoryType - 程序包仓库类型
      • getRepositoryId

        public String getRepositoryId()
        Get 程序包仓库id
        Returns:
        RepositoryId 程序包仓库id
      • setRepositoryId

        public void setRepositoryId​(String RepositoryId)
        Set 程序包仓库id
        Parameters:
        RepositoryId - 程序包仓库id