Class ListDbcConfigsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class ListDbcConfigsResponse
    extends CdpResponse
    Response object for the listDbcConfigs method.
    • Constructor Detail

      • ListDbcConfigsResponse

        public ListDbcConfigsResponse()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object