Class BatchSingleResponse<T>

java.lang.Object
ch.cern.eam.wshub.core.services.entities.BatchSingleResponse<T>
Type Parameters:
T - Type of the entry parameter
All Implemented Interfaces:
Serializable

public final class BatchSingleResponse<T> extends Object implements Serializable
Container of one single response, in the context of a batch request
See Also:
  • Constructor Details

    • BatchSingleResponse

      public BatchSingleResponse(T response, String errorMessage)
  • Method Details