Class JiraExpressionValidationError
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionValidationError
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionValidationError
extends Object
JiraExpressionValidationError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The error type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
The text column in which the error occurred.protected String
The part of the expression in which the error occurred.protected Integer
The text line in which the error occurred.protected String
Details about the error.protected JiraExpressionValidationError.TypeEnum
The error type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JiraExpressionValidationError
(Integer column, String expression, Integer line, String message, JiraExpressionValidationError.TypeEnum type) Constructs a validated instance ofJiraExpressionValidationError
.Constructs a validated instance ofJiraExpressionValidationError
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
column()
The text column in which the error occurred.The text column in which the error occurred.boolean
The part of the expression in which the error occurred.expression
(String expression) The part of the expression in which the error occurred.int
hashCode()
line()
The text line in which the error occurred.The text line in which the error occurred.message()
Details about the error.Details about the error.toString()
type()
The error type.The error type.
-
Field Details
-
column
The text column in which the error occurred. -
expression
The part of the expression in which the error occurred. -
line
The text line in which the error occurred. -
message
Details about the error. -
type
The error type.
-
-
Constructor Details
-
JiraExpressionValidationError
Constructs a validated instance ofJiraExpressionValidationError
.- Parameters:
spec
- the specification to process
-
JiraExpressionValidationError
@Internal public JiraExpressionValidationError(Integer column, String expression, Integer line, String message, JiraExpressionValidationError.TypeEnum type) Constructs a validated instance ofJiraExpressionValidationError
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionValidationError(Consumer)
instead.- Parameters:
column
- The text column in which the error occurred.expression
- The part of the expression in which the error occurred.line
- The text line in which the error occurred.message
- Details about the error.type
- The error type.
-
JiraExpressionValidationError
protected JiraExpressionValidationError()
-
-
Method Details
-
builder
-
column
The text column in which the error occurred. -
expression
The part of the expression in which the error occurred. -
line
The text line in which the error occurred. -
message
Details about the error. -
type
The error type. -
column
The text column in which the error occurred.- Returns:
this
.
-
expression
The part of the expression in which the error occurred.- Returns:
this
.
-
line
The text line in which the error occurred.- Returns:
this
.
-
message
Details about the error.- Returns:
this
.
-
type
The error type.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-