Class IndividualAutoScaleHistoryResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class IndividualAutoScaleHistoryResponse
    extends CdpResponse
    An object representing a single AutoScale history event for a DataHub cluster.
    • Constructor Detail

      • IndividualAutoScaleHistoryResponse

        public IndividualAutoScaleHistoryResponse()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object