Class BulkRQ<K,T>
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.BulkRQ<K,T>
-
- Type Parameters:
K- Type of KeyT- Type of Entity
public class BulkRQ<K,T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BulkRQ()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<K,T>getEntities()voidsetEntities(java.util.Map<K,T> entities)java.lang.StringtoString()
-