Class DeltaGetCommits

java.lang.Object
io.unitycatalog.client.model.DeltaGetCommits

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class DeltaGetCommits extends Object
DeltaGetCommits
  • Field Details

  • Constructor Details

    • DeltaGetCommits

      public DeltaGetCommits()
  • Method Details

    • tableId

      public DeltaGetCommits tableId(String tableId)
    • getTableId

      @Nonnull public String getTableId()
      The ID of the table to get the commits for. This ID uniquely identifies a table.
      Returns:
      tableId
    • setTableId

      public void setTableId(String tableId)
    • tableUri

      public DeltaGetCommits tableUri(String tableUri)
    • getTableUri

      @Nonnull public String getTableUri()
      The URI of the storage location of the table. If the table_id exists but the table_uri is different from the one previously registered (e.g., if the client moved the table), the request will fail. Example: s3://bucket-name/tables/some-table-id
      Returns:
      tableUri
    • setTableUri

      public void setTableUri(String tableUri)
    • startVersion

      public DeltaGetCommits startVersion(Long startVersion)
    • getStartVersion

      @Nonnull public Long getStartVersion()
      The start version from which to retrieve commits (inclusive). This along with the optional end_version specifies the range of commit versions that this request wants.
      Returns:
      startVersion
    • setStartVersion

      public void setStartVersion(Long startVersion)
    • endVersion

      public DeltaGetCommits endVersion(Long endVersion)
    • getEndVersion

      @Nullable public Long getEndVersion()
      The end version upto which to retrieve commits (inclusive). If not set, the latest version will be used as the end version. This does not affect the latest_table_version in the response. If num of commits that meet this criteria is larger than a limit set by server config, the response will be limited to the first X commits. Call can send request again with a larger start_version according to the response to get the remaining commits.
      Returns:
      endVersion
    • setEndVersion

      public void setEndVersion(Long endVersion)
    • equals

      public boolean equals(Object o)
      Return true if this DeltaGetCommits object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string