Class ProcessHistoryChangeDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.AbstractCompareEntityDto
org.qubership.atp.mia.controllers.api.dto.ProcessHistoryChangeDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:49.113363471Z[Etc/UTC]")
public class ProcessHistoryChangeDto
extends AbstractCompareEntityDto
ProcessHistoryChangeDto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor with only required parameters -
Method Summary
Modifier and TypeMethodDescriptionaddInCompoundsItem(String inCompoundsItem) addInSectionsItem(String inSectionsItem) createdWhen(Long createdWhen) entityType(HistoryItemTypeDto entityType) boolean@Valid UUIDgetId()Get idGet inCompoundsGet inSections@NotNull StringgetName()Get name@Valid ProcessSettingsDtoGet processSettingsinthashCode()inCompounds(List<String> inCompounds) inSections(List<String> inSections) modifiedBy(String modifiedBy) modifiedWhen(Long modifiedWhen) processSettings(ProcessSettingsDto processSettings) voidvoidsetInCompounds(List<String> inCompounds) voidsetInSections(List<String> inSections) voidvoidsetProcessSettings(ProcessSettingsDto processSettings) toString()Methods inherited from class org.qubership.atp.mia.controllers.api.dto.AbstractCompareEntityDto
getCreatedBy, getCreatedWhen, getEntityType, getModifiedBy, getModifiedWhen, setCreatedBy, setCreatedWhen, setEntityType, setModifiedBy, setModifiedWhen
-
Constructor Details
-
ProcessHistoryChangeDto
Deprecated.Default constructor -
ProcessHistoryChangeDto
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
-
createdWhen
- Overrides:
createdWhenin classAbstractCompareEntityDto
-
modifiedWhen
- Overrides:
modifiedWhenin classAbstractCompareEntityDto
-
createdBy
- Overrides:
createdByin classAbstractCompareEntityDto
-
modifiedBy
- Overrides:
modifiedByin classAbstractCompareEntityDto
-
entityType
- Overrides:
entityTypein classAbstractCompareEntityDto
-
equals
- Overrides:
equalsin classAbstractCompareEntityDto
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractCompareEntityDto
-
toString
- Overrides:
toStringin classAbstractCompareEntityDto
-
ProcessHistoryChangeDto(String)