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