Class TableObject
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.TableObject
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class TableObject
extends Object
The table object containing name, status and other details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for lastExecutionTime.Getter for namespace.Getter for policies.Getter for status.Getter for tableName.inthashCode()voidsetLastExecutionTime(Long lastExecutionTime) Setter for lastExecutionTime.voidsetNamespace(String namespace) Setter for namespace.voidsetPolicies(List<String> policies) Setter for policies.voidSetter for status.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
TableObject
public TableObject()
-
-
Method Details
-
getStatus
Getter for status. The table status. -
setStatus
Setter for status. The table status. -
getNamespace
Getter for namespace. The name of the namespace. -
setNamespace
Setter for namespace. The name of the namespace. -
getTableName
Getter for tableName. The name of the table. -
setTableName
Setter for tableName. The name of the table. -
getPolicies
Getter for policies. The list of associated policies. -
setPolicies
Setter for policies. The list of associated policies. -
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
-