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="2024-09-27T08:40:28.348-07:00")
public class Notification
extends Object
A notification for an event
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for description.Getter for eventId.getName()
Getter for name.Getter for referenceId.Getter for referenceType.Getter for severity.Getter for timestamp.Getter for username.int
hashCode()
void
setDescription
(String description) Setter for description.void
setEventId
(String eventId) Setter for eventId.void
Setter for name.void
setReferenceId
(String referenceId) Setter for referenceId.void
setReferenceType
(String referenceType) Setter for referenceType.void
setSeverity
(String severity) Setter for severity.void
setTimestamp
(Long timestamp) Setter for timestamp.void
setUsername
(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
-