Added javadoc

This commit is contained in:
gmod11
2021-01-05 18:53:14 +01:00
parent bc0ba7ec9f
commit d64acde129
7 changed files with 57 additions and 8 deletions

View File

@@ -9,6 +9,9 @@ import org.springframework.format.annotation.DateTimeFormat;
import java.time.LocalDateTime;
import java.util.UUID;
/**
* Pojo for client request
*/
@Data
@Builder
@NoArgsConstructor

View File

@@ -8,6 +8,11 @@ import javax.validation.constraints.Positive;
import java.util.Map;
import java.util.UUID;
/**
* it appears that instance of this class contains info about mocked response
* To which UUID it is bound, whats its id, the list of headers, type of content and message body,
* as well as status it has to return.
*/
@Data
@Builder
@ToString