Package com.cloudera.cdp.df.model
Class Notification
java.lang.Object
com.cloudera.cdp.df.model.Notification
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:48.252-07:00")
public class Notification
extends Object
A notification for an event
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for description.Getter for eventId.getName()Getter for name.Getter for referenceId.Getter for referenceType.Getter for severity.Getter for timestamp.Getter for username.inthashCode()voidsetDescription(String description) Setter for description.voidsetEventId(String eventId) Setter for eventId.voidSetter for name.voidsetReferenceId(String referenceId) Setter for referenceId.voidsetReferenceType(String referenceType) Setter for referenceType.voidsetSeverity(String severity) Setter for severity.voidsetTimestamp(Long timestamp) Setter for timestamp.voidsetUsername(String username) Setter for username.toString()
-
Constructor Details
-
Notification
public Notification()
-
-
Method Details
-
getName
Getter for name. The name of the notification -
setName
Setter for name. The name of the notification -
getDescription
Getter for description. The description of the notification -
setDescription
Setter for description. The description of the notification -
getSeverity
Getter for severity. The severity of the notification -
setSeverity
Setter for severity. The severity of the notification -
getReferenceId
Getter for referenceId. The id of the component referenced by this notification -
setReferenceId
Setter for referenceId. The id of the component referenced by this notification -
getReferenceType
Getter for referenceType. The type of component referenced by this notification -
setReferenceType
Setter for referenceType. The type of component referenced by this notification -
getUsername
Getter for username. The user associated with the notification -
setUsername
Setter for username. The user associated with the notification -
getEventId
Getter for eventId. The id of the event that triggered this notification -
setEventId
Setter for eventId. The id of the event that triggered this notification -
getTimestamp
Getter for timestamp. The timestamp of the event that triggered this notification -
setTimestamp
Setter for timestamp. The timestamp of the event that triggered this notification -
equals
-
hashCode
public int hashCode() -
toString
-