public class RequestDto<T> extends Command
| Constructor and Description |
|---|
RequestDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
getPayload() |
void |
setKey(String key) |
void |
setPayload(T payload) |
String |
toString() |
Copyright © 2023. All rights reserved.