Class ScanResult
- java.lang.Object
-
- com.rapid7.appspider.datatransferobjects.ScanResult
-
public class ScanResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ScanResult(boolean isSuccess, String scanId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScanResult
createInstanceFromJsonOrThrow(org.json.JSONObject jsonObject)
String
getScanId()
boolean
isSuccess()
-
-
-
Constructor Detail
-
ScanResult
public ScanResult(boolean isSuccess, String scanId)
-
-
Method Detail
-
createInstanceFromJsonOrThrow
public static ScanResult createInstanceFromJsonOrThrow(org.json.JSONObject jsonObject)
-
getScanId
public String getScanId()
-
isSuccess
public boolean isSuccess()
-
-