Class CreateDbcResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class CreateDbcResponse extends CdpResponse
Response object for the createDbc method.
  • Constructor Details

    • CreateDbcResponse

      public CreateDbcResponse()
  • Method Details

    • getDbcId

      public String getDbcId()
      Getter for dbcId. ID of the new Database Catalog.
    • setDbcId

      public void setDbcId(String dbcId)
      Setter for dbcId. ID of the new Database Catalog.
    • 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