public abstract class StatusBase extends Objectimplements Status
| Modifier and Type | Method and Description |
|---|---|
void |
add(Status
|
boolean |
equals(Object
|
Long |
getDate()
|
int |
getEffectiveLevel()
|
int |
getLevel()
|
String |
getMessage()
|
Object |
getOrigin()
|
Throwable |
getThrowable()
|
boolean |
hasChildren()
|
int |
hashCode()
|
Iterator |
iterator()
|
boolean |
remove(Status
|
String |
toString()
|
public void add(Statuschild)
public boolean hasChildren()
public boolean remove(StatusstatusToRemove)
public int getLevel()
public int getEffectiveLevel()
public StringgetMessage()
public ObjectgetOrigin()
public ThrowablegetThrowable()
public LonggetDate()
public StringtoString()
public int hashCode()
public boolean equals(Objectobj)