Class StageRangeCreation


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class StageRangeCreation
    extends Object
    StageRangeCreation
    • Constructor Detail

      • StageRangeCreation

        public StageRangeCreation()
    • Method Detail

      • getFromSourceURI

        @Nonnull
        public String getFromSourceURI()
        The source location of the ingested files. Must match the lakeFS installation blockstore type.
        Returns:
        fromSourceURI
      • setFromSourceURI

        public void setFromSourceURI​(String fromSourceURI)
      • getAfter

        @Nonnull
        public String getAfter()
        Only objects after this key would be ingested.
        Returns:
        after
      • setAfter

        public void setAfter​(String after)
      • getPrepend

        @Nonnull
        public String getPrepend()
        A prefix to prepend to ingested objects.
        Returns:
        prepend
      • setPrepend

        public void setPrepend​(String prepend)
      • getContinuationToken

        @Nullable
        public String getContinuationToken()
        Opaque. Client should pass the continuation_token received from server to continue creation ranges from the same key.
        Returns:
        continuationToken
      • setContinuationToken

        public void setContinuationToken​(String continuationToken)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object