@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class JqlFunctionPrecomputationBean extends Object
| Constructor and Description |
|---|
JqlFunctionPrecomputationBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getArguments()
The list of arguments function was invoked with.
|
OffsetDateTime |
getCreated()
The timestamp of the precomputation creation.
|
String |
getError()
The error message to be displayed to the user.
|
String |
getField()
The field the function was executed against.
|
String |
getFunctionKey()
The function key.
|
String |
getFunctionName()
The name of the function.
|
String |
getId()
The id of the precomputation.
|
String |
getOperator()
The operator in context of which function was executed.
|
OffsetDateTime |
getUpdated()
The timestamp of the precomputation last update.
|
OffsetDateTime |
getUsed()
The timestamp of the precomputation last usage.
|
String |
getValue()
The JQL fragment stored as the precomputation.
|
int |
hashCode() |
String |
toString() |
public List<String> getArguments()
public OffsetDateTime getCreated()
public String getError()
public String getField()
public String getFunctionKey()
public String getFunctionName()
public String getId()
public String getOperator()
public OffsetDateTime getUpdated()
public OffsetDateTime getUsed()
public String getValue()
Copyright © 2011–2023 Everit Kft.. All rights reserved.