public class StoreResult extends Object implements TestResult
Modifier and Type | Field and Description |
---|---|
private ArrayList<Attributes> |
cStoreRSPAttributes |
private int |
failures |
private String[] |
fileNames |
private int |
filesSent |
private long |
size |
private String |
testDescription |
private long |
time |
private int |
warnings |
Constructor and Description |
---|
StoreResult(String testDescription,
String[] fileNames,
long size,
long time,
int filesSent,
int warnings,
int failures,
ArrayList<Attributes> cmdRSP) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Attributes> |
getcStoreRSPAttributes() |
int |
getFailures() |
String[] |
getFileNames() |
int |
getFilesSent() |
long |
getSize() |
String |
getTestDescription() |
long |
getTime() |
int |
getWarnings() |
private String testDescription
private long size
private long time
private int filesSent
private int warnings
private int failures
private ArrayList<Attributes> cStoreRSPAttributes
public StoreResult(String testDescription, String[] fileNames, long size, long time, int filesSent, int warnings, int failures, ArrayList<Attributes> cmdRSP)
public String getTestDescription()
public String[] getFileNames()
public long getSize()
public long getTime()
public int getFilesSent()
public int getWarnings()
public int getFailures()
public ArrayList<Attributes> getcStoreRSPAttributes()
Copyright © 2017 dcm4che.org. All rights reserved.