public class ProjectionResponse<T> extends Object
| Constructor and Description |
|---|
ProjectionResponse() |
ProjectionResponse(String projectionId,
long updatedAt,
T data) |
| Modifier and Type | Method and Description |
|---|---|
T |
data() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
projectionId() |
String |
toString() |
long |
updatedAt() |
Copyright © 2021. All rights reserved.