Klasse BulkOperationErrorResult
java.lang.Object
io.github.primelib.jira4j.restv2.model.BulkOperationErrorResult
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BulkOperationErrorResult
extends Object
BulkOperationErrorResult
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ErrorCollection
protected Integer
protected Integer
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
BulkOperationErrorResult
(ErrorCollection elementErrors, Integer failedElementNumber, Integer status) Constructs a validated instance ofBulkOperationErrorResult
.Constructs a validated instance ofBulkOperationErrorResult
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
elementErrors
(ErrorCollection elementErrors) boolean
failedElementNumber
(Integer failedElementNumber) int
hashCode()
status()
toString()
-
Felddetails
-
elementErrors
-
failedElementNumber
-
status
-
-
Konstruktordetails
-
BulkOperationErrorResult
Constructs a validated instance ofBulkOperationErrorResult
.- Parameter:
spec
- the specification to process
-
BulkOperationErrorResult
@Internal public BulkOperationErrorResult(ErrorCollection elementErrors, Integer failedElementNumber, Integer status) Constructs a validated instance ofBulkOperationErrorResult
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BulkOperationErrorResult(Consumer)
instead.- Parameter:
elementErrors
- elementErrorsfailedElementNumber
- failedElementNumberstatus
- status
-
BulkOperationErrorResult
protected BulkOperationErrorResult()
-
-
Methodendetails
-
builder
-
elementErrors
-
failedElementNumber
-
status
-
elementErrors
- Gibt zurück:
this
.
-
failedElementNumber
- Gibt zurück:
this
.
-
status
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-