public class AlarmData extends Object implements Serializable
Constructor and Description |
---|
AlarmData() |
Modifier and Type | Method and Description |
---|---|
static AlarmData |
copyFrom(IAlarmData source) |
void |
deleteAlarmType() |
void |
deleteAutoClean() |
void |
deleteX733ProbableCause() |
boolean |
equals(Object o) |
Integer |
getAlarmType()
Returns the value of field 'alarmType'.
|
Boolean |
getAutoClean()
Returns the value of field 'autoClean'.
|
String |
getClearKey()
Returns the value of field 'clearKey'.
|
ManagedObject |
getManagedObject() |
String |
getReductionKey()
Returns the value of field 'reductionKey'.
|
UpdateField[] |
getUpdateField() |
Collection<UpdateField> |
getUpdateFieldCollection() |
List<UpdateField> |
getUpdateFieldList() |
int |
getUpdateFieldListCount() |
String |
getX733AlarmType()
Returns the value of field 'x733AlarmType'.
|
Integer |
getX733ProbableCause()
Returns the value of field 'x733ProbableCause'.
|
boolean |
hasAlarmType()
Method hasAlarmType.
|
boolean |
hasAutoClean()
Method hasAutoClean.
|
int |
hashCode() |
Boolean |
hasUpdateFields() |
boolean |
hasX733ProbableCause()
Method hasX733ProbableCause.
|
Boolean |
isAutoClean()
Returns the value of field 'autoClean'.
|
void |
setAlarmType(Integer alarmType)
Sets the value of field 'alarmType'.
|
void |
setAutoClean(Boolean autoClean)
Sets the value of field 'autoClean'.
|
void |
setClearKey(String clearKey)
Sets the value of field 'clearKey'.
|
void |
setManagedObject(ManagedObject m_managedObject) |
void |
setReductionKey(String reductionKey)
Sets the value of field 'reductionKey'.
|
void |
setUpdateField(List<UpdateField> fields) |
void |
setUpdateField(UpdateField[] fields) |
void |
setUpdateFieldCollection(Collection<UpdateField> fields) |
void |
setX733AlarmType(String x733AlarmType)
Sets the value of field 'x733AlarmType'.
|
void |
setX733ProbableCause(Integer x733ProbableCause)
Sets the value of field 'x733ProbableCause'.
|
String |
toString() |
public static AlarmData copyFrom(IAlarmData source)
public void deleteAlarmType()
public void deleteAutoClean()
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 hasAutoClean()
public boolean hasX733ProbableCause()
public Boolean isAutoClean()
public void setAlarmType(Integer alarmType)
alarmType
- the value of field 'alarmType'.public void setAutoClean(Boolean autoClean)
autoClean
- the value of field 'autoClean'.public void setClearKey(String clearKey)
clearKey
- the value of field 'clearKey'.public void setReductionKey(String reductionKey)
reductionKey
- the value of field 'reductionKey'.public void setX733AlarmType(String x733AlarmType)
x733AlarmType
- the value of field 'x733AlarmType'.public void setX733ProbableCause(Integer x733ProbableCause)
x733ProbableCause
- the value of field
'x733ProbableCause'.public UpdateField[] getUpdateField()
public Collection<UpdateField> getUpdateFieldCollection()
public List<UpdateField> getUpdateFieldList()
public int getUpdateFieldListCount()
public Boolean hasUpdateFields()
public void setUpdateField(UpdateField[] fields)
public void setUpdateField(List<UpdateField> fields)
public void setUpdateFieldCollection(Collection<UpdateField> fields)
public ManagedObject getManagedObject()
public void setManagedObject(ManagedObject m_managedObject)
Copyright © 2021. All rights reserved.