Class PullFileRequest


  • public class PullFileRequest
    extends Object
    PullFileRequest
    • Constructor Detail

      • PullFileRequest

        public PullFileRequest()
    • Method Detail

      • getEndpoint

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

        public void setEndpoint​(String endpoint)
      • getFilePath

        @NotNull
        public @NotNull String getFilePath()
        Get filePath
        Returns:
        filePath
      • setFilePath

        public void setFilePath​(String filePath)
      • getPodId

        @NotNull
        public @NotNull String getPodId()
        Get podId
        Returns:
        podId
      • setPodId

        public void setPodId​(String podId)
      • getProductId

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

        public void setProductId​(String productId)
      • getRegion

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

        public void setRegion​(String region)
      • getTosBucket

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

        public void setTosBucket​(String tosBucket)
      • getTosFilePath

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

        public void setTosFilePath​(String tosFilePath)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object