public class ScanResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScanResult.Status |
Modifier and Type | Field and Description |
---|---|
static String |
FOUND_SUFFIX |
static String |
RESPONSE_ERROR_WRITING_FILE |
static String |
RESPONSE_OK |
static String |
RESPONSE_SIZE_EXCEEDED |
static String |
STREAM_PREFIX |
Constructor and Description |
---|
ScanResult(Exception ex) |
ScanResult(String result) |
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
String |
getResult() |
String |
getSignature() |
ScanResult.Status |
getStatus() |
void |
setException(Exception exception) |
void |
setResult(String result) |
void |
setSignature(String signature) |
void |
setStatus(ScanResult.Status status) |
public static final String STREAM_PREFIX
public static final String RESPONSE_OK
public static final String FOUND_SUFFIX
public static final String RESPONSE_SIZE_EXCEEDED
public static final String RESPONSE_ERROR_WRITING_FILE
public ScanResult(String result)
public ScanResult(Exception ex)
public Exception getException()
public void setException(Exception exception)
public String getResult()
public void setResult(String result)
public String getSignature()
public void setSignature(String signature)
public ScanResult.Status getStatus()
public void setStatus(ScanResult.Status status)
Copyright © 2018 CrafterCMS. All rights reserved.