Class NestedItem
- java.lang.Object
-
- com.epam.ta.reportportal.entity.item.NestedItem
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NestedItemPage
public class NestedItem extends java.lang.Object implements java.io.SerializableEntity for queryLogRepositoryCustom.findNestedItems(Long, boolean, boolean, Queryable, Pageable), consists from eitherLog.idorTestItem.itemIdasidandtypeto identify what kind of entity is it and eitherLog.logLevelor 0 in case if it is an itemRequired for applying filters and sorting on the db level for different entity types
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NestedItem()NestedItem(java.lang.Long id, java.lang.String type, java.lang.Integer logLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.LonggetId()java.lang.IntegergetLogLevel()java.lang.StringgetType()inthashCode()voidsetId(java.lang.Long id)voidsetLogLevel(java.lang.Integer logLevel)voidsetType(java.lang.String type)
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
setId
public void setId(java.lang.Long id)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getLogLevel
public java.lang.Integer getLogLevel()
-
setLogLevel
public void setLogLevel(java.lang.Integer logLevel)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-