JiraExpressionsComplexityBean class

Properties

beans JiraExpressionsComplexityValueBean
The number of Jira REST API beans returned in the response.
final
expensiveOperations JiraExpressionsComplexityValueBean
The number of expensive operations executed while evaluating the expression. Expensive operations are those that load additional data, such as entity properties, comments, or custom fields.
final
hashCode int
The hash code for this object.
no setterinherited
primitiveValues JiraExpressionsComplexityValueBean
The number of primitive values returned in the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps JiraExpressionsComplexityValueBean
The number of steps it took to evaluate the expression, where a step is a high-level operation performed by the expression. A step is an operation such as arithmetic, accessing a property, accessing a context variable, or calling a function.
final

Methods

copyWith({JiraExpressionsComplexityValueBean? beans, JiraExpressionsComplexityValueBean? expensiveOperations, JiraExpressionsComplexityValueBean? primitiveValues, JiraExpressionsComplexityValueBean? steps}) JiraExpressionsComplexityBean
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited