Package com.dnanexus

Class DXProject.UnarchiveResults

  • Enclosing class:
    DXProject

    public static class DXProject.UnarchiveResults
    extends Object
    Results of unarchive request.
    • Constructor Detail

      • UnarchiveResults

        protected UnarchiveResults()
    • 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