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