Class DeltaGetCommitsResponse

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

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

  • Constructor Details

    • DeltaGetCommitsResponse

      public DeltaGetCommitsResponse()
  • Method Details

    • commits

      public DeltaGetCommitsResponse commits(List<DeltaCommitInfo> commits)
    • addCommitsItem

      public DeltaGetCommitsResponse addCommitsItem(DeltaCommitInfo commitsItem)
    • getCommits

      @Nonnull public List<DeltaCommitInfo> getCommits()
      The list of unbackfilled Delta table commits. Can be in arbitrary order.
      Returns:
      commits
    • setCommits

      public void setCommits(List<DeltaCommitInfo> commits)
    • latestTableVersion

      public DeltaGetCommitsResponse latestTableVersion(Long latestTableVersion)
    • getLatestTableVersion

      @Nonnull public Long getLatestTableVersion()
      Represents the latest version of the table tracked by UC. If no commits have occurred via UC yet, then UC cannot determine the latest version and returns -1. Use this field to manage pagination — if the returned commits don't cover the range up to latest_table_version or end_version (whichever is smaller), it indicates that more unbackfilled commits may be available.
      Returns:
      latestTableVersion
    • setLatestTableVersion

      public void setLatestTableVersion(Long latestTableVersion)
    • equals

      public boolean equals(Object o)
      Return true if this DeltaGetCommitsResponse 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