Package com.cloudera.cdp.dw.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEvent()
Getter for event.Getter for message.Getter for operationId.Getter for serviceId.Getter for timestamp.int
hashCode()
void
Setter for event.void
setMessage
(String message) Setter for message.void
setOperationId
(String operationId) Setter for operationId.void
setServiceId
(String serviceId) Setter for serviceId.void
setTimestamp
(ZonedDateTime timestamp) Setter for timestamp.toString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getOperationId
Getter for operationId. The ID of the operation to which the event belongs. -
setOperationId
Setter for operationId. The ID of the operation to which the event belongs. -
getServiceId
Getter for serviceId. The ID of the service to which the event belongs. -
setServiceId
Setter for serviceId. The ID of the service to which the event belongs. -
getEvent
Getter for event. The name of the event. -
setEvent
Setter for event. The name of the event. -
getMessage
Getter for message. Detailed message. -
setMessage
Setter for message. Detailed message. -
getTimestamp
Getter for timestamp. The timestamp of the event. -
setTimestamp
Setter for timestamp. The timestamp of the event. -
equals
-
hashCode
public int hashCode() -
toString
-