@Generated public class AlertV2Evaluation extends Object
| Constructor and Description |
|---|
AlertV2Evaluation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ComparisonOperator |
getComparisonOperator() |
AlertEvaluationState |
getEmptyResultState() |
String |
getLastEvaluatedAt() |
AlertV2Notification |
getNotification() |
AlertV2OperandColumn |
getSource() |
AlertEvaluationState |
getState() |
AlertV2Operand |
getThreshold() |
int |
hashCode() |
AlertV2Evaluation |
setComparisonOperator(ComparisonOperator comparisonOperator) |
AlertV2Evaluation |
setEmptyResultState(AlertEvaluationState emptyResultState) |
AlertV2Evaluation |
setLastEvaluatedAt(String lastEvaluatedAt) |
AlertV2Evaluation |
setNotification(AlertV2Notification notification) |
AlertV2Evaluation |
setSource(AlertV2OperandColumn source) |
AlertV2Evaluation |
setState(AlertEvaluationState state) |
AlertV2Evaluation |
setThreshold(AlertV2Operand threshold) |
String |
toString() |
public AlertV2Evaluation setComparisonOperator(ComparisonOperator comparisonOperator)
public ComparisonOperator getComparisonOperator()
public AlertV2Evaluation setEmptyResultState(AlertEvaluationState emptyResultState)
public AlertEvaluationState getEmptyResultState()
public AlertV2Evaluation setLastEvaluatedAt(String lastEvaluatedAt)
public String getLastEvaluatedAt()
public AlertV2Evaluation setNotification(AlertV2Notification notification)
public AlertV2Notification getNotification()
public AlertV2Evaluation setSource(AlertV2OperandColumn source)
public AlertV2OperandColumn getSource()
public AlertV2Evaluation setState(AlertEvaluationState state)
public AlertEvaluationState getState()
public AlertV2Evaluation setThreshold(AlertV2Operand threshold)
public AlertV2Operand getThreshold()
Copyright © 2025. All rights reserved.