Class TestPlanDslMappingsResponseDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.TestPlanDslMappingsResponseDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-03T13:16:57.034110183Z[Etc/UTC]")
public class TestPlanDslMappingsResponseDto
extends Object
TestPlanDslMappingsResponseDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTestCasesOutOfScopeItem(TestCaseItemDto testCasesOutOfScopeItem) addTestScopesItem(TestScopeItemDto testScopesItem) boolean@Valid List<TestCaseItemDto> Get testCasesOutOfScope@Valid List<TestScopeItemDto> Get testScopesinthashCode()voidsetTestCasesOutOfScope(List<TestCaseItemDto> testCasesOutOfScope) voidsetTestScopes(List<TestScopeItemDto> testScopes) testCasesOutOfScope(List<TestCaseItemDto> testCasesOutOfScope) testScopes(List<TestScopeItemDto> testScopes) toString()
-
Constructor Details
-
TestPlanDslMappingsResponseDto
public TestPlanDslMappingsResponseDto()
-
-
Method Details
-
testScopes
-
addTestScopesItem
-
getTestScopes
Get testScopes- Returns:
- testScopes
-
setTestScopes
-
testCasesOutOfScope
public TestPlanDslMappingsResponseDto testCasesOutOfScope(List<TestCaseItemDto> testCasesOutOfScope) -
addTestCasesOutOfScopeItem
public TestPlanDslMappingsResponseDto addTestCasesOutOfScopeItem(TestCaseItemDto testCasesOutOfScopeItem) -
getTestCasesOutOfScope
Get testCasesOutOfScope- Returns:
- testCasesOutOfScope
-
setTestCasesOutOfScope
-
equals
-
hashCode
public int hashCode() -
toString
-