Class SetCatalogRequest

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

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

    • SetCatalogRequest Link icon

      public SetCatalogRequest()
  • Method Details Link icon

    • getEnvironment Link icon

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

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

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

      public void setCatalog(String catalog)
      Setter for catalog. URL of the FreeIPA catalog to be used.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object