Class GetAssociatedTablesObject
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.GetAssociatedTablesObject
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetAssociatedTablesObject
extends Object
Describes association for a namespace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for namespace.Getter for tables.inthashCode()voidsetNamespace(String namespace) Setter for namespace.voidsetTables(List<AssociatedTableObject> tables) Setter for tables.toString()
-
Constructor Details
-
GetAssociatedTablesObject
public GetAssociatedTablesObject()
-
-
Method Details
-
getNamespace
Getter for namespace. The namespace. -
setNamespace
Setter for namespace. The namespace. -
getTables
Getter for tables. The list of table names in the namespace and a flag to indicate if it's associated. -
setTables
Setter for tables. The list of table names in the namespace and a flag to indicate if it's associated. -
equals
-
hashCode
public int hashCode() -
toString
-