Klasse JiraExpressionEvaluationMetaDataBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.JiraExpressionEvaluationMetaDataBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionEvaluationMetaDataBean
extends Object
JiraExpressionEvaluationMetaDataBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected JiraExpressionsComplexityBeanprotected IssuesMetaBean -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJiraExpressionEvaluationMetaDataBean(JiraExpressionsComplexityBean complexity, IssuesMetaBean issues) Constructs a validated instance ofJiraExpressionEvaluationMetaDataBean.Constructs a validated instance ofJiraExpressionEvaluationMetaDataBean. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleancomplexity(JiraExpressionsComplexityBean complexity) booleaninthashCode()issues()issues(IssuesMetaBean issues) toString()
-
Felddetails
-
complexity
-
issues
-
-
Konstruktordetails
-
JiraExpressionEvaluationMetaDataBean
Constructs a validated instance ofJiraExpressionEvaluationMetaDataBean.- Parameter:
spec- the specification to process
-
JiraExpressionEvaluationMetaDataBean
@Internal public JiraExpressionEvaluationMetaDataBean(JiraExpressionsComplexityBean complexity, IssuesMetaBean issues) Constructs a validated instance ofJiraExpressionEvaluationMetaDataBean.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionEvaluationMetaDataBean(Consumer)instead.- Parameter:
complexity- complexityissues- issues
-
JiraExpressionEvaluationMetaDataBean
protected JiraExpressionEvaluationMetaDataBean()
-
-
Methodendetails
-
builder
public static JiraExpressionEvaluationMetaDataBean.JiraExpressionEvaluationMetaDataBeanBuilder builder() -
complexity
-
issues
-
complexity
- Gibt zurück:
this.
-
issues
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-