Klasse JiraExpressionValidationError
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionValidationError
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionValidationError
extends Object
JiraExpressionValidationError
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The error type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JiraExpressionValidationError
(Integer column, String expression, Integer line, String message, JiraExpressionValidationError.TypeEnum type) Constructs a validated instance ofJiraExpressionValidationError
.Constructs a validated instance ofJiraExpressionValidationError
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
JiraExpressionValidationError
Constructs a validated instance ofJiraExpressionValidationError
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
expression
The part of the expression in which the error occurred.- Gibt zurück:
this
.
-
line
The text line in which the error occurred.- Gibt zurück:
this
.
-
message
Details about the error.- Gibt zurück:
this
.
-
type
The error type.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-