Class Request
java.lang.Object
com.bayudwiyansatria.spring.model.Request
Request
This class represents a request object that holds a generic request payload. It is annotated with
@Data
from Lombok to generate getters, setters, and other utility methods.
The request
field holds the request payload.
- Since:
- 0.0.1
- Version:
- 0.0.1
- Author:
- Bayu Dwiyan Satria
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Request
Constructs a new Request with the specified request payload.- Parameters:
request
- the request payload- Since:
- 0.0.1
-