JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.apptest.model

Class GetTestRunStepResult

    • Constructor Detail

      • GetTestRunStepResult

        public GetTestRunStepResult()
    • Method Detail

      • setStepName

        public void setStepName(String stepName)

        The step name of the test run step.

        Parameters:
        stepName - The step name of the test run step.
      • getStepName

        public String getStepName()

        The step name of the test run step.

        Returns:
        The step name of the test run step.
      • withStepName

        public GetTestRunStepResult withStepName(String stepName)

        The step name of the test run step.

        Parameters:
        stepName - The step name of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestRunId

        public void setTestRunId(String testRunId)

        The test run ID of the test run step.

        Parameters:
        testRunId - The test run ID of the test run step.
      • getTestRunId

        public String getTestRunId()

        The test run ID of the test run step.

        Returns:
        The test run ID of the test run step.
      • withTestRunId

        public GetTestRunStepResult withTestRunId(String testRunId)

        The test run ID of the test run step.

        Parameters:
        testRunId - The test run ID of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestCaseId

        public void setTestCaseId(String testCaseId)

        The test case ID of the test run step.

        Parameters:
        testCaseId - The test case ID of the test run step.
      • getTestCaseId

        public String getTestCaseId()

        The test case ID of the test run step.

        Returns:
        The test case ID of the test run step.
      • withTestCaseId

        public GetTestRunStepResult withTestCaseId(String testCaseId)

        The test case ID of the test run step.

        Parameters:
        testCaseId - The test case ID of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestCaseVersion

        public void setTestCaseVersion(Integer testCaseVersion)

        The test case version of the test run step.

        Parameters:
        testCaseVersion - The test case version of the test run step.
      • getTestCaseVersion

        public Integer getTestCaseVersion()

        The test case version of the test run step.

        Returns:
        The test case version of the test run step.
      • withTestCaseVersion

        public GetTestRunStepResult withTestCaseVersion(Integer testCaseVersion)

        The test case version of the test run step.

        Parameters:
        testCaseVersion - The test case version of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestSuiteId

        public void setTestSuiteId(String testSuiteId)

        The test suite ID of the test run step.

        Parameters:
        testSuiteId - The test suite ID of the test run step.
      • getTestSuiteId

        public String getTestSuiteId()

        The test suite ID of the test run step.

        Returns:
        The test suite ID of the test run step.
      • withTestSuiteId

        public GetTestRunStepResult withTestSuiteId(String testSuiteId)

        The test suite ID of the test run step.

        Parameters:
        testSuiteId - The test suite ID of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestSuiteVersion

        public void setTestSuiteVersion(Integer testSuiteVersion)

        The test suite version of the test run step.

        Parameters:
        testSuiteVersion - The test suite version of the test run step.
      • getTestSuiteVersion

        public Integer getTestSuiteVersion()

        The test suite version of the test run step.

        Returns:
        The test suite version of the test run step.
      • withTestSuiteVersion

        public GetTestRunStepResult withTestSuiteVersion(Integer testSuiteVersion)

        The test suite version of the test run step.

        Parameters:
        testSuiteVersion - The test suite version of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBeforeStep

        public void setBeforeStep(Boolean beforeStep)

        The before steps of the test run step.

        Parameters:
        beforeStep - The before steps of the test run step.
      • getBeforeStep

        public Boolean getBeforeStep()

        The before steps of the test run step.

        Returns:
        The before steps of the test run step.
      • withBeforeStep

        public GetTestRunStepResult withBeforeStep(Boolean beforeStep)

        The before steps of the test run step.

        Parameters:
        beforeStep - The before steps of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isBeforeStep

        public Boolean isBeforeStep()

        The before steps of the test run step.

        Returns:
        The before steps of the test run step.
      • setAfterStep

        public void setAfterStep(Boolean afterStep)

        The after steps of the test run step.

        Parameters:
        afterStep - The after steps of the test run step.
      • getAfterStep

        public Boolean getAfterStep()

        The after steps of the test run step.

        Returns:
        The after steps of the test run step.
      • withAfterStep

        public GetTestRunStepResult withAfterStep(Boolean afterStep)

        The after steps of the test run step.

        Parameters:
        afterStep - The after steps of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAfterStep

        public Boolean isAfterStep()

        The after steps of the test run step.

        Returns:
        The after steps of the test run step.
      • setStatus

        public void setStatus(String status)

        The status of the test run step.

        Parameters:
        status - The status of the test run step.
        See Also:
        StepRunStatus
      • getStatus

        public String getStatus()

        The status of the test run step.

        Returns:
        The status of the test run step.
        See Also:
        StepRunStatus
      • withStatus

        public GetTestRunStepResult withStatus(String status)

        The status of the test run step.

        Parameters:
        status - The status of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepRunStatus
      • withStatus

        public GetTestRunStepResult withStatus(StepRunStatus status)

        The status of the test run step.

        Parameters:
        status - The status of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepRunStatus
      • setStatusReason

        public void setStatusReason(String statusReason)

        The status reason of the test run step.

        Parameters:
        statusReason - The status reason of the test run step.
      • getStatusReason

        public String getStatusReason()

        The status reason of the test run step.

        Returns:
        The status reason of the test run step.
      • withStatusReason

        public GetTestRunStepResult withStatusReason(String statusReason)

        The status reason of the test run step.

        Parameters:
        statusReason - The status reason of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRunStartTime

        public void setRunStartTime(Date runStartTime)

        The run start time of the test run step.

        Parameters:
        runStartTime - The run start time of the test run step.
      • getRunStartTime

        public Date getRunStartTime()

        The run start time of the test run step.

        Returns:
        The run start time of the test run step.
      • withRunStartTime

        public GetTestRunStepResult withRunStartTime(Date runStartTime)

        The run start time of the test run step.

        Parameters:
        runStartTime - The run start time of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRunEndTime

        public void setRunEndTime(Date runEndTime)

        The run end time of the test run step.

        Parameters:
        runEndTime - The run end time of the test run step.
      • getRunEndTime

        public Date getRunEndTime()

        The run end time of the test run step.

        Returns:
        The run end time of the test run step.
      • withRunEndTime

        public GetTestRunStepResult withRunEndTime(Date runEndTime)

        The run end time of the test run step.

        Parameters:
        runEndTime - The run end time of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStepRunSummary

        public void setStepRunSummary(StepRunSummary stepRunSummary)

        The step run summary of the test run step.

        Parameters:
        stepRunSummary - The step run summary of the test run step.
      • getStepRunSummary

        public StepRunSummary getStepRunSummary()

        The step run summary of the test run step.

        Returns:
        The step run summary of the test run step.
      • withStepRunSummary

        public GetTestRunStepResult withStepRunSummary(StepRunSummary stepRunSummary)

        The step run summary of the test run step.

        Parameters:
        stepRunSummary - The step run summary of the test run step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /