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="2023-09-14T10:47:19.717-07:00") public class Notification extends Object
A notification for an event
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
Getter for description.String
getEventId()
Getter for eventId.String
getName()
Getter for name.String
getReferenceId()
Getter for referenceId.String
getReferenceType()
Getter for referenceType.String
getSeverity()
Getter for severity.Long
getTimestamp()
Getter for timestamp.String
getUsername()
Getter for username.int
hashCode()
void
setDescription(String description)
Setter for description.void
setEventId(String eventId)
Setter for eventId.void
setName(String name)
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.String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Getter for name. The name of the notification
-
setName
public void setName(String name)
Setter for name. The name of the notification
-
getDescription
public String getDescription()
Getter for description. The description of the notification
-
setDescription
public void setDescription(String description)
Setter for description. The description of the notification
-
getSeverity
public String getSeverity()
Getter for severity. The severity of the notification
-
setSeverity
public void setSeverity(String severity)
Setter for severity. The severity of the notification
-
getReferenceId
public String getReferenceId()
Getter for referenceId. The id of the component referenced by this notification
-
setReferenceId
public void setReferenceId(String referenceId)
Setter for referenceId. The id of the component referenced by this notification
-
getReferenceType
public String getReferenceType()
Getter for referenceType. The type of component referenced by this notification
-
setReferenceType
public void setReferenceType(String referenceType)
Setter for referenceType. The type of component referenced by this notification
-
getUsername
public String getUsername()
Getter for username. The user associated with the notification
-
setUsername
public void setUsername(String username)
Setter for username. The user associated with the notification
-
getEventId
public String getEventId()
Getter for eventId. The id of the event that triggered this notification
-
setEventId
public void setEventId(String eventId)
Setter for eventId. The id of the event that triggered this notification
-
getTimestamp
public Long getTimestamp()
Getter for timestamp. The timestamp of the event that triggered this notification
-
setTimestamp
public void setTimestamp(Long timestamp)
Setter for timestamp. The timestamp of the event that triggered this notification
-
-