public class StowRSResult extends Object implements TestResult
Modifier and Type | Field and Description |
---|---|
List<StowRSResponse> |
responses |
private String |
testDescription |
private long |
time |
Constructor and Description |
---|
StowRSResult(String testDescription,
long time,
List<StowRSResponse> rsps) |
Modifier and Type | Method and Description |
---|---|
List<StowRSResponse> |
getResponses() |
String |
getTestDescription() |
long |
getTime() |
void |
setResponses(List<StowRSResponse> responses) |
void |
setTestDescription(String testDescription) |
void |
setTime(long time) |
private String testDescription
private long time
public List<StowRSResponse> responses
public StowRSResult(String testDescription, long time, List<StowRSResponse> rsps)
public String getTestDescription()
public long getTime()
public List<StowRSResponse> getResponses()
public void setTestDescription(String testDescription)
public void setTime(long time)
public void setResponses(List<StowRSResponse> responses)
Copyright © 2017 dcm4che.org. All rights reserved.