Package com.dnanexus
Class DXProject.UnarchiveResults
- java.lang.Object
-
- com.dnanexus.DXProject.UnarchiveResults
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUnarchiveResults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetCost()Returns total cost (in millidollars) that will be charged for the unarchival request.intgetFiles()Returns the number of files that will be unarchived.intgetSize()Returns the size of the data (in GB) that will be unarchived.
-
-
-
Method Detail
-
getFiles
public int getFiles()
Returns the number of files that will be unarchived.- Returns:
- number of files that will be unarchived
-
getSize
public int getSize()
Returns the size of the data (in GB) that will be unarchived.- Returns:
- size of the data that will be unarchived
-
getCost
public float getCost()
Returns total cost (in millidollars) that will be charged for the unarchival request.- Returns:
- total cost that will be charged for the unarchival request
-
-