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 Details

    • TableAssociation

      public TableAssociation()
  • Method Details

    • getName

      public String getName()
      Getter for name. The table name.
    • setName

      public void setName(String name)
      Setter for name. The table name.
    • getNamespace

      public String getNamespace()
      Getter for namespace. The namespace name.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The namespace name.
    • getTaskCount

      public Integer getTaskCount()
      Getter for taskCount. The count of CLO tasks ran for the table.
    • setTaskCount

      public void setTaskCount(Integer taskCount)
      Setter for taskCount. The count of CLO tasks ran for the table.
    • getLastExecutionTime

      public Long getLastExecutionTime()
      Getter for lastExecutionTime. The time in epoch milliseconds of recent CLO task that ran for the table.
    • setLastExecutionTime

      public void setLastExecutionTime(Long lastExecutionTime)
      Setter for lastExecutionTime. The time in epoch milliseconds of recent CLO task that ran for the table.
    • getVersion

      public String getVersion()
      Getter for version. The policy version applicable to this table.
    • setVersion

      public void setVersion(String version)
      Setter for version. The policy version applicable to this table.
    • getStatus

      public String getStatus()
      Getter for status. The table status.
    • setStatus

      public void setStatus(String status)
      Setter for status. The table status.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object