Class TableAssociation
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.TableAssociation
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class TableAssociation
extends Object
The object containing information about a table to policy association.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for lastExecutionTime.getName()Getter for name.Getter for namespace.Getter for status.Getter for taskCount.Getter for version.inthashCode()voidsetLastExecutionTime(Long lastExecutionTime) Setter for lastExecutionTime.voidSetter for name.voidsetNamespace(String namespace) Setter for namespace.voidSetter for status.voidsetTaskCount(Integer taskCount) Setter for taskCount.voidsetVersion(String version) Setter for version.toString()
-
Constructor Details
-
TableAssociation
public TableAssociation()
-
-
Method Details
-
getName
Getter for name. The table name. -
setName
Setter for name. The table name. -
getNamespace
Getter for namespace. The namespace name. -
setNamespace
Setter for namespace. The namespace name. -
getTaskCount
Getter for taskCount. The count of CLO tasks ran for the table. -
setTaskCount
Setter for taskCount. The count of CLO tasks ran for the table. -
getLastExecutionTime
Getter for lastExecutionTime. The time in epoch milliseconds of recent CLO task that ran for the table. -
setLastExecutionTime
Setter for lastExecutionTime. The time in epoch milliseconds of recent CLO task that ran for the table. -
getVersion
Getter for version. The policy version applicable to this table. -
setVersion
Setter for version. The policy version applicable to this table. -
getStatus
Getter for status. The table status. -
setStatus
Setter for status. The table status. -
equals
-
hashCode
public int hashCode() -
toString
-