Class Event


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class Event
    extends Object
    Represents a Event.
    • Constructor Detail

      • Event

        public Event()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object