Class VersionUnresolvedIssuesCount
java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionUnresolvedIssuesCount
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class VersionUnresolvedIssuesCount
extends Object
VersionUnresolvedIssuesCount
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVersionUnresolvedIssuesCount(Long issuesCount, Long issuesUnresolvedCount, URI self) Constructs a validated instance ofVersionUnresolvedIssuesCount.Constructs a validated instance ofVersionUnresolvedIssuesCount. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()Count of issues.issuesCount(Long issuesCount) Count of issues.Count of unresolved issues.issuesUnresolvedCount(Long issuesUnresolvedCount) Count of unresolved issues.self()The URL of these count details.The URL of these count details.toString()
-
Field Details
-
issuesCount
Count of issues. -
issuesUnresolvedCount
Count of unresolved issues. -
self
The URL of these count details.
-
-
Constructor Details
-
VersionUnresolvedIssuesCount
Constructs a validated instance ofVersionUnresolvedIssuesCount.- Parameters:
spec- the specification to process
-
VersionUnresolvedIssuesCount
@Internal public VersionUnresolvedIssuesCount(Long issuesCount, Long issuesUnresolvedCount, URI self) Constructs a validated instance ofVersionUnresolvedIssuesCount.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
VersionUnresolvedIssuesCount(Consumer)instead.- Parameters:
issuesCount- Count of issues.issuesUnresolvedCount- Count of unresolved issues.self- The URL of these count details.
-
VersionUnresolvedIssuesCount
protected VersionUnresolvedIssuesCount()
-
-
Method Details
-
builder
-
issuesCount
Count of issues. -
issuesUnresolvedCount
Count of unresolved issues. -
self
The URL of these count details. -
issuesCount
Count of issues.- Returns:
this.
-
issuesUnresolvedCount
Count of unresolved issues.- Returns:
this.
-
self
The URL of these count details.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-