public class UploadInfo extends Object
Constructor and Description |
---|
UploadInfo()
Instantiates a new Upload info.
|
Modifier and Type | Method and Description |
---|---|
static UploadInfo |
fromJson(String json)
From json upload info.
|
Integer |
getScanId()
Gets scan id.
|
void |
setScanId(Integer scanId)
Sets scan id.
|
String |
toString() |
public static UploadInfo fromJson(String json) throws com.github.cliftonlabs.json_simple.JsonException
json
- the jsoncom.github.cliftonlabs.json_simple.JsonException
- the json exceptionpublic Integer getScanId()
public void setScanId(Integer scanId)
scanId
- the scan idCopyright © 2016–2025. All rights reserved.