public class SituationsFilterBean extends Object
Constructor and Description |
---|
SituationsFilterBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getProperties() |
String |
getResolutionState() |
String |
getSeverity() |
String |
getSubject() |
Date |
getTimestampFrom() |
Date |
getTimestampTo() |
String |
getType() |
int |
hashCode() |
boolean |
isRootOnly() |
SituationsFilterBean |
setDescription(String description) |
SituationsFilterBean |
setProperties(String host) |
SituationsFilterBean |
setResolutionState(String resolutionState) |
SituationsFilterBean |
setRootOnly(boolean b) |
SituationsFilterBean |
setSeverity(String severity) |
SituationsFilterBean |
setSubject(String subject) |
SituationsFilterBean |
setTimestampFrom(Date timestampFrom) |
SituationsFilterBean |
setTimestampTo(Date timestampTo) |
SituationsFilterBean |
setType(String type) |
String |
toString() |
public String getSeverity()
public String getType()
public String getResolutionState()
public String getDescription()
public Date getTimestampFrom()
public Date getTimestampTo()
public String getSubject()
public String getProperties()
public boolean isRootOnly()
public SituationsFilterBean setSeverity(String severity)
severity
- the severity to setpublic SituationsFilterBean setType(String type)
type
- the type to setpublic SituationsFilterBean setTimestampFrom(Date timestampFrom)
timestampFrom
- the timestampFrom to setpublic SituationsFilterBean setTimestampTo(Date timestampTo)
timestampTo
- the timestampTo to setpublic SituationsFilterBean setResolutionState(String resolutionState)
resolutionState
- the resolutionState to setpublic SituationsFilterBean setDescription(String description)
description
- the description to setpublic SituationsFilterBean setSubject(String subject)
subject
- the subject to setpublic SituationsFilterBean setProperties(String host)
host
- the description to setpublic SituationsFilterBean setRootOnly(boolean b)
b
- whether root situations onlyCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.