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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for lastExecutionTime.Getter for policyName.Getter for status.Getter for taskCount.inthashCode()voidsetLastExecutionTime(Long lastExecutionTime) Setter for lastExecutionTime.voidsetPolicyName(String policyName) Setter for policyName.voidSetter for status.voidsetTaskCount(Integer taskCount) Setter for taskCount.toString()
-
Constructor Details
-
TablePoliciesObject
public TablePoliciesObject()
-
-
Method Details
-
getStatus
Getter for status. The status of the policy on this table. -
setStatus
Setter for status. The status of the policy on this table. -
getPolicyName
Getter for policyName. The name of the policy. -
setPolicyName
Setter for policyName. The name of the policy. -
getTaskCount
Getter for taskCount. The number of tasks ran for this policies on this table. -
setTaskCount
Setter for taskCount. The number of tasks ran for this policies on this table. -
getLastExecutionTime
Getter for lastExecutionTime. The last task execution time in epoch milliseconds. -
setLastExecutionTime
Setter for lastExecutionTime. The last task execution time in epoch milliseconds. -
equals
-
hashCode
public int hashCode() -
toString
-