BEAST
eu.baltrad.beast.admin.command.AnomalyDetectorCommand Class Reference

Commands affecting anomaly detectors. More...

Inheritance diagram for eu.baltrad.beast.admin.command.AnomalyDetectorCommand:
eu.baltrad.beast.admin.Command

Public Member Functions

 AnomalyDetectorCommand (String operation)
 
 AnomalyDetectorCommand (String operation, AnomalyDetector detector)
 
String getOperation ()
 
void setOperation (String operation)
 
boolean validate ()
 
AnomalyDetector getAnomalyDetector ()
 
void setAnomalyDetector (AnomalyDetector anomalyDetector)
 
List< AnomalyDetectorgetImportedDetectors ()
 
void setImportedDetectors (List< AnomalyDetector > importedDetectors)
 
- Public Member Functions inherited from eu.baltrad.beast.admin.Command
void setRawMessage (String s)
 Sets the RAW message used to populate the command.
 
String getRawMessage ()
 

Static Public Attributes

static final String ADD = "add_anomaly_detector"
 
static final String UPDATE = "update_anomaly_detector"
 
static final String REMOVE = "remove_anomaly_detector"
 
static final String GET = "get_anomaly_detector"
 
static final String LIST = "list_anomaly_detectors"
 
static final String EXPORT = "export_anomaly_detectors"
 
static final String IMPORT = "import_anomaly_detectors"
 
static final String DROP = "drop_anomaly_detectors"
 

Detailed Description

Commands affecting anomaly detectors.

Author
anders

Member Function Documentation

◆ getAnomalyDetector()

AnomalyDetector eu.baltrad.beast.admin.command.AnomalyDetectorCommand.getAnomalyDetector ( )
inline
Returns
the anomalyDetector

◆ getImportedDetectors()

List< AnomalyDetector > eu.baltrad.beast.admin.command.AnomalyDetectorCommand.getImportedDetectors ( )
inline
Returns
the importedDetectors

◆ getOperation()

String eu.baltrad.beast.admin.command.AnomalyDetectorCommand.getOperation ( )
inline
Returns
the operation

Reimplemented from eu.baltrad.beast.admin.Command.

◆ setAnomalyDetector()

void eu.baltrad.beast.admin.command.AnomalyDetectorCommand.setAnomalyDetector ( AnomalyDetector anomalyDetector)
inline
Parameters
anomalyDetectorthe anomalyDetector to set

◆ setImportedDetectors()

void eu.baltrad.beast.admin.command.AnomalyDetectorCommand.setImportedDetectors ( List< AnomalyDetector > importedDetectors)
inline
Parameters
importedDetectorsthe importedDetectors to set

◆ setOperation()

void eu.baltrad.beast.admin.command.AnomalyDetectorCommand.setOperation ( String operation)
inline
Parameters
operationthe operation to set

◆ validate()

boolean eu.baltrad.beast.admin.command.AnomalyDetectorCommand.validate ( )
inline

The documentation for this class was generated from the following file: