| Package | Description |
|---|---|
| ai.nightfall.scan.model |
| Modifier and Type | Method and Description |
|---|---|
List<Detector> |
DetectionRule.getDetectors()
Get the list of detectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectionRule.setDetectors(List<Detector> detectors)
Set the detectors.
|
| Constructor and Description |
|---|
DetectionRule(List<Detector> detectors,
LogicalOp logicalOp)
Create a detection rule with the provided detectors and logicalOp.
|
DetectionRule(List<Detector> detectors,
LogicalOp logicalOp,
String name)
Create a detection rule with the provided detectors and logicalOp.
|
Copyright © 2022. All rights reserved.