Class Task
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.Task
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class Task
extends Object
The maintenance task that ran on a table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for actions.Getter for lastExecutionTime.Getter for policyName.Getter for tableName.inthashCode()voidsetActions(List<TaskAction> actions) Setter for actions.voidsetLastExecutionTime(Long lastExecutionTime) Setter for lastExecutionTime.voidsetPolicyName(String policyName) Setter for policyName.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
Task
public Task()
-
-
Method Details
-
getActions
Getter for actions. The list of actions that ran with a policy on a table. -
setActions
Setter for actions. The list of actions that ran with a policy on a table. -
getPolicyName
Getter for policyName. Policy name. -
setPolicyName
Setter for policyName. Policy name. -
getTableName
Getter for tableName. Table name. -
setTableName
Setter for tableName. Table name. -
getLastExecutionTime
Getter for lastExecutionTime. The recent policy execution epoch time in milliseconds. -
setLastExecutionTime
Setter for lastExecutionTime. The recent policy execution epoch time in milliseconds. -
equals
-
hashCode
public int hashCode() -
toString
-