Class JiraExpressionsComplexityBeanPrimitiveValues
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionsComplexityBeanPrimitiveValues
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionsComplexityBeanPrimitiveValues
extends Object
JiraExpressionsComplexityBeanPrimitiveValues
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJiraExpressionsComplexityBeanPrimitiveValues(Integer limit, Integer value) Constructs a validated instance ofJiraExpressionsComplexityBeanPrimitiveValues.JiraExpressionsComplexityBeanPrimitiveValues(Consumer<JiraExpressionsComplexityBeanPrimitiveValues> spec) Constructs a validated instance ofJiraExpressionsComplexityBeanPrimitiveValues. -
Method Summary
Modifier and TypeMethodDescriptionstatic JiraExpressionsComplexityBeanPrimitiveValues.JiraExpressionsComplexityBeanPrimitiveValuesBuilderbuilder()protected booleanbooleaninthashCode()limit()The maximum allowed complexity.The maximum allowed complexity.toString()value()The complexity value of the current expression.The complexity value of the current expression.
-
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
-
JiraExpressionsComplexityBeanPrimitiveValues
public JiraExpressionsComplexityBeanPrimitiveValues(Consumer<JiraExpressionsComplexityBeanPrimitiveValues> spec) Constructs a validated instance ofJiraExpressionsComplexityBeanPrimitiveValues.- Parameters:
spec- the specification to process
-
JiraExpressionsComplexityBeanPrimitiveValues
Constructs a validated instance ofJiraExpressionsComplexityBeanPrimitiveValues.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionsComplexityBeanPrimitiveValues(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.
-
JiraExpressionsComplexityBeanPrimitiveValues
protected JiraExpressionsComplexityBeanPrimitiveValues()
-
-
Method Details
-
builder
public static JiraExpressionsComplexityBeanPrimitiveValues.JiraExpressionsComplexityBeanPrimitiveValuesBuilder 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
-