Klasse JiraExpressionResult
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraExpressionResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionResult
extends Object
JiraExpressionResult
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected JiraExpressionResultMetaprotected ObjectThe value of the evaluated expression. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJiraExpressionResult(JiraExpressionResultMeta meta, Object value) Constructs a validated instance ofJiraExpressionResult.Constructs a validated instance ofJiraExpressionResult. -
Methodenübersicht
-
Felddetails
-
meta
-
value
The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.)
-
-
Konstruktordetails
-
JiraExpressionResult
Constructs a validated instance ofJiraExpressionResult.- Parameter:
spec- the specification to process
-
JiraExpressionResult
Constructs a validated instance ofJiraExpressionResult.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionResult(Consumer)instead.- Parameter:
meta- var.namevalue- The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.)
-
JiraExpressionResult
protected JiraExpressionResult()
-
-
Methodendetails
-
builder
-
meta
-
value
The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.) -
meta
- Gibt zurück:
this.
-
value
The value of the evaluated expression. It may be a primitive JSON value or a Jira REST API object. (Some expressions do not produce any meaningful results—for example, an expression that returns a lambda function—if that's the case a simple string representation is returned. These string representations should not be relied upon and may change without notice.)- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-