public class StepInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StepInfo.ApiUrls |
static class |
StepInfo.AppUrls |
| Constructor and Description |
|---|
StepInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
HasBaselineImage() |
boolean |
HasCurrentImage() |
boolean |
isDifferent() |
void |
setDifferent(boolean different) |
void |
setHasBaselineImage(boolean hasBaselineImage) |
void |
setHasCurrentImage(boolean hasCurrentImage) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public boolean isDifferent()
public void setDifferent(boolean different)
public boolean HasBaselineImage()
public void setHasBaselineImage(boolean hasBaselineImage)
public boolean HasCurrentImage()
public void setHasCurrentImage(boolean hasCurrentImage)
Copyright © 2018. All rights reserved.