Class ListDbcConfigsResponse


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

    • ListDbcConfigsResponse

      public ListDbcConfigsResponse()
  • Method Details

    • getConfigHistory

      public List<ConfigHistoryItem> getConfigHistory()
      Getter for configHistory. Configuration history of a service.
    • setConfigHistory

      public void setConfigHistory(List<ConfigHistoryItem> configHistory)
      Setter for configHistory. Configuration history of a service.
    • 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