public class AckdConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ACK_EXPRESSION |
static boolean |
DEFAULT_ALARM_SYNC_FLAG |
static String |
DEFAULT_ALARMID_MATCH_EXPRESSION |
static String |
DEFAULT_CLEAR_EXPRESSION |
static String |
DEFAULT_ESCALATE_EXPRESSION |
static String |
DEFAULT_NOTIFYID_MATCH_EXPRESSION |
static String |
DEFAULT_UNACK_EXPRESSION |
Constructor and Description |
---|
AckdConfiguration() |
AckdConfiguration(boolean alarmSync,
String ackExpression,
String unackExpression,
String clearExpression,
String escalateExpression,
String notifyidMatchExpression,
String alarmidMatchExpression,
List<Reader> readers) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAckExpression() |
String |
getAlarmidMatchExpression() |
boolean |
getAlarmSync() |
String |
getClearExpression() |
String |
getEscalateExpression() |
String |
getNotifyidMatchExpression() |
List<Reader> |
getReaders() |
String |
getUnackExpression() |
int |
hashCode() |
void |
setAckExpression(String ackExpression) |
void |
setAlarmidMatchExpression(String alarmidMatchExpression) |
void |
setAlarmSync(Boolean alarmSync) |
void |
setClearExpression(String clearExpression) |
void |
setEscalateExpression(String escalateExpression) |
void |
setNotifyidMatchExpression(String notifyidMatchExpression) |
void |
setReaders(List<Reader> readers) |
void |
setUnackExpression(String unackExpression) |
public static final boolean DEFAULT_ALARM_SYNC_FLAG
public static final String DEFAULT_ACK_EXPRESSION
public static final String DEFAULT_UNACK_EXPRESSION
public static final String DEFAULT_ESCALATE_EXPRESSION
public static final String DEFAULT_CLEAR_EXPRESSION
public static final String DEFAULT_NOTIFYID_MATCH_EXPRESSION
public static final String DEFAULT_ALARMID_MATCH_EXPRESSION
public boolean getAlarmSync()
public void setAlarmSync(Boolean alarmSync)
public String getAckExpression()
public void setAckExpression(String ackExpression)
public String getUnackExpression()
public void setUnackExpression(String unackExpression)
public String getEscalateExpression()
public void setEscalateExpression(String escalateExpression)
public String getClearExpression()
public void setClearExpression(String clearExpression)
public String getNotifyidMatchExpression()
public void setNotifyidMatchExpression(String notifyidMatchExpression)
public String getAlarmidMatchExpression()
public void setAlarmidMatchExpression(String alarmidMatchExpression)
Copyright © 2021. All rights reserved.