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 Details

    • GetAssociatedNamespacesObject

      public GetAssociatedNamespacesObject()
  • Method Details

    • getNamespace

      public String getNamespace()
      Getter for namespace. The namespace.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The namespace.
    • getIsAssociated

      public Boolean getIsAssociated()
      Getter for isAssociated. The flag to indicate if the namespace is associated with the policy. TRUE if associated else FALSE.
    • setIsAssociated

      public void setIsAssociated(Boolean isAssociated)
      Setter for isAssociated. The flag to indicate if the namespace is associated with the policy. TRUE if associated else FALSE.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object