Class EnrichedTestScenarioDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.EnrichedTestScenarioDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-07-10T06:10:28.754468223Z[Etc/UTC]")
public class EnrichedTestScenarioDto
extends Object
EnrichedTestScenarioDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCompoundsItem(EnrichedCompoundDto compoundsItem) compounds(List<EnrichedCompoundDto> compounds) description(String description) boolean@Valid List<EnrichedCompoundDto> Get compoundsGet description@Valid TestScenarioGroupDtogetGroup()Get groupGet lastEdit@Valid UserModelDtoGet lastModifiedByGet lastModifyDategetName()Get name@Valid ProjectDtoGet project@Valid TestPlanDtoGet testPlan@Valid UUIDgetUuid()Get uuidgroup(TestScenarioGroupDto group) inthashCode()lastModifiedBy(UserModelDto lastModifiedBy) lastModifyDate(Long lastModifyDate) project(ProjectDto project) voidsetCompounds(List<EnrichedCompoundDto> compounds) voidsetDescription(String description) voidsetGroup(TestScenarioGroupDto group) voidsetLastEdit(Long lastEdit) voidsetLastModifiedBy(UserModelDto lastModifiedBy) voidsetLastModifyDate(Long lastModifyDate) voidvoidsetProject(ProjectDto project) voidsetTestPlan(TestPlanDto testPlan) voidtestPlan(TestPlanDto testPlan) toString()
-
Constructor Details
-
EnrichedTestScenarioDto
public EnrichedTestScenarioDto()
-
-
Method Details
-
compounds
-
addCompoundsItem
-
getCompounds
Get compounds- Returns:
- compounds
-
setCompounds
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
group
-
getGroup
Get group- Returns:
- group
-
setGroup
-
lastEdit
-
getLastEdit
Get lastEdit- Returns:
- lastEdit
-
setLastEdit
-
lastModifiedBy
-
getLastModifiedBy
Get lastModifiedBy- Returns:
- lastModifiedBy
-
setLastModifiedBy
-
lastModifyDate
-
getLastModifyDate
Get lastModifyDate- Returns:
- lastModifyDate
-
setLastModifyDate
-
name
-
getName
Get name- Returns:
- name
-
setName
-
project
-
getProject
Get project- Returns:
- project
-
setProject
-
testPlan
-
getTestPlan
Get testPlan- Returns:
- testPlan
-
setTestPlan
-
uuid
-
getUuid
Get uuid- Returns:
- uuid
-
setUuid
-
equals
-
hashCode
public int hashCode() -
toString
-