public class EventDescription
extends java.lang.Object
implements java.io.Serializable
Describes an event.
| コンストラクタと説明 |
|---|
EventDescription()
Default constructor for a new EventDescription object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationName()
The application associated with the event.
|
java.lang.String |
getEnvironmentName()
The name of the environment associated with this event.
|
java.util.Date |
getEventDate()
The date when the event occurred.
|
java.lang.String |
getMessage()
The event message.
|
java.lang.String |
getRequestId()
The web service request ID for the activity of this event.
|
java.lang.String |
getSeverity()
The severity level of this event.
|
java.lang.String |
getTemplateName()
The name of the configuration associated with this event.
|
java.lang.String |
getVersionLabel()
The release label for the application version associated with this
event.
|
int |
hashCode() |
void |
setApplicationName(java.lang.String applicationName)
The application associated with the event.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of the environment associated with this event.
|
void |
setEventDate(java.util.Date eventDate)
The date when the event occurred.
|
void |
setMessage(java.lang.String message)
The event message.
|
void |
setRequestId(java.lang.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(java.lang.String severity)
The severity level of this event.
|
void |
setTemplateName(java.lang.String templateName)
The name of the configuration associated with this event.
|
void |
setVersionLabel(java.lang.String versionLabel)
The release label for the application version associated with this
event.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EventDescription |
withApplicationName(java.lang.String applicationName)
The application associated with the event.
|
EventDescription |
withEnvironmentName(java.lang.String environmentName)
The name of the environment associated with this event.
|
EventDescription |
withEventDate(java.util.Date eventDate)
The date when the event occurred.
|
EventDescription |
withMessage(java.lang.String message)
The event message.
|
EventDescription |
withRequestId(java.lang.String requestId)
The web service request ID for the activity of this event.
|
EventDescription |
withSeverity(EventSeverity severity)
The severity level of this event.
|
EventDescription |
withSeverity(java.lang.String severity)
The severity level of this event.
|
EventDescription |
withTemplateName(java.lang.String templateName)
The name of the configuration associated with this event.
|
EventDescription |
withVersionLabel(java.lang.String versionLabel)
The release label for the application version associated with this
event.
|
public EventDescription()
public java.util.Date getEventDate()
public void setEventDate(java.util.Date eventDate)
eventDate - The date when the event occurred.public EventDescription withEventDate(java.util.Date eventDate)
Returns a reference to this object so that method calls can be chained together.
eventDate - The date when the event occurred.public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - The event message.public EventDescription withMessage(java.lang.String message)
Returns a reference to this object so that method calls can be chained together.
message - The event message.public java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName - The application associated with the event.public EventDescription withApplicationName(java.lang.String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName - The application associated with the event.public java.lang.String getVersionLabel()
Constraints:
Length: 1 - 100
public void setVersionLabel(java.lang.String versionLabel)
Constraints:
Length: 1 - 100
versionLabel - The release label for the application version associated with this
event.public EventDescription withVersionLabel(java.lang.String versionLabel)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
versionLabel - The release label for the application version associated with this
event.public java.lang.String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(java.lang.String templateName)
Constraints:
Length: 1 - 100
templateName - The name of the configuration associated with this event.public EventDescription withTemplateName(java.lang.String templateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName - The name of the configuration associated with this event.public java.lang.String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(java.lang.String environmentName)
Constraints:
Length: 4 - 23
environmentName - The name of the environment associated with this event.public EventDescription withEnvironmentName(java.lang.String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName - The name of the environment associated with this event.public java.lang.String getRequestId()
public void setRequestId(java.lang.String requestId)
requestId - The web service request ID for the activity of this event.public EventDescription withRequestId(java.lang.String requestId)
Returns a reference to this object so that method calls can be chained together.
requestId - The web service request ID for the activity of this event.public java.lang.String getSeverity()
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
EventSeveritypublic void setSeverity(java.lang.String severity)
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity - The severity level of this event.EventSeveritypublic EventDescription withSeverity(java.lang.String severity)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity - The severity level of this event.EventSeveritypublic void setSeverity(EventSeverity severity)
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity - The severity level of this event.EventSeveritypublic EventDescription withSeverity(EventSeverity severity)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL
severity - The severity level of this event.EventSeveritypublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object