Class JqlFunctionPrecomputationBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlFunctionPrecomputationBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlFunctionPrecomputationBean
extends Object
JqlFunctionPrecomputationBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of arguments function was invoked with.protected OffsetDateTime
The timestamp of the precomputation creation.protected String
The error message to be displayed to the user.protected String
The field the function was executed against.protected String
The function key.protected String
The name of the function.protected String
The id of the precomputation.protected String
The operator in context of which function was executed.protected OffsetDateTime
The timestamp of the precomputation last update.protected OffsetDateTime
The timestamp of the precomputation last usage.protected String
The JQL fragment stored as the precomputation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofJqlFunctionPrecomputationBean
.JqlFunctionPrecomputationBean
(List<String> arguments, OffsetDateTime created, String error, String field, String functionKey, String functionName, String id, String operator, OffsetDateTime updated, OffsetDateTime used, String value) Constructs a validated instance ofJqlFunctionPrecomputationBean
. -
Method Summary
Modifier and TypeMethodDescriptionThe list of arguments function was invoked with.The list of arguments function was invoked with.builder()
protected boolean
created()
The timestamp of the precomputation creation.created
(OffsetDateTime created) The timestamp of the precomputation creation.boolean
error()
The error message to be displayed to the user.The error message to be displayed to the user.field()
The field the function was executed against.The field the function was executed against.The function key.functionKey
(String functionKey) The function key.The name of the function.functionName
(String functionName) The name of the function.int
hashCode()
id()
The id of the precomputation.The id of the precomputation.operator()
The operator in context of which function was executed.The operator in context of which function was executed.toString()
updated()
The timestamp of the precomputation last update.updated
(OffsetDateTime updated) The timestamp of the precomputation last update.used()
The timestamp of the precomputation last usage.used
(OffsetDateTime used) The timestamp of the precomputation last usage.value()
The JQL fragment stored as the precomputation.The JQL fragment stored as the precomputation.
-
Field Details
-
arguments
The list of arguments function was invoked with. -
created
The timestamp of the precomputation creation. -
error
The error message to be displayed to the user. -
field
The field the function was executed against. -
functionKey
The function key. -
functionName
The name of the function. -
id
The id of the precomputation. -
operator
The operator in context of which function was executed. -
updated
The timestamp of the precomputation last update. -
used
The timestamp of the precomputation last usage. -
value
The JQL fragment stored as the precomputation.
-
-
Constructor Details
-
JqlFunctionPrecomputationBean
Constructs a validated instance ofJqlFunctionPrecomputationBean
.- Parameters:
spec
- the specification to process
-
JqlFunctionPrecomputationBean
@Internal public JqlFunctionPrecomputationBean(List<String> arguments, OffsetDateTime created, String error, String field, String functionKey, String functionName, String id, String operator, OffsetDateTime updated, OffsetDateTime used, String value) Constructs a validated instance ofJqlFunctionPrecomputationBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlFunctionPrecomputationBean(Consumer)
instead.- Parameters:
arguments
- The list of arguments function was invoked with.created
- The timestamp of the precomputation creation.error
- The error message to be displayed to the user.field
- The field the function was executed against.functionKey
- The function key.functionName
- The name of the function.id
- The id of the precomputation.operator
- The operator in context of which function was executed.updated
- The timestamp of the precomputation last update.used
- The timestamp of the precomputation last usage.value
- The JQL fragment stored as the precomputation.
-
JqlFunctionPrecomputationBean
protected JqlFunctionPrecomputationBean()
-
-
Method Details
-
builder
-
arguments
The list of arguments function was invoked with. -
created
The timestamp of the precomputation creation. -
error
The error message to be displayed to the user. -
field
The field the function was executed against. -
functionKey
The function key. -
functionName
The name of the function. -
id
The id of the precomputation. -
operator
The operator in context of which function was executed. -
updated
The timestamp of the precomputation last update. -
used
The timestamp of the precomputation last usage. -
value
The JQL fragment stored as the precomputation. -
arguments
The list of arguments function was invoked with.- Returns:
this
.
-
created
The timestamp of the precomputation creation.- Returns:
this
.
-
error
The error message to be displayed to the user.- Returns:
this
.
-
field
The field the function was executed against.- Returns:
this
.
-
functionKey
The function key.- Returns:
this
.
-
functionName
The name of the function.- Returns:
this
.
-
id
The id of the precomputation.- Returns:
this
.
-
operator
The operator in context of which function was executed.- Returns:
this
.
-
updated
The timestamp of the precomputation last update.- Returns:
this
.
-
used
The timestamp of the precomputation last usage.- Returns:
this
.
-
value
The JQL fragment stored as the precomputation.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-