Class ComponentIssuesCount
java.lang.Object
io.github.primelib.jira4j.restv2.model.ComponentIssuesCount
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ComponentIssuesCount
extends Object
ComponentIssuesCount
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedComponentIssuesCount(Long issueCount, URI self) Constructs a validated instance ofComponentIssuesCount.Constructs a validated instance ofComponentIssuesCount. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()The count of issues assigned to a component.issueCount(Long issueCount) The count of issues assigned to a component.self()The URL for this count of issues for a component.The URL for this count of issues for a component.toString()
-
Field Details
-
issueCount
The count of issues assigned to a component. -
self
The URL for this count of issues for a component.
-
-
Constructor Details
-
ComponentIssuesCount
Constructs a validated instance ofComponentIssuesCount.- Parameters:
spec- the specification to process
-
ComponentIssuesCount
Constructs a validated instance ofComponentIssuesCount.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ComponentIssuesCount(Consumer)instead.- Parameters:
issueCount- The count of issues assigned to a component.self- The URL for this count of issues for a component.
-
ComponentIssuesCount
protected ComponentIssuesCount()
-
-
Method Details
-
builder
-
issueCount
The count of issues assigned to a component. -
self
The URL for this count of issues for a component. -
issueCount
The count of issues assigned to a component.- Returns:
this.
-
self
The URL for this count of issues for a component.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-