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
Document me
- Since:
- 2023-02-20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdd
(ImpactAnalysisAddData addData) void
addRemove
(ImpactAnalysisRemoveData removeData) void
addReplace
(ImpactAnalysisReplaceData replaceData) getAdd()
Deprecated, for removal: This API element is subject to removal in a future version.getTitle()
void
setAdd
(List<ImpactAnalysisAddData> add) void
setCestamp
(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.void
setCEStamp
(String cestamp) void
setDescription
(String description) void
setRemove
(List<ImpactAnalysisRemoveData> remove) void
setReplace
(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:
getCEStamp
in interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getDescription
-
setDescription
-
getTitle
- Specified by:
getTitle
in interfacecom.technia.dsx.app.model.WithTitle
-
setTitle
-
getAttributes
- Specified by:
getAttributes
in interfacecom.technia.dsx.app.model.WithAttributes
-
getRemove
-
setRemove
-
addRemove
-
getAdd
-
setAdd
-
addAdd
-
getReplace
-
setReplace
-
addReplace
-