Class StarAssociationDetails
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.StarAssociationDetails
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class StarAssociationDetails
extends Object
Describes policy to entire namespace association details per catalog.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for catalog.Getter for namespaces.Getter for status.inthashCode()voidsetCatalog(String catalog) Setter for catalog.voidsetNamespaces(List<NamespacePolicyAssociation> namespaces) Setter for namespaces.voidSetter for status.toString()
-
Constructor Details
-
StarAssociationDetails
public StarAssociationDetails()
-
-
Method Details
-
getCatalog
Getter for catalog. The catalog. -
setCatalog
Setter for catalog. The catalog. -
getStatus
Getter for status. The catalog status. -
setStatus
Setter for status. The catalog status. -
getNamespaces
Getter for namespaces. The policy to namespace associations for a catalog. -
setNamespaces
Setter for namespaces. The policy to namespace associations for a catalog. -
equals
-
hashCode
public int hashCode() -
toString
-