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 classstatic enumThe error type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJiraExpressionValidationError(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 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.
-
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
-