public class ScanSummaryInfo extends Object implements Serializable
| Constructor and Description |
|---|
ScanSummaryInfo() |
ScanSummaryInfo(long totalElapsedTime,
Collection<StepInfo> stepsSummaryInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<StepInfo> |
getStepsSummaryInfo() |
long |
getTotalElapsedTime() |
int |
hashCode() |
void |
setStepsSummaryInfo(Collection<StepInfo> stepsSummaryInfo) |
void |
setTotalElapsedTime(long totalElapsedTime) |
public ScanSummaryInfo()
public ScanSummaryInfo(long totalElapsedTime,
Collection<StepInfo> stepsSummaryInfo)
public long getTotalElapsedTime()
public void setTotalElapsedTime(long totalElapsedTime)
public Collection<StepInfo> getStepsSummaryInfo()
public void setStepsSummaryInfo(Collection<StepInfo> stepsSummaryInfo)
Copyright © 2011-2020 White Source. All Rights Reserved.