public class WiretapSearchCriteria extends Object implements Serializable
| Constructor and Description |
|---|
WiretapSearchCriteria(Set<Long> moduleIds)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentName()
Get the component name
|
String |
getEventId()
Get the event id
|
String |
getFromDate()
Get the from date
|
Date |
getFromDateTime()
Get the from date time object
|
String |
getFromTime()
Get the from time
|
String |
getModuleFlow()
Get the module flow
|
Set<Long> |
getModules()
Get a set of the modules
|
String |
getPayloadContent()
Get the payload content
|
String |
getPayloadId()
Get the payload id
|
static long |
getSerialVersionUID()
Get the serial uid
|
String |
getUntilDate()
Get the to date
|
Date |
getUntilDateTime()
Get the to date time object
|
String |
getUntilTime()
Get the to time
|
void |
setComponentName(String componentName)
Set the component name
|
void |
setEventId(String eventId)
Set the event id
|
void |
setFromDate(String fromDate)
Set the from date
|
void |
setFromTime(String fromTime)
Set the from time
|
void |
setModuleFlow(String moduleFlow)
Set the module flow
|
void |
setModules(Set<Long> modules)
Set the modules
|
void |
setPayloadContent(String payloadContent)
Set the payload content
|
void |
setPayloadId(String payloadId)
Set the payload id
|
void |
setUntilDate(String untilDate)
Set the to date
|
void |
setUntilTime(String untilTime)
Set the to time
|
public static long getSerialVersionUID()
public String getModuleFlow()
public String getComponentName()
public String getEventId()
public String getPayloadContent()
public String getPayloadId()
public void setModuleFlow(String moduleFlow)
moduleFlow - - module flow to setpublic void setComponentName(String componentName)
componentName - - component name to setpublic void setEventId(String eventId)
eventId - - event id to setpublic void setPayloadContent(String payloadContent)
payloadContent - - payload content to setpublic void setPayloadId(String payloadId)
payloadId - - payload id to setpublic void setModules(Set<Long> modules)
modules - - Set of modules to setpublic String getFromDate()
public void setFromDate(String fromDate)
fromDate - - from date to setpublic String getUntilDate()
public void setUntilDate(String untilDate)
untilDate - - to date to setpublic String getFromTime()
public void setFromTime(String fromTime)
fromTime - - from time to setpublic String getUntilTime()
public void setUntilTime(String untilTime)
untilTime - - to time to setpublic Date getFromDateTime()
public Date getUntilDateTime()
Copyright © 2007-2015 Ikasan. All Rights Reserved.