Class DeltaCommitInfo

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

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

  • Constructor Details

    • DeltaCommitInfo

      public DeltaCommitInfo()
  • Method Details

    • version

      public DeltaCommitInfo version(Long version)
    • getVersion

      @Nonnull public Long getVersion()
      The version of this commit.
      Returns:
      version
    • setVersion

      public void setVersion(Long version)
    • timestamp

      public DeltaCommitInfo timestamp(Long timestamp)
    • getTimestamp

      @Nonnull public Long getTimestamp()
      The timestamp for when the commit was made. This is the in-commit timestamp as produced by the Delta client writing to the table.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • fileName

      public DeltaCommitInfo fileName(String fileName)
    • getFileName

      @Nonnull public String getFileName()
      The filename of the UUID-based commit file.
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
    • fileSize

      public DeltaCommitInfo fileSize(Long fileSize)
    • getFileSize

      @Nonnull public Long getFileSize()
      The size of the commit file in bytes.
      Returns:
      fileSize
    • setFileSize

      public void setFileSize(Long fileSize)
    • fileModificationTimestamp

      public DeltaCommitInfo fileModificationTimestamp(Long fileModificationTimestamp)
    • getFileModificationTimestamp

      @Nonnull public Long getFileModificationTimestamp()
      The modification time of the commit file. This is the mod time of the file as written to the file system.
      Returns:
      fileModificationTimestamp
    • setFileModificationTimestamp

      public void setFileModificationTimestamp(Long fileModificationTimestamp)
    • equals

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