public class Element extends Object
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendEmbedding(Embedding embedding) |
String |
getDescription() |
List<Embedding> |
getEmbeddings() |
String |
getId() |
String |
getKeyword() |
int |
getLine() |
String |
getName() |
String |
getOverallStatus() |
Step[] |
getSteps() |
int |
getStepsFailedCount() |
int |
getStepsPassedCount() |
int |
getStepsSkippedCount() |
int |
getStepsTotalCount() |
long |
getTotal_duration() |
String |
getType() |
String |
getUniqueID() |
void |
postProcess() |
public void postProcess()
public String getOverallStatus()
public long getTotal_duration()
public void appendEmbedding(Embedding embedding)
public String getName()
public String getId()
public int getLine()
public String getKeyword()
public String getDescription()
public String getType()
public Step[] getSteps()
public int getStepsSkippedCount()
public int getStepsFailedCount()
public int getStepsPassedCount()
public int getStepsTotalCount()
public String getUniqueID()
Copyright © 2015. All rights reserved.