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="2025-10-15T17:00:44.787-07:00")
public class Event
extends Object
Represents a Event.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetEvent()Getter for event.Getter for message.Getter for operationId.Getter for serviceId.Getter for timestamp.inthashCode()voidSetter for event.voidsetMessage(String message) Setter for message.voidsetOperationId(String operationId) Setter for operationId.voidsetServiceId(String serviceId) Setter for serviceId.voidsetTimestamp(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
-