Class IndividualAutoScaleHistoryResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.IndividualAutoScaleHistoryResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class IndividualAutoScaleHistoryResponse extends CdpResponse
An object representing a single AutoScale history event for a DataHub cluster.
  • Constructor Details

    • IndividualAutoScaleHistoryResponse

      public IndividualAutoScaleHistoryResponse()
  • Method Details

    • getEventTime

      public ZonedDateTime getEventTime()
      Getter for eventTime. The time at which the event occurred.
    • setEventTime

      public void setEventTime(ZonedDateTime eventTime)
      Setter for eventTime. The time at which the event occurred.
    • getEventMessage

      public String getEventMessage()
      Getter for eventMessage. The AutoScale related operation that was performed.
    • setEventMessage

      public void setEventMessage(String eventMessage)
      Setter for eventMessage. The AutoScale related operation that was performed.
    • 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