Klasse ErrorCollection
java.lang.Object
io.github.primelib.jira4j.restv2.model.ErrorCollection
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ErrorCollection
extends Object
ErrorCollection
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofErrorCollection.Constructs a validated instance ofErrorCollection. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanThe list of error messages produced by this operation.errorMessages(List<String> errorMessages) The list of error messages produced by this operation.errors()The list of errors by parameter returned by the operation.The list of errors by parameter returned by the operation.inthashCode()status()toString()
-
Felddetails
-
errorMessages
The list of error messages produced by this operation. For example, "input parameter 'key' must be provided" -
errors
The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters." -
status
-
-
Konstruktordetails
-
ErrorCollection
Constructs a validated instance ofErrorCollection.- Parameter:
spec- the specification to process
-
ErrorCollection
@Internal public ErrorCollection(List<String> errorMessages, Map<String, String> errors, Integer status) Constructs a validated instance ofErrorCollection.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ErrorCollection(Consumer)instead.- Parameter:
errorMessages- The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"errors- The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters."status- var.name
-
ErrorCollection
protected ErrorCollection()
-
-
Methodendetails
-
builder
-
errorMessages
The list of error messages produced by this operation. For example, "input parameter 'key' must be provided" -
errors
The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters." -
status
-
errorMessages
The list of error messages produced by this operation. For example, "input parameter 'key' must be provided"- Gibt zurück:
this.
-
errors
The list of errors by parameter returned by the operation. For example,"projectKey": "Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters."- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-