Class EventDescription
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an event.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The application associated with the event.The name of the environment associated with this event.The date when the event occurred.The event message.The web service request ID for the activity of this event.The severity level of this event.The name of the configuration associated with this event.The release label for the application version associated with this event.int
hashCode()
void
setApplicationName
(String applicationName) The application associated with the event.void
setEnvironmentName
(String environmentName) The name of the environment associated with this event.void
setEventDate
(Date eventDate) The date when the event occurred.void
setMessage
(String message) The event message.void
setRequestId
(String requestId) The web service request ID for the activity of this event.void
setSeverity
(EventSeverity severity) The severity level of this event.void
setSeverity
(String severity) The severity level of this event.void
setTemplateName
(String templateName) The name of the configuration associated with this event.void
setVersionLabel
(String versionLabel) The release label for the application version associated with this event.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The application associated with the event.withEnvironmentName
(String environmentName) The name of the environment associated with this event.withEventDate
(Date eventDate) The date when the event occurred.withMessage
(String message) The event message.withRequestId
(String requestId) The web service request ID for the activity of this event.withSeverity
(EventSeverity severity) The severity level of this event.withSeverity
(String severity) The severity level of this event.withTemplateName
(String templateName) The name of the configuration associated with this event.withVersionLabel
(String versionLabel) The release label for the application version associated with this event.
-
Constructor Details
-
EventDescription
public EventDescription()
-
-
Method Details
-
setEventDate
The date when the event occurred.
- Parameters:
eventDate
- The date when the event occurred.
-
getEventDate
The date when the event occurred.
- Returns:
- The date when the event occurred.
-
withEventDate
The date when the event occurred.
- Parameters:
eventDate
- The date when the event occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
The event message.
- Parameters:
message
- The event message.
-
getMessage
The event message.
- Returns:
- The event message.
-
withMessage
The event message.
- Parameters:
message
- The event message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setApplicationName
The application associated with the event.
- Parameters:
applicationName
- The application associated with the event.
-
getApplicationName
The application associated with the event.
- Returns:
- The application associated with the event.
-
withApplicationName
The application associated with the event.
- Parameters:
applicationName
- The application associated with the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersionLabel
The release label for the application version associated with this event.
- Parameters:
versionLabel
- The release label for the application version associated with this event.
-
getVersionLabel
The release label for the application version associated with this event.
- Returns:
- The release label for the application version associated with this event.
-
withVersionLabel
The release label for the application version associated with this event.
- Parameters:
versionLabel
- The release label for the application version associated with this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTemplateName
The name of the configuration associated with this event.
- Parameters:
templateName
- The name of the configuration associated with this event.
-
getTemplateName
The name of the configuration associated with this event.
- Returns:
- The name of the configuration associated with this event.
-
withTemplateName
The name of the configuration associated with this event.
- Parameters:
templateName
- The name of the configuration associated with this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEnvironmentName
The name of the environment associated with this event.
- Parameters:
environmentName
- The name of the environment associated with this event.
-
getEnvironmentName
The name of the environment associated with this event.
- Returns:
- The name of the environment associated with this event.
-
withEnvironmentName
The name of the environment associated with this event.
- Parameters:
environmentName
- The name of the environment associated with this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRequestId
The web service request ID for the activity of this event.
- Parameters:
requestId
- The web service request ID for the activity of this event.
-
getRequestId
The web service request ID for the activity of this event.
- Returns:
- The web service request ID for the activity of this event.
-
withRequestId
The web service request ID for the activity of this event.
- Parameters:
requestId
- The web service request ID for the activity of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSeverity
The severity level of this event.
- Parameters:
severity
- The severity level of this event.- See Also:
-
getSeverity
The severity level of this event.
- Returns:
- The severity level of this event.
- See Also:
-
withSeverity
The severity level of this event.
- Parameters:
severity
- The severity level of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSeverity
The severity level of this event.
- Parameters:
severity
- The severity level of this event.- See Also:
-
withSeverity
The severity level of this event.
- Parameters:
severity
- The severity level of this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-