@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class JiraExpressionComplexity extends Object
| Constructor and Description |
|---|
JiraExpressionComplexity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JiraExpressionComplexity |
expensiveOperations(String expensiveOperations) |
String |
getExpensiveOperations()
Information that can be used to determine how many [expensive operations](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#expensive-operations) the evaluation of the expression will perform.
|
Map<String,String> |
getVariables()
Variables used in the formula, mapped to the parts of the expression they refer to.
|
int |
hashCode() |
JiraExpressionComplexity |
putVariablesItem(String key,
String variablesItem) |
void |
setExpensiveOperations(String expensiveOperations) |
void |
setVariables(Map<String,String> variables) |
String |
toString() |
JiraExpressionComplexity |
variables(Map<String,String> variables) |
public JiraExpressionComplexity expensiveOperations(String expensiveOperations)
public String getExpensiveOperations()
public void setExpensiveOperations(String expensiveOperations)
public JiraExpressionComplexity variables(Map<String,String> variables)
public JiraExpressionComplexity putVariablesItem(String key, String variablesItem)
public Map<String,String> getVariables()
Copyright © 2011–2021 Everit Kft.. All rights reserved.