Package com.clinia.model.registry
Class V1BulkFailureResponse
java.lang.Object
com.clinia.model.registry.V1BulkFailureResponse
- All Implemented Interfaces:
V1BulkResponse
V1BulkFailureResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.clinia.model.registry.V1BulkResponse
V1BulkResponse.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe task identifier.The receipts of the operations.Get statusinthashCode()setStatus(V1BulkStatus status) toString()
-
Constructor Details
-
V1BulkFailureResponse
public V1BulkFailureResponse()
-
-
Method Details
-
setStatus
-
getStatus
Get status -
getBulkId
The task identifier. -
getReceipts
The receipts of the operations. Every operation sent will have a receipt corresponding to their original order. Each receipt will contain the status of the operation and an error if the operation failed. Operations that would have succeeded if the bulk request was valid will be marked as cancelled. -
equals
-
hashCode
public int hashCode() -
toString
-