public class WadoRSResult extends Object implements TestResult
Modifier and Type | Field and Description |
---|---|
private WadoRSResponse |
response |
private String |
testDescription |
private long |
time |
Constructor and Description |
---|
WadoRSResult(String testDescription,
long time,
WadoRSResponse response) |
Modifier and Type | Method and Description |
---|---|
WadoRSResponse |
getResponse() |
String |
getTestDescription() |
long |
getTime() |
void |
setTestDescription(String testDescription) |
void |
setTime(long time) |
private String testDescription
private long time
private WadoRSResponse response
public WadoRSResult(String testDescription, long time, WadoRSResponse response)
public String getTestDescription()
public long getTime()
public void setTestDescription(String testDescription)
public void setTime(long time)
public WadoRSResponse getResponse()
Copyright © 2017 dcm4che.org. All rights reserved.