Class Error
java.lang.Object
io.github.primelib.jira4j.restv3.model.Error
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Error
extends Object
Error
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Error.ErrorBuilderbuilder()protected booleancount()booleaninthashCode()issueIdsOrKeys(Set<String> issueIdsOrKeys) message()toString()
-
Field Details
-
count
-
issueIdsOrKeys
-
message
-
-
Constructor Details
-
Error
Constructs a validated instance ofError.- Parameters:
spec- the specification to process
-
Error
Constructs a validated instance ofError.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Error(Consumer)instead.- Parameters:
count- countissueIdsOrKeys- issueIdsOrKeysmessage- message
-
Error
protected Error()
-
-
Method Details