Class ImpactAnalysisUpdateInput
java.lang.Object
com.technia.dsx.threedspace.change.request.ImpactAnalysisUpdateInput
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes,com.technia.dsx.app.model.WithCEStamp,com.technia.dsx.app.model.WithTitle
public class ImpactAnalysisUpdateInput
extends Object
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithTitle, com.technia.dsx.app.model.WithAttributes
Input data for updating an impact analysis.
Contains the CE stamp required for updates, along with optional fields that can be modified, and lists of add, remove, and replace operations for modifying impact analysis data.
- Since:
- 2023-02-20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAdd(ImpactAnalysisAddData addData) voidaddRemove(ImpactAnalysisRemoveData removeData) voidaddReplace(ImpactAnalysisReplaceData replaceData) getAdd()Deprecated, for removal: This API element is subject to removal in a future version.getTitle()voidsetAdd(List<ImpactAnalysisAddData> add) voidsetCestamp(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCEStamp(String cestamp) voidsetDescription(String description) voidsetRemove(List<ImpactAnalysisRemoveData> remove) voidsetReplace(List<ImpactAnalysisReplaceData> replace) void
-
Constructor Details
-
ImpactAnalysisUpdateInput
public ImpactAnalysisUpdateInput()
-
-
Method Details
-
getCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
setCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
getCEStamp
- Specified by:
getCEStampin interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getDescription
-
setDescription
-
getTitle
- Specified by:
getTitlein interfacecom.technia.dsx.app.model.WithTitle
-
setTitle
-
getAttributes
- Specified by:
getAttributesin interfacecom.technia.dsx.app.model.WithAttributes
-
getRemove
-
setRemove
-
addRemove
-
getAdd
-
setAdd
-
addAdd
-
getReplace
-
setReplace
-
addReplace
-