Class FlowConfigSectionDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.FlowConfigSectionDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T07:58:32.397559642Z[Etc/UTC]")
public class FlowConfigSectionDto
extends Object
FlowConfigSectionDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProcessesItem(ExecutableDto processesItem) addSectionsItem(FlowConfigSectionDto sectionsItem) boolean@Valid UUIDgetId()Get idgetName()Get name@Valid List<@Valid ExecutableDto> Get processes@Valid List<@Valid FlowConfigSectionDto> Get sectionsinthashCode()processes(List<@Valid ExecutableDto> processes) sections(List<@Valid FlowConfigSectionDto> sections) voidvoidvoidsetProcesses(List<@Valid ExecutableDto> processes) voidsetSections(List<@Valid FlowConfigSectionDto> sections) toString()
-
Constructor Details
-
FlowConfigSectionDto
public FlowConfigSectionDto()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
processes
-
addProcessesItem
-
getProcesses
Get processes- Returns:
- processes
-
setProcesses
-
sections
-
addSectionsItem
-
getSections
Get sections- Returns:
- sections
-
setSections
-
equals
-
hashCode
public int hashCode() -
toString
-