Class BatchSaveOperatingRS
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.BatchSaveOperatingRS
-
public class BatchSaveOperatingRS extends java.lang.ObjectResponse with results of completion save batch operation.
-
-
Constructor Summary
Constructors Constructor Description BatchSaveOperatingRS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddResponse(BatchElementCreatedRS elementCreatedRS)java.util.List<BatchElementCreatedRS>getResponses()voidsetResponses(java.util.List<BatchElementCreatedRS> responses)
-
-
-
Method Detail
-
getResponses
public java.util.List<BatchElementCreatedRS> getResponses()
-
addResponse
public void addResponse(BatchElementCreatedRS elementCreatedRS)
-
setResponses
public void setResponses(java.util.List<BatchElementCreatedRS> responses)
-
-