Package com.cloudera.cdp.datahub.model
Class SetCatalogRequest
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.SetCatalogRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-06-01T14:27:19.310-07:00") public class SetCatalogRequest extends Object
The request object to set catalog for a DataHub.
-
-
Constructor Summary
Constructors Constructor Description SetCatalogRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCatalogName()
Getter for catalogName.String
getCluster()
Getter for cluster.int
hashCode()
void
setCatalogName(String catalogName)
Setter for catalogName.void
setCluster(String cluster)
Setter for cluster.String
toString()
-
-
-
Method Detail
-
getCluster
public String getCluster()
Getter for cluster. The name or CRN of the affected DataHub cluster.
-
setCluster
public void setCluster(String cluster)
Setter for cluster. The name or CRN of the affected DataHub cluster.
-
getCatalogName
public String getCatalogName()
Getter for catalogName. The name of the catalog to be used.
-
setCatalogName
public void setCatalogName(String catalogName)
Setter for catalogName. The name of the catalog to be used.
-
-