Class UploadInfo


  • public class UploadInfo
    extends Object
    The type Upload info.
    • Constructor Detail

      • UploadInfo

        public UploadInfo()
        Instantiates a new Upload info.
    • Method Detail

      • fromJson

        public static UploadInfo fromJson​(String json)
                                   throws com.github.cliftonlabs.json_simple.JsonException
        From json upload info.
        Parameters:
        json - the json
        Returns:
        the upload info
        Throws:
        com.github.cliftonlabs.json_simple.JsonException - the json exception
      • getScanId

        public Integer getScanId()
        Gets scan id.
        Returns:
        the scan id
      • setScanId

        public void setScanId​(Integer scanId)
        Sets scan id.
        Parameters:
        scanId - the scan id