Class JiraExpressionsComplexityValueBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionsComplexityValueBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionsComplexityValueBean
extends Object
JiraExpressionsComplexityValueBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJiraExpressionsComplexityValueBean(Integer limit, Integer value) Constructs a validated instance ofJiraExpressionsComplexityValueBean.Constructs a validated instance ofJiraExpressionsComplexityValueBean. -
Method Summary
-
Field Details
-
limit
The maximum allowed complexity. The evaluation will fail if this value is exceeded. -
value
The complexity value of the current expression.
-
-
Constructor Details
-
JiraExpressionsComplexityValueBean
Constructs a validated instance ofJiraExpressionsComplexityValueBean.- Parameters:
spec- the specification to process
-
JiraExpressionsComplexityValueBean
Constructs a validated instance ofJiraExpressionsComplexityValueBean.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionsComplexityValueBean(Consumer)instead.- Parameters:
limit- The maximum allowed complexity. The evaluation will fail if this value is exceeded.value- The complexity value of the current expression.
-
JiraExpressionsComplexityValueBean
protected JiraExpressionsComplexityValueBean()
-
-
Method Details
-
builder
public static JiraExpressionsComplexityValueBean.JiraExpressionsComplexityValueBeanBuilder builder() -
limit
The maximum allowed complexity. The evaluation will fail if this value is exceeded. -
value
The complexity value of the current expression. -
limit
The maximum allowed complexity. The evaluation will fail if this value is exceeded.- Returns:
this.
-
value
The complexity value of the current expression.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-