Class SetCatalogRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.SetCatalogRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class SetCatalogRequest extends Object
The request object to set catalog for a FreeIPA.
-
-
Constructor Summary
Constructors Constructor Description SetCatalogRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCatalog()
Getter for catalog.String
getEnvironment()
Getter for environment.int
hashCode()
void
setCatalog(String catalog)
Setter for catalog.void
setEnvironment(String environment)
Setter for environment.String
toString()
-
-
-
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.
-
-