Class APITestCaseRunStep

java.lang.Object
com.testdroid.api.APIEntity
com.testdroid.api.model.APITestCaseRunStep

public class APITestCaseRunStep extends APIEntity
Author:
Slawomir Pawluk <[email protected]>
  • Constructor Details

    • APITestCaseRunStep

      public APITestCaseRunStep()
    • APITestCaseRunStep

      public APITestCaseRunStep(Long id, String description, String fromActivity, String errorMessage, Long duration, String type)
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getFromActivity

      public String getFromActivity()
    • setFromActivity

      public void setFromActivity(String fromActivity)
    • getErrorMessage

      public String getErrorMessage()
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • getDuration

      public Long getDuration()
    • setDuration

      public void setDuration(Long duration)
    • getType

      public APITestCaseRunStep.Type getType()
    • setType

      public void setType(APITestCaseRunStep.Type type)
    • getScreenshots

      public APIList<APIScreenshot> getScreenshots()
    • setScreenshots

      public void setScreenshots(APIList<APIScreenshot> screenshots)
    • clone

      protected <T extends APIEntity> void clone(T from)
      Specified by:
      clone in class APIEntity