Class ResponseContainerAssets
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainer
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainerAssets
-
public class ResponseContainerAssets extends ResponseContainer
Response container for list of GUIDs.
The container has following attributes:
assets - list of affected asset GUIDs (created, modified, or deleted).
The type of the container is 'assets'.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_ASSETS
-
Constructor Summary
Constructors Constructor Description ResponseContainerAssets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAssetsList()voidsetAssetsList(List<String> value)-
Methods inherited from class org.odpi.openmetadata.accessservices.analyticsmodeling.model.ResponseContainer
getId, getType, setId
-
-