Package org.graylog2.rest.bulk.model
Record Class BulkOperationFailure
java.lang.Object
java.lang.Record
org.graylog2.rest.bulk.model.BulkOperationFailure
-
Constructor Summary
ConstructorsConstructorDescriptionBulkOperationFailure(String entityId, String failureExplanation) Creates an instance of aBulkOperationFailurerecord class. -
Method Summary
Modifier and TypeMethodDescriptionentityId()Returns the value of theentityIdrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefailureExplanationrecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
BulkOperationFailure
Creates an instance of aBulkOperationFailurerecord class.- Parameters:
entityId- the value for theentityIdrecord componentfailureExplanation- the value for thefailureExplanationrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
entityId
Returns the value of theentityIdrecord component.- Returns:
- the value of the
entityIdrecord component
-
failureExplanation
Returns the value of thefailureExplanationrecord component.- Returns:
- the value of the
failureExplanationrecord component
-