public class AlarmData extends Object implements Serializable
Constructor and Description |
---|
AlarmData() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAlarmType() |
void |
deleteAutoClean() |
void |
deleteUpdateFieldList() |
void |
deleteX733ProbableCause() |
boolean |
equals(Object obj) |
Integer |
getAlarmType() |
Boolean |
getAutoClean() |
String |
getClearKey() |
String |
getReductionKey() |
List<UpdateField> |
getUpdateFieldList() |
String |
getX733AlarmType() |
Integer |
getX733ProbableCause() |
boolean |
hasAlarmType() |
boolean |
hasAutoClean() |
int |
hashCode() |
boolean |
hasUpdateFields() |
boolean |
hasX733ProbableCause() |
boolean |
isAutoClean() |
void |
setAlarmType(Integer alarmType) |
void |
setAutoClean(Boolean autoClean) |
void |
setClearKey(String clearKey) |
void |
setReductionKey(String reductionKey) |
void |
setUpdateFieldList(List<UpdateField> updateFields) |
void |
setX733AlarmType(String x733AlarmType) |
void |
setX733ProbableCause(Integer x733ProbableCause) |
public void deleteAlarmType()
public void deleteX733ProbableCause()
public Integer getAlarmType()
public Boolean getAutoClean()
public String getClearKey()
public String getReductionKey()
public String getX733AlarmType()
public Integer getX733ProbableCause()
public boolean hasAlarmType()
public boolean hasX733ProbableCause()
public boolean hasAutoClean()
public boolean isAutoClean()
public void setAlarmType(Integer alarmType)
public void setAutoClean(Boolean autoClean)
public void setClearKey(String clearKey)
public void setReductionKey(String reductionKey)
public void setX733AlarmType(String x733AlarmType)
public void setX733ProbableCause(Integer x733ProbableCause)
public void deleteAutoClean()
public boolean hasUpdateFields()
public List<UpdateField> getUpdateFieldList()
public void setUpdateFieldList(List<UpdateField> updateFields)
public void deleteUpdateFieldList()
Copyright © 2017. All rights reserved.