Class ItemPathName
- java.lang.Object
-
- com.epam.ta.reportportal.ws.model.item.ItemPathName
-
- All Implemented Interfaces:
java.io.Serializable
public class ItemPathName extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemPathName()ItemPathName(java.lang.Long id, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetId()java.lang.StringgetName()voidsetId(java.lang.Long id)voidsetName(java.lang.String name)
-