Class Event

java.lang.Object
com.cloudera.cdp.dw.model.Event

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class Event extends Object
Represents a Event.
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getOperationId

      public String getOperationId()
      Getter for operationId. The ID of the operation to which the event belongs.
    • setOperationId

      public void setOperationId(String operationId)
      Setter for operationId. The ID of the operation to which the event belongs.
    • getServiceId

      public String getServiceId()
      Getter for serviceId. The ID of the service to which the event belongs.
    • setServiceId

      public void setServiceId(String serviceId)
      Setter for serviceId. The ID of the service to which the event belongs.
    • getEvent

      public String getEvent()
      Getter for event. The name of the event.
    • setEvent

      public void setEvent(String event)
      Setter for event. The name of the event.
    • getMessage

      public String getMessage()
      Getter for message. Detailed message.
    • setMessage

      public void setMessage(String message)
      Setter for message. Detailed message.
    • getTimestamp

      public ZonedDateTime getTimestamp()
      Getter for timestamp. The timestamp of the event.
    • setTimestamp

      public void setTimestamp(ZonedDateTime timestamp)
      Setter for timestamp. The timestamp of the event.
    • 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