@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestRunStepSummary extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a test run step summary.
Constructor and Description |
---|
TestRunStepSummary() |
Modifier and Type | Method and Description |
---|---|
TestRunStepSummary |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAfterStep()
The after step of the test run step summary.
|
Boolean |
getBeforeStep()
The before step of the test run step summary.
|
Date |
getRunEndTime()
The run end time of the test run step summary.
|
Date |
getRunStartTime()
The run start time of the test run step summary.
|
String |
getStatus()
The status of the test run step summary.
|
String |
getStatusReason()
The status reason of the test run step summary.
|
String |
getStepName()
The step name of the test run step summary.
|
String |
getTestCaseId()
The test case ID of the test run step summary.
|
Integer |
getTestCaseVersion()
The test case version of the test run step summary.
|
String |
getTestRunId()
The test run ID of the test run step summary.
|
String |
getTestSuiteId()
The test suite ID of the test run step summary.
|
Integer |
getTestSuiteVersion()
The test suite version of the test run step summary.
|
int |
hashCode() |
Boolean |
isAfterStep()
The after step of the test run step summary.
|
Boolean |
isBeforeStep()
The before step of the test run step summary.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAfterStep(Boolean afterStep)
The after step of the test run step summary.
|
void |
setBeforeStep(Boolean beforeStep)
The before step of the test run step summary.
|
void |
setRunEndTime(Date runEndTime)
The run end time of the test run step summary.
|
void |
setRunStartTime(Date runStartTime)
The run start time of the test run step summary.
|
void |
setStatus(String status)
The status of the test run step summary.
|
void |
setStatusReason(String statusReason)
The status reason of the test run step summary.
|
void |
setStepName(String stepName)
The step name of the test run step summary.
|
void |
setTestCaseId(String testCaseId)
The test case ID of the test run step summary.
|
void |
setTestCaseVersion(Integer testCaseVersion)
The test case version of the test run step summary.
|
void |
setTestRunId(String testRunId)
The test run ID of the test run step summary.
|
void |
setTestSuiteId(String testSuiteId)
The test suite ID of the test run step summary.
|
void |
setTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run step summary.
|
String |
toString()
Returns a string representation of this object.
|
TestRunStepSummary |
withAfterStep(Boolean afterStep)
The after step of the test run step summary.
|
TestRunStepSummary |
withBeforeStep(Boolean beforeStep)
The before step of the test run step summary.
|
TestRunStepSummary |
withRunEndTime(Date runEndTime)
The run end time of the test run step summary.
|
TestRunStepSummary |
withRunStartTime(Date runStartTime)
The run start time of the test run step summary.
|
TestRunStepSummary |
withStatus(StepRunStatus status)
The status of the test run step summary.
|
TestRunStepSummary |
withStatus(String status)
The status of the test run step summary.
|
TestRunStepSummary |
withStatusReason(String statusReason)
The status reason of the test run step summary.
|
TestRunStepSummary |
withStepName(String stepName)
The step name of the test run step summary.
|
TestRunStepSummary |
withTestCaseId(String testCaseId)
The test case ID of the test run step summary.
|
TestRunStepSummary |
withTestCaseVersion(Integer testCaseVersion)
The test case version of the test run step summary.
|
TestRunStepSummary |
withTestRunId(String testRunId)
The test run ID of the test run step summary.
|
TestRunStepSummary |
withTestSuiteId(String testSuiteId)
The test suite ID of the test run step summary.
|
TestRunStepSummary |
withTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run step summary.
|
public void setStepName(String stepName)
The step name of the test run step summary.
stepName
- The step name of the test run step summary.public String getStepName()
The step name of the test run step summary.
public TestRunStepSummary withStepName(String stepName)
The step name of the test run step summary.
stepName
- The step name of the test run step summary.public void setTestRunId(String testRunId)
The test run ID of the test run step summary.
testRunId
- The test run ID of the test run step summary.public String getTestRunId()
The test run ID of the test run step summary.
public TestRunStepSummary withTestRunId(String testRunId)
The test run ID of the test run step summary.
testRunId
- The test run ID of the test run step summary.public void setTestCaseId(String testCaseId)
The test case ID of the test run step summary.
testCaseId
- The test case ID of the test run step summary.public String getTestCaseId()
The test case ID of the test run step summary.
public TestRunStepSummary withTestCaseId(String testCaseId)
The test case ID of the test run step summary.
testCaseId
- The test case ID of the test run step summary.public void setTestCaseVersion(Integer testCaseVersion)
The test case version of the test run step summary.
testCaseVersion
- The test case version of the test run step summary.public Integer getTestCaseVersion()
The test case version of the test run step summary.
public TestRunStepSummary withTestCaseVersion(Integer testCaseVersion)
The test case version of the test run step summary.
testCaseVersion
- The test case version of the test run step summary.public void setTestSuiteId(String testSuiteId)
The test suite ID of the test run step summary.
testSuiteId
- The test suite ID of the test run step summary.public String getTestSuiteId()
The test suite ID of the test run step summary.
public TestRunStepSummary withTestSuiteId(String testSuiteId)
The test suite ID of the test run step summary.
testSuiteId
- The test suite ID of the test run step summary.public void setTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run step summary.
testSuiteVersion
- The test suite version of the test run step summary.public Integer getTestSuiteVersion()
The test suite version of the test run step summary.
public TestRunStepSummary withTestSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run step summary.
testSuiteVersion
- The test suite version of the test run step summary.public void setBeforeStep(Boolean beforeStep)
The before step of the test run step summary.
beforeStep
- The before step of the test run step summary.public Boolean getBeforeStep()
The before step of the test run step summary.
public TestRunStepSummary withBeforeStep(Boolean beforeStep)
The before step of the test run step summary.
beforeStep
- The before step of the test run step summary.public Boolean isBeforeStep()
The before step of the test run step summary.
public void setAfterStep(Boolean afterStep)
The after step of the test run step summary.
afterStep
- The after step of the test run step summary.public Boolean getAfterStep()
The after step of the test run step summary.
public TestRunStepSummary withAfterStep(Boolean afterStep)
The after step of the test run step summary.
afterStep
- The after step of the test run step summary.public Boolean isAfterStep()
The after step of the test run step summary.
public void setStatus(String status)
The status of the test run step summary.
status
- The status of the test run step summary.StepRunStatus
public String getStatus()
The status of the test run step summary.
StepRunStatus
public TestRunStepSummary withStatus(String status)
The status of the test run step summary.
status
- The status of the test run step summary.StepRunStatus
public TestRunStepSummary withStatus(StepRunStatus status)
The status of the test run step summary.
status
- The status of the test run step summary.StepRunStatus
public void setStatusReason(String statusReason)
The status reason of the test run step summary.
statusReason
- The status reason of the test run step summary.public String getStatusReason()
The status reason of the test run step summary.
public TestRunStepSummary withStatusReason(String statusReason)
The status reason of the test run step summary.
statusReason
- The status reason of the test run step summary.public void setRunStartTime(Date runStartTime)
The run start time of the test run step summary.
runStartTime
- The run start time of the test run step summary.public Date getRunStartTime()
The run start time of the test run step summary.
public TestRunStepSummary withRunStartTime(Date runStartTime)
The run start time of the test run step summary.
runStartTime
- The run start time of the test run step summary.public void setRunEndTime(Date runEndTime)
The run end time of the test run step summary.
runEndTime
- The run end time of the test run step summary.public Date getRunEndTime()
The run end time of the test run step summary.
public TestRunStepSummary withRunEndTime(Date runEndTime)
The run end time of the test run step summary.
runEndTime
- The run end time of the test run step summary.public String toString()
toString
in class Object
Object.toString()
public TestRunStepSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.