Class ProcessDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.ProcessDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:48.437927154Z[Etc/UTC]")
public class ProcessDto
extends Object
ProcessDto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.ProcessDto(String name) Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionaddInCompoundsItem(UUID inCompoundsItem) addInSectionsItem(UUID inSectionsItem) boolean@Valid UUIDgetId()Get idGet inCompoundsGet inSections@NotNull StringgetName()Get name@Valid ProcessSettingsDtoGet processSettingsinthashCode()inCompounds(List<UUID> inCompounds) inSections(List<UUID> inSections) processSettings(ProcessSettingsDto processSettings) voidvoidsetInCompounds(List<UUID> inCompounds) voidsetInSections(List<UUID> inSections) voidvoidsetProcessSettings(ProcessSettingsDto processSettings) toString()
-
Constructor Details
-
ProcessDto
Deprecated.Default constructor -
ProcessDto
Constructor with only required parameters
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
processSettings
-
getProcessSettings
Get processSettings- Returns:
- processSettings
-
setProcessSettings
-
inSections
-
addInSectionsItem
-
getInSections
Get inSections- Returns:
- inSections
-
setInSections
-
inCompounds
-
addInCompoundsItem
-
getInCompounds
Get inCompounds- Returns:
- inCompounds
-
setInCompounds
-
equals
-
hashCode
public int hashCode() -
toString
-
ProcessDto(String)