Class DirectAssociationDetails
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.DirectAssociationDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class DirectAssociationDetails
extends Object
Describes direct table to policy association details per namespace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for namespace.Getter for status.Getter for tables.inthashCode()voidsetNamespace(String namespace) Setter for namespace.voidSetter for status.voidsetTables(List<TablePolicyAssociation> tables) Setter for tables.toString()
-
Constructor Details
-
DirectAssociationDetails
public DirectAssociationDetails()
-
-
Method Details
-
getNamespace
Getter for namespace. The namespace. -
setNamespace
Setter for namespace. The namespace. -
getStatus
Getter for status. The namespace status. -
setStatus
Setter for status. The namespace status. -
getTables
Getter for tables. The table to policy associations for a namespace -
setTables
Setter for tables. The table to policy associations for a namespace -
equals
-
hashCode
public int hashCode() -
toString
-