Class DownloadStatus


  • public final class DownloadStatus
    extends java.lang.Object
    • Field Detail

      • name

        private java.lang.String name
      • NO

        public static final DownloadStatus NO
        means that download was not required
    • Constructor Detail

      • DownloadStatus

        private DownloadStatus​(java.lang.String name)
    • Method Detail

      • fromString

        public static final DownloadStatus fromString​(java.lang.String status)
        Returns the DownloadStatus corresponding to the given String representation.
        Parameters:
        status - String
        Returns:
        the DownloadStatus corresponding to the given String representation.
        Throws:
        java.lang.IllegalArgumentException - if the given String does not correspond to any DownloadStatus.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object