Class JiraExpressionResult
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraExpressionResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionResult
extends Object
JiraExpressionResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JiraExpressionEvaluationMetaDataBeanprotected ObjectThe value of the evaluated expression. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofJiraExpressionResult.Constructs a validated instance ofJiraExpressionResult. -
Method Summary
-
Field Details
-
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.)
-
-
Constructor Details
-
JiraExpressionResult
Constructs a validated instance ofJiraExpressionResult.- Parameters:
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.- Parameters:
meta- metavalue- 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()
-
-
Method Details
-
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
- Returns:
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.)- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-