Class BatchResponse<T>

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

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

    • BatchResponse

      public BatchResponse()
  • Method Details