public class DefaultRequest<T> extends Object implements Request<T>
Request.| Constructor and Description |
|---|
DefaultRequest() |
DefaultRequest(T context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getContext() |
int |
hashCode() |
void |
setContext(T context) |
String |
toString() |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.