Class BatchElementCreatedRS
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.EntryCreatedAsyncRS
-
- com.epam.ta.reportportal.ws.model.BatchElementCreatedRS
-
public class BatchElementCreatedRS extends EntryCreatedAsyncRS
Element of response for batch save operation.
-
-
Constructor Summary
Constructors Constructor Description BatchElementCreatedRS()BatchElementCreatedRS(java.lang.String id)BatchElementCreatedRS(java.lang.String stackTrace, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringgetStackTrace()voidsetMessage(java.lang.String message)voidsetStackTrace(java.lang.String stackTrace)-
Methods inherited from class com.epam.ta.reportportal.ws.model.EntryCreatedAsyncRS
getId, setId
-
-