Class CollectionsRQ<T>
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.CollectionsRQ<T>
-
@Deprecated public class CollectionsRQ<T> extends java.lang.ObjectDeprecated.useBulkRQinstead
-
-
Constructor Summary
Constructors Constructor Description CollectionsRQ()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<T>getElements()Deprecated.voidsetElements(java.util.List<T> elements)Deprecated.java.lang.StringtoString()Deprecated.
-