T - the type of the resultpublic class RemoteResultWrapper<T extends Serializable>
extends edu.hm.hafner.util.FilteredLog
| Constructor and Description |
|---|
RemoteResultWrapper(T result,
String title)
Creates a new instance of
RemoteResultWrapper. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getResult() |
int |
hashCode() |
public RemoteResultWrapper(T result, String title)
RemoteResultWrapper.title - the title of the error messagesresult - the wrapped resultCopyright © 2016–2021. All rights reserved.