Class PolicyObject
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.PolicyObject
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class PolicyObject
extends Object
The policy object containing name, status and other details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for creationTime.Getter for isDefault.Getter for lastExecutionTime.Getter for policyName.Getter for status.Getter for tableCount.Getter for taskCount.inthashCode()voidsetCreationTime(Long creationTime) Setter for creationTime.voidsetIsDefault(Boolean isDefault) Setter for isDefault.voidsetLastExecutionTime(Long lastExecutionTime) Setter for lastExecutionTime.voidsetPolicyName(String policyName) Setter for policyName.voidSetter for status.voidsetTableCount(Integer tableCount) Setter for tableCount.voidsetTaskCount(Integer taskCount) Setter for taskCount.toString()
-
Constructor Details
-
PolicyObject
public PolicyObject()
-
-
Method Details
-
getStatus
Getter for status. The policy status. -
setStatus
Setter for status. The policy status. -
getPolicyName
Getter for policyName. The policy name. -
setPolicyName
Setter for policyName. The policy name. -
getTaskCount
Getter for taskCount. The number of tasks ran for this policy. -
setTaskCount
Setter for taskCount. The number of tasks ran for this policy. -
getTableCount
Getter for tableCount. The number of tables associated with this policy. -
setTableCount
Setter for tableCount. The number of tables associated with this policy. -
getCreationTime
Getter for creationTime. The policy creation time in epoch milliseconds. -
setCreationTime
Setter for creationTime. The policy creation time in epoch milliseconds. -
getLastExecutionTime
Getter for lastExecutionTime. The recent task execution time in epoch milliseconds. -
setLastExecutionTime
Setter for lastExecutionTime. The recent task execution time in epoch milliseconds. -
getIsDefault
Getter for isDefault. Flag to indicate if the policy is a default one provided by Cloudera. Policy is default if true else false. -
setIsDefault
Setter for isDefault. Flag to indicate if the policy is a default one provided by Cloudera. Policy is default if true else false. -
equals
-
hashCode
public int hashCode() -
toString
-