Class TablePoliciesObject

java.lang.Object
com.cloudera.cdp.lakehouseopt.model.TablePoliciesObject

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:31.533-07:00") public class TablePoliciesObject extends Object
The table object containing details of policy association.
  • Constructor Details

    • TablePoliciesObject

      public TablePoliciesObject()
  • Method Details

    • getStatus

      public String getStatus()
      Getter for status. The status of the policy on this table.
    • setStatus

      public void setStatus(String status)
      Setter for status. The status of the policy on this table.
    • getPolicyName

      public String getPolicyName()
      Getter for policyName. The name of the policy.
    • setPolicyName

      public void setPolicyName(String policyName)
      Setter for policyName. The name of the policy.
    • getTaskCount

      public Integer getTaskCount()
      Getter for taskCount. The number of tasks ran for this policies on this table.
    • setTaskCount

      public void setTaskCount(Integer taskCount)
      Setter for taskCount. The number of tasks ran for this policies on this table.
    • getLastExecutionTime

      public Long getLastExecutionTime()
      Getter for lastExecutionTime. The last task execution time in epoch milliseconds.
    • setLastExecutionTime

      public void setLastExecutionTime(Long lastExecutionTime)
      Setter for lastExecutionTime. The last task execution time in epoch milliseconds.
    • 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