Class AssociatedTableObject
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.AssociatedTableObject
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class AssociatedTableObject
extends Object
Describes association for a table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for isAssociated.Getter for tableName.inthashCode()voidsetIsAssociated(Boolean isAssociated) Setter for isAssociated.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
AssociatedTableObject
public AssociatedTableObject()
-
-
Method Details
-
getTableName
Getter for tableName. The table name. -
setTableName
Setter for tableName. The table name. -
getIsAssociated
Getter for isAssociated. The flag to indicate if the table is associated with the policy. TRUE if associated else FALSE. -
setIsAssociated
Setter for isAssociated. The flag to indicate if the table is associated with the policy. TRUE if associated else FALSE. -
equals
-
hashCode
public int hashCode() -
toString
-