| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmName()
Get the algorithm name.
|
int |
getAlgorithmParameter()
Get the algorithm parameter.
|
String |
getCollector()
Get the collector.
|
String |
getDownActions()
Get the DownActions.
|
boolean |
getEnabled()
Get enabled.
|
int |
getSamplingInterval()
Get the sampling interval.
|
String |
getSamplingMode()
Get the sampling mode.
|
int |
getSamplingNumber()
Get the sampling number.
|
String |
getThresholdName()
Get the threshold name.
|
float |
getThresholdValue()
Get the threshold value.
|
String |
getUpActions()
Get the UpActions.
|
void |
setAlgorithmName(String algorithmName)
Set the algorithm name.
|
void |
setAlgorithmParameter(int algorithmParameter)
Set the algorithm parameter.
|
void |
setCollector(String collector)
Set the collector.
|
void |
setDownActions(String actions)
Set the DownActions.
|
void |
setEnabled(boolean enabled)
Set enabled.
|
void |
setSamplingInterval(int samplingInterval)
Set the sampling interval.
|
void |
setSamplingMode(String samplingMode)
Set the sampling mode.
|
void |
setSamplingNumber(int samplingNumber)
Set the sampling number.
|
void |
setThresholdName(String name)
Set the threshold name.
|
void |
setThresholdValue(float thresholdValue)
Set the threshold value.
|
void |
setUpActions(String actions)
Set the UpActions.
|
getName, setNameString getThresholdName()
void setThresholdName(String name)
name - ThresholdNamefloat getThresholdValue()
void setThresholdValue(float thresholdValue)
thresholdValue - threshold valueString getUpActions()
void setUpActions(String actions)
actions - UpActionsString getDownActions()
void setDownActions(String actions)
actions - DownActionsString getSamplingMode()
void setSamplingMode(String samplingMode)
samplingMode - sampling modeint getSamplingInterval()
void setSamplingInterval(int samplingInterval)
samplingInterval - sampling intervalint getSamplingNumber()
void setSamplingNumber(int samplingNumber)
samplingNumber - sampling numberString getAlgorithmName()
void setAlgorithmName(String algorithmName)
algorithmName - algorithm nameint getAlgorithmParameter()
void setAlgorithmParameter(int algorithmParameter)
algorithmParameter - algorithm parameterString getCollector()
void setCollector(String collector)
collector - collectorboolean getEnabled()
void setEnabled(boolean enabled)
enabled - enabled