Class OutdatedStatisticsDto
java.lang.Object
org.qubership.atp.tdm.controllers.api.dto.statistics.OutdatedStatisticsDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T08:25:16.150417747Z[Etc/UTC]")
public class OutdatedStatisticsDto
extends Object
OutdatedStatisticsDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDatesItem(String datesItem) addItemsItem(OutdatedStatisticsItemDto itemsItem) booleangetDates()Get dates@Valid List<OutdatedStatisticsItemDto> getItems()Get itemsinthashCode()items(List<OutdatedStatisticsItemDto> items) voidvoidsetItems(List<OutdatedStatisticsItemDto> items) toString()
-
Constructor Details
-
OutdatedStatisticsDto
public OutdatedStatisticsDto()
-
-
Method Details