Class SetCatalogRequest

java.lang.Object
com.cloudera.cdp.environments.model.SetCatalogRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-12T15:07:44.583-07:00") public class SetCatalogRequest extends Object
The request object to set catalog for a FreeIPA.
  • Constructor Details

    • SetCatalogRequest

      public SetCatalogRequest()
  • Method Details

    • getEnvironment

      public String getEnvironment()
      Getter for environment. The name or CRN of the affected environment that holds the FreeIPA installation.
    • setEnvironment

      public void setEnvironment(String environment)
      Setter for environment. The name or CRN of the affected environment that holds the FreeIPA installation.
    • getCatalog

      public String getCatalog()
      Getter for catalog. URL of the FreeIPA catalog to be used.
    • setCatalog

      public void setCatalog(String catalog)
      Setter for catalog. URL of the FreeIPA catalog to be used.
    • 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