public class XrayTestExecution
public XrayTestExecution(@NotNull
java.lang.String testExecutionKey,
@NotNull
XrayTestExecutionInfo info,
@NotNull
java.util.List<ai.tock.bot.xray.model.XrayTestExecutionReport> tests)
@NotNull public java.lang.String getTestExecutionKey()
@NotNull public XrayTestExecutionInfo getInfo()
@NotNull public java.util.List<ai.tock.bot.xray.model.XrayTestExecutionReport> getTests()
@NotNull public java.lang.String component1()
@NotNull public XrayTestExecutionInfo component2()
@NotNull public java.util.List<ai.tock.bot.xray.model.XrayTestExecutionReport> component3()
@NotNull public XrayTestExecution copy(@NotNull java.lang.String testExecutionKey, @NotNull XrayTestExecutionInfo info, @NotNull java.util.List<ai.tock.bot.xray.model.XrayTestExecutionReport> tests)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)