Class ListVwConfigsResponse


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

    • ListVwConfigsResponse

      public ListVwConfigsResponse()
  • 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