public class AlertConfig extends Object
| Constructor and Description |
|---|
AlertConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getEmailAddresses() |
int |
getMinTransactionCount() |
double |
getPercentile() |
int |
getThresholdMillis() |
int |
getTimePeriodMinutes() |
String |
getTransactionType() |
String |
getVersion() |
int |
hashCode() |
void |
setEmailAddresses(List<String> emailAddresses) |
void |
setMinTransactionCount(int minTransactionCount) |
void |
setPercentile(double percentile) |
void |
setThresholdMillis(int thresholdMillis) |
void |
setTimePeriodMinutes(int timePeriodMinutes) |
void |
setTransactionType(String transactionType) |
String |
toString() |
public void setTransactionType(String transactionType)
public double getPercentile()
public void setPercentile(double percentile)
public int getTimePeriodMinutes()
public void setTimePeriodMinutes(int timePeriodMinutes)
public int getThresholdMillis()
public void setThresholdMillis(int thresholdMillis)
public int getMinTransactionCount()
public void setMinTransactionCount(int minTransactionCount)
Copyright © 2011–2015 Glowroot contributors. All rights reserved.