Package com.seeq.model
Class SupportRequestInputV1
java.lang.Object
com.seeq.model.SupportRequestInputV1
SupportRequestInputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The observed frequency of the problemstatic enum
The severity level, S4 is the lowest and most common and S1 is the highest and for system down events -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachment
(AttachmentInputV1 attachment) attachmentForJira
(JiraAttachment attachmentForJira) description
(String description) boolean
frequency
(SupportRequestInputV1.FrequencyEnum frequency) Get attachmentGet attachmentForJiraAdditional details that can help the Support Team understand the problem or requestgetEmail()
The email address of the senderThe observed frequency of the problemgetName()
The name of the senderThe severity level, S4 is the lowest and most common and S1 is the highest and for system down eventsThe steps to reproduce the problemA one-line description of the problem or feature requestint
hashCode()
void
setAttachment
(AttachmentInputV1 attachment) void
setAttachmentForJira
(JiraAttachment attachmentForJira) void
setDescription
(String description) void
void
setFrequency
(SupportRequestInputV1.FrequencyEnum frequency) void
void
void
setStepsToReproduce
(String stepsToReproduce) void
setSummary
(String summary) severity
(SupportRequestInputV1.SeverityEnum severity) stepsToReproduce
(String stepsToReproduce) toString()
-
Constructor Details
-
SupportRequestInputV1
public SupportRequestInputV1()
-
-
Method Details
-
attachment
-
getAttachment
Get attachment- Returns:
- attachment
-
setAttachment
-
attachmentForJira
-
getAttachmentForJira
Get attachmentForJira- Returns:
- attachmentForJira
-
setAttachmentForJira
-
description
-
getDescription
Additional details that can help the Support Team understand the problem or request- Returns:
- description
-
setDescription
-
email
-
getEmail
The email address of the sender- Returns:
-
setEmail
-
frequency
-
getFrequency
The observed frequency of the problem- Returns:
- frequency
-
setFrequency
-
name
-
getName
The name of the sender- Returns:
- name
-
setName
-
severity
-
getSeverity
The severity level, S4 is the lowest and most common and S1 is the highest and for system down events- Returns:
- severity
-
setSeverity
-
stepsToReproduce
-
getStepsToReproduce
The steps to reproduce the problem- Returns:
- stepsToReproduce
-
setStepsToReproduce
-
summary
-
getSummary
A one-line description of the problem or feature request- Returns:
- summary
-
setSummary
-
equals
-
hashCode
public int hashCode() -
toString
-