Package ai.tock.bot.xray.model
Class XrayTestStep
-
- All Implemented Interfaces:
public final class XrayTestStep
-
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final Integerindexprivate final XrayTestStepDatadataprivate final XrayTestStepDataresultprivate final List<XrayAttachment>attachments
-
Constructor Summary
Constructors Constructor Description XrayTestStep(Long id, Integer index, XrayTestStepData data, XrayTestStepData result, List<XrayAttachment> attachments)
-
Method Summary
Modifier and Type Method Description final LonggetId()final IntegergetIndex()final XrayTestStepDatagetData()final XrayTestStepDatagetResult()final List<XrayAttachment>getAttachments()-
-
Constructor Detail
-
XrayTestStep
XrayTestStep(Long id, Integer index, XrayTestStepData data, XrayTestStepData result, List<XrayAttachment> attachments)
-
-
Method Detail
-
getData
final XrayTestStepData getData()
-
getResult
final XrayTestStepData getResult()
-
getAttachments
final List<XrayAttachment> getAttachments()
-
-
-
-