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 OffsetDateTimeThe timestamp of the precomputation creation.protected StringThe error message to be displayed to the user.protected StringThe field the function was executed against.protected StringThe function key.protected StringThe name of the function.protected StringThe id of the precomputation.protected StringThe operator in context of which function was executed.protected OffsetDateTimeThe timestamp of the precomputation last update.protected OffsetDateTimeThe timestamp of the precomputation last usage.protected StringThe JQL fragment stored as the precomputation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs 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 booleancreated()The timestamp of the precomputation creation.created(OffsetDateTime created) The timestamp of the precomputation creation.booleanerror()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.inthashCode()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
-