Klasse JiraExpressionsComplexityValueBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionsComplexityValueBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionsComplexityValueBean
extends Object
JiraExpressionsComplexityValueBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJiraExpressionsComplexityValueBean(Integer limit, Integer value) Constructs a validated instance ofJiraExpressionsComplexityValueBean.Constructs a validated instance ofJiraExpressionsComplexityValueBean. -
Methodenübersicht
-
Felddetails
-
limit
The maximum allowed complexity. The evaluation will fail if this value is exceeded. -
value
The complexity value of the current expression.
-
-
Konstruktordetails
-
JiraExpressionsComplexityValueBean
Constructs a validated instance ofJiraExpressionsComplexityValueBean.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
value
The complexity value of the current expression.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-