Class GeneralStatisticsItemDto
java.lang.Object
org.qubership.atp.tdm.controllers.api.dto.statistics.GeneralStatisticsItemDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-08-25T10:39:07.469951265Z[Etc/UTC]")
public class GeneralStatisticsItemDto
extends Object
GeneralStatisticsItemDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDetailsItem(GeneralStatisticsItemDto detailsItem) details(List<GeneralStatisticsItemDto> details) environment(String environment) booleanGet availableGet context@Valid List<GeneralStatisticsItemDto> Get detailsGet environmentGet occupiedGet systemgetTotal()Get totalinthashCode()voidsetAvailable(Long available) voidsetContext(String context) voidsetDetails(List<GeneralStatisticsItemDto> details) voidsetEnvironment(String environment) voidsetOccupied(Long occupied) voidvoidtoString()
-
Constructor Details
-
GeneralStatisticsItemDto
public GeneralStatisticsItemDto()
-
-
Method Details
-
available
-
getAvailable
Get available- Returns:
- available
-
setAvailable
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
details
-
addDetailsItem
-
getDetails
Get details- Returns:
- details
-
setDetails
-
environment
-
getEnvironment
Get environment- Returns:
- environment
-
setEnvironment
-
occupied
-
getOccupied
Get occupied- Returns:
- occupied
-
setOccupied
-
system
-
getSystem
Get system- Returns:
- system
-
setSystem
-
total
-
getTotal
Get total- Returns:
- total
-
setTotal
-
equals
-
hashCode
public int hashCode() -
toString
-