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
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to StageRangeCreation
      • fromJson

        public static StageRangeCreation fromJson​(String jsonString)
                                           throws IOException
        Create an instance of StageRangeCreation given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of StageRangeCreation
        Throws:
        IOException - if the JSON string is invalid with respect to StageRangeCreation
      • toJson

        public String toJson()
        Convert an instance of StageRangeCreation to an JSON string
        Returns:
        JSON string