Class PushFileRequest


  • public class PushFileRequest
    extends Object
    PushFileRequest
    • Constructor Detail

      • PushFileRequest

        public PushFileRequest()
    • Method Detail

      • getAutoUnzip

        public Integer getAutoUnzip()
        Get autoUnzip
        Returns:
        autoUnzip
      • setAutoUnzip

        public void setAutoUnzip​(Integer autoUnzip)
      • getDownloadUrl

        public String getDownloadUrl()
        Get downloadUrl
        Returns:
        downloadUrl
      • setDownloadUrl

        public void setDownloadUrl​(String downloadUrl)
      • getEndpoint

        public String getEndpoint()
        Get endpoint
        Returns:
        endpoint
      • setEndpoint

        public void setEndpoint​(String endpoint)
      • getFileName

        public String getFileName()
        Get fileName
        Returns:
        fileName
      • setFileName

        public void setFileName​(String fileName)
      • getPodIdList

        public List<String> getPodIdList()
        Get podIdList
        Returns:
        podIdList
      • setPodIdList

        public void setPodIdList​(List<String> podIdList)
      • getProductId

        @NotNull
        public @NotNull String getProductId()
        Get productId
        Returns:
        productId
      • setProductId

        public void setProductId​(String productId)
      • getRegion

        public String getRegion()
        Get region
        Returns:
        region
      • setRegion

        public void setRegion​(String region)
      • getTargetDirectory

        @NotNull
        public @NotNull String getTargetDirectory()
        Get targetDirectory
        Returns:
        targetDirectory
      • setTargetDirectory

        public void setTargetDirectory​(String targetDirectory)
      • getTosBucket

        public String getTosBucket()
        Get tosBucket
        Returns:
        tosBucket
      • setTosBucket

        public void setTosBucket​(String tosBucket)
      • getTosFilePath

        public String getTosFilePath()
        Get tosFilePath
        Returns:
        tosFilePath
      • setTosFilePath

        public void setTosFilePath​(String tosFilePath)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object