Class LabelUsageResponseDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.LabelUsageResponseDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-11T14:57:01.615573318Z[Etc/UTC]")
public class LabelUsageResponseDto
extends Object
LabelUsageResponseDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid UUIDGet labelIdGet testCaseUsageCountsGet testPlanUsageCountsinthashCode()voidsetLabelId(UUID labelId) voidsetTestCaseUsageCounts(Integer testCaseUsageCounts) voidsetTestPlanUsageCounts(Integer testPlanUsageCounts) testCaseUsageCounts(Integer testCaseUsageCounts) testPlanUsageCounts(Integer testPlanUsageCounts) toString()
-
Constructor Details
-
LabelUsageResponseDto
public LabelUsageResponseDto()
-
-
Method Details
-
labelId
-
getLabelId
Get labelId- Returns:
- labelId
-
setLabelId
-
testPlanUsageCounts
-
getTestPlanUsageCounts
Get testPlanUsageCounts- Returns:
- testPlanUsageCounts
-
setTestPlanUsageCounts
-
testCaseUsageCounts
-
getTestCaseUsageCounts
Get testCaseUsageCounts- Returns:
- testCaseUsageCounts
-
setTestCaseUsageCounts
-
equals
-
hashCode
public int hashCode() -
toString
-