Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

com.bea.wlcp.wlng.edr.store
Class AlarmData

java.lang.Object
  extended bycom.bea.wlcp.wlng.edr.store.AlarmData
All Implemented Interfaces:
java.io.Serializable

public class AlarmData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AlarmData()
           
 
Method Summary
 byte[] getAdditionalInfo()
           
 long getAlarmId()
           
 long getIdentifier()
           
 byte[] getInfo()
           
 int getSeverity()
           
 java.lang.String getSource()
           
 long getTimestamp()
           
 void setAdditionalInfo(byte[] additionalInfo)
           
 void setAlarmId(long alarmId)
           
 void setIdentifier(long identifier)
           
 void setInfo(byte[] info)
           
 void setSeverity(int severity)
           
 void setSource(java.lang.String source)
           
 void setTimestamp(long timestamp)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlarmData

public AlarmData()
Method Detail

getAdditionalInfo

public byte[] getAdditionalInfo()

getAlarmId

public long getAlarmId()

getIdentifier

public long getIdentifier()

getInfo

public byte[] getInfo()

getSeverity

public int getSeverity()

getSource

public java.lang.String getSource()

getTimestamp

public long getTimestamp()

setAdditionalInfo

public void setAdditionalInfo(byte[] additionalInfo)

setAlarmId

public void setAlarmId(long alarmId)

setIdentifier

public void setIdentifier(long identifier)

setInfo

public void setInfo(byte[] info)

setSeverity

public void setSeverity(int severity)

setSource

public void setSource(java.lang.String source)

setTimestamp

public void setTimestamp(long timestamp)

toString

public java.lang.String toString()

Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.