public class ScanResult extends Object
| Constructor and Description |
|---|
ScanResult(String output,
boolean clean)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOutput()
Returns the command output.
|
String |
getPath()
Returns the path of the scanned node.
|
String |
getUserId()
Returns the user id.
|
boolean |
isClean()
Returns if the file is clean.
|
void |
setPath(String path)
Sets the path of the scanned node.
|
void |
setUserId(String userId)
Sets the user id.
|
String |
toString() |
public ScanResult(String output, boolean clean)
output - command outputclean - file is cleanpublic boolean isClean()
public String getOutput()
public String getPath()
public void setPath(String path)
path - pathpublic void setUserId(String userId)
userId - user idpublic String getUserId()
Copyright © 2020. All rights reserved.