Class NestedStep
- java.lang.Object
-
- com.epam.ta.reportportal.entity.item.NestedStep
-
- All Implemented Interfaces:
java.io.Serializable
public class NestedStep extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NestedStep()NestedStep(java.lang.Long id, java.lang.String name, TestItemTypeEnum type, boolean hasContent, java.lang.Integer attachmentsCount, StatusEnum status, java.time.LocalDateTime startTime, java.time.LocalDateTime endTime, java.lang.Double duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.IntegergetAttachmentsCount()java.lang.DoublegetDuration()java.time.LocalDateTimegetEndTime()java.lang.LonggetId()java.lang.StringgetName()java.time.LocalDateTimegetStartTime()StatusEnumgetStatus()TestItemTypeEnumgetType()inthashCode()booleanisHasContent()voidsetAttachmentsCount(java.lang.Integer attachmentsCount)voidsetDuration(java.lang.Double duration)voidsetEndTime(java.time.LocalDateTime endTime)voidsetHasContent(boolean hasContent)voidsetId(java.lang.Long id)voidsetName(java.lang.String name)voidsetStartTime(java.time.LocalDateTime startTime)voidsetStatus(StatusEnum status)voidsetType(TestItemTypeEnum type)
-
-
-
Constructor Detail
-
NestedStep
public NestedStep()
-
NestedStep
public NestedStep(java.lang.Long id, java.lang.String name, TestItemTypeEnum type, boolean hasContent, java.lang.Integer attachmentsCount, StatusEnum status, java.time.LocalDateTime startTime, java.time.LocalDateTime endTime, java.lang.Double duration)
-
-
Method Detail
-
getId
public java.lang.Long getId()
-
setId
public void setId(java.lang.Long id)
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getType
public TestItemTypeEnum getType()
-
setType
public void setType(TestItemTypeEnum type)
-
isHasContent
public boolean isHasContent()
-
setHasContent
public void setHasContent(boolean hasContent)
-
getAttachmentsCount
public java.lang.Integer getAttachmentsCount()
-
setAttachmentsCount
public void setAttachmentsCount(java.lang.Integer attachmentsCount)
-
getStatus
public StatusEnum getStatus()
-
setStatus
public void setStatus(StatusEnum status)
-
getStartTime
public java.time.LocalDateTime getStartTime()
-
setStartTime
public void setStartTime(java.time.LocalDateTime startTime)
-
getEndTime
public java.time.LocalDateTime getEndTime()
-
setEndTime
public void setEndTime(java.time.LocalDateTime endTime)
-
getDuration
public java.lang.Double getDuration()
-
setDuration
public void setDuration(java.lang.Double duration)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-