Class SetCatalogRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class SetCatalogRequest
    extends Object
    The request object to set catalog for a FreeIPA.
    • Constructor Detail

      • SetCatalogRequest

        public SetCatalogRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object