Klasse JiraExpressionAnalysis
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionAnalysis
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionAnalysis
extends Object
JiraExpressionAnalysis
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected JiraExpressionComplexity
protected List<JiraExpressionValidationError>
A list of validation errors.protected String
The analysed expression.protected String
EXPERIMENTAL.protected Boolean
Whether the expression is valid and the interpreter will evaluate it. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JiraExpressionAnalysis
(JiraExpressionComplexity complexity, List<JiraExpressionValidationError> errors, String expression, String type, Boolean valid) Constructs a validated instance ofJiraExpressionAnalysis
.Constructs a validated instance ofJiraExpressionAnalysis
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
complexity
(JiraExpressionComplexity complexity) boolean
errors()
A list of validation errors.errors
(List<JiraExpressionValidationError> errors) A list of validation errors.The analysed expression.expression
(String expression) The analysed expression.int
hashCode()
toString()
type()
EXPERIMENTAL.EXPERIMENTAL.valid()
Whether the expression is valid and the interpreter will evaluate it.Whether the expression is valid and the interpreter will evaluate it.
-
Felddetails
-
complexity
-
errors
A list of validation errors. Not included if the expression is valid. -
expression
The analysed expression. -
type
EXPERIMENTAL. The inferred type of the expression. -
valid
Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations).
-
-
Konstruktordetails
-
JiraExpressionAnalysis
Constructs a validated instance ofJiraExpressionAnalysis
.- Parameter:
spec
- the specification to process
-
JiraExpressionAnalysis
@Internal public JiraExpressionAnalysis(JiraExpressionComplexity complexity, List<JiraExpressionValidationError> errors, String expression, String type, Boolean valid) Constructs a validated instance ofJiraExpressionAnalysis
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionAnalysis(Consumer)
instead.- Parameter:
complexity
- complexityerrors
- A list of validation errors. Not included if the expression is valid.expression
- The analysed expression.type
- EXPERIMENTAL. The inferred type of the expression.valid
- Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations).
-
JiraExpressionAnalysis
protected JiraExpressionAnalysis()
-
-
Methodendetails
-
builder
-
complexity
-
errors
A list of validation errors. Not included if the expression is valid. -
expression
The analysed expression. -
type
EXPERIMENTAL. The inferred type of the expression. -
valid
Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations). -
complexity
- Gibt zurück:
this
.
-
errors
A list of validation errors. Not included if the expression is valid.- Gibt zurück:
this
.
-
expression
The analysed expression.- Gibt zurück:
this
.
-
type
EXPERIMENTAL. The inferred type of the expression.- Gibt zurück:
this
.
-
valid
Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations).- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-