@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class JqlFunctionPrecomputationUpdateBean extends Object
| Constructor and Description |
|---|
JqlFunctionPrecomputationUpdateBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JqlFunctionPrecomputationUpdateBean |
error(String error) |
String |
getError()
The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.
|
String |
getId()
The id of the precomputation to update.
|
String |
getValue()
The new value of the precomputation.
|
int |
hashCode() |
JqlFunctionPrecomputationUpdateBean |
id(String id) |
void |
setError(String error) |
void |
setId(String id) |
void |
setValue(String value) |
String |
toString() |
JqlFunctionPrecomputationUpdateBean |
value(String value) |
public JqlFunctionPrecomputationUpdateBean error(String error)
public String getError()
public void setError(String error)
public JqlFunctionPrecomputationUpdateBean id(String id)
public String getId()
public void setId(String id)
public JqlFunctionPrecomputationUpdateBean value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.