Class BulkResponse<T>
java.lang.Object
com.netflix.conductor.common.model.BulkResponse<T>
- Type Parameters:
T- the type of entities included in the successful results
Response object to return a list of succeeded entities and a map of failed ones, including error
message, for the bulk request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendFailedResponse(String id, String errorMessage) voidappendSuccessResponse(T result) booleaninthashCode()toString()
-
Constructor Details
-
BulkResponse
public BulkResponse()
-
-
Method Details