Package io.unitycatalog.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this DeltaCommitInfo object is equal to o.fileModificationTimestamp(Long fileModificationTimestamp) The modification time of the commit file.The filename of the UUID-based commit file.The size of the commit file in bytes.The timestamp for when the commit was made.The version of this commit.inthashCode()voidsetFileModificationTimestamp(Long fileModificationTimestamp) voidsetFileName(String fileName) voidsetFileSize(Long fileSize) voidsetTimestamp(Long timestamp) voidsetVersion(Long version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_TIMESTAMP
- See Also:
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_FILE_SIZE
- See Also:
-
JSON_PROPERTY_FILE_MODIFICATION_TIMESTAMP
- See Also:
-
-
Constructor Details
-
DeltaCommitInfo
public DeltaCommitInfo()
-
-
Method Details
-
version
-
getVersion
The version of this commit.- Returns:
- version
-
setVersion
-
timestamp
-
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
-
fileName
-
getFileName
The filename of the UUID-based commit file.- Returns:
- fileName
-
setFileName
-
fileSize
-
getFileSize
The size of the commit file in bytes.- Returns:
- fileSize
-
setFileSize
-
fileModificationTimestamp
-
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
-
equals
Return true if this DeltaCommitInfo object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-