|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cysols.iodef.analysis.sida.Alert
public class Alert
This class represents Alert itself. This value class has object is used to keep the contents of Alert.
| Constructor Summary | |
|---|---|
Alert()
Default constructor, instantiates an empty alert object. |
|
| Method Summary | |
|---|---|
String |
getDstIPAddr()
Returns the destination address of this alert event. |
String |
getDstIPType()
Returns the destination address type of this alert event. |
String |
getDstMACAddr()
Returns the destination MAC address of this alert event. |
String |
getDstPort()
Returns the destination port number of this alert event. |
String |
getIndex()
Returns the index of this alert event. |
String |
getMessage()
Returns the message (description) of this alert event. |
String |
getRuleID()
Returns the Rule ID of this alert event. |
String |
getSensorID()
Returns the Sensor ID of this alert event. |
String |
getSrcIPAddr()
Returns the source address of this alert event. |
String |
getSrcIPType()
Returns source address type of this alert event. |
String |
getSrcMACAddr()
Returns the source MAC address of this alert event. |
String |
getSrcPort()
Returns the source port number of this alert event. |
long |
getTimestamp()
Returns the timestamp of this alert event. |
void |
setDstIPAddr(String dstIPAddr)
Sets an address as the destination address of this alert event. |
void |
setDstIPType(String dstType)
Sets an address type as the destination address type of this alert event. |
void |
setDstMACAddr(String dstMACAddr)
Sets a MAC address as the destination MAC address of this alert event. |
void |
setDstPort(String dstPort)
Sets a port number as the destination port number of this alert event. |
void |
setIndex(String index)
Sets an index as the index of this alert event. |
void |
setMessage(String message)
Sets a message (description) as the message of this alert event. |
void |
setRuleID(String ruleID)
Sets a Rule ID as the Rule ID of this alert event. |
void |
setSensorID(String sensorID)
Sets a Sensor ID as the Sensor ID of this alert event. |
void |
setSrcIPAddr(String srcAddr)
Sets an address as the source address of this alert event. |
void |
setSrcIPType(String srcType)
Sets an address type as the source address type of this alert event. |
void |
setSrcMACAddr(String srcMACAddr)
Sets a MAC address as the source MAC address of this alert event. |
void |
setSrcPort(String srcPort)
Sets a port number as the source port number of this alert event. |
void |
setTimestamp(long timestamp)
Sets a timestamp as the timestamp of this alert event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Alert()
| Method Detail |
|---|
public final String getIndex()
public final void setIndex(String index)
index - index.public final String getSensorID()
public final void setSensorID(String sensorID)
sensorID - sensor idpublic final long getTimestamp()
getTimestamp in interface Eventpublic final void setTimestamp(long timestamp)
timestamp - millisecondspublic final String getRuleID()
public final void setRuleID(String ruleID)
ruleID - rule idpublic final String getMessage()
public final void setMessage(String message)
message - message (description).public final String getSrcIPAddr()
getSrcIPAddr in interface Eventpublic final void setSrcIPAddr(String srcAddr)
srcAddr - source IP address.public final String getSrcMACAddr()
public final void setSrcMACAddr(String srcMACAddr)
srcMACAddr - source MAC address.public final String getSrcPort()
public final void setSrcPort(String srcPort)
srcPort - source port number.public final String getSrcIPType()
public final void setSrcIPType(String srcType)
srcType - source IP address type.public final String getDstIPAddr()
public final void setDstIPAddr(String dstIPAddr)
dstIPAddr - destination IP address.public final String getDstMACAddr()
public final void setDstMACAddr(String dstMACAddr)
dstMACAddr - destination MAC address.public final String getDstPort()
public final void setDstPort(String dstPort)
dstPort - destination port number.public final String getDstIPType()
public final void setDstIPType(String dstType)
dstType - destination IP address type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||