Class JiraExpressionValidationError
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraExpressionValidationError
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionValidationError
extends Object
JiraExpressionValidationError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe error type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IntegerThe text column in which the error occurred.protected StringThe part of the expression in which the error occurred.protected IntegerThe text line in which the error occurred.protected StringDetails about the error.protected JiraExpressionValidationError.TypeEnumThe error type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJiraExpressionValidationError(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 booleancolumn()The text column in which the error occurred.The text column in which the error occurred.booleanThe part of the expression in which the error occurred.expression(String expression) The part of the expression in which the error occurred.inthashCode()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
-