public class OverUseStateSearchResult extends SearchResult implements Serializable
| Constructor and Description |
|---|
OverUseStateSearchResult() |
OverUseStateSearchResult(OverUseState[] elements,
int totalCount,
boolean totalCountFixed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
OverUseState[] |
getElements() |
int |
hashCode() |
void |
setElements(OverUseState[] elements) |
String |
toString() |
getTotalCount, isTotalCountFixed, setTotalCount, setTotalCountFixedpublic OverUseStateSearchResult()
public OverUseStateSearchResult(OverUseState[] elements, int totalCount, boolean totalCountFixed)
public OverUseState[] getElements()
public void setElements(OverUseState[] elements)