Class AssetsResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AnalyticsModelingOMASAPIResponse
-
- org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AssetsResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class AssetsResponse extends AnalyticsModelingOMASAPIResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseContainerAssetsgetAssetList()Get list of asset GUIDs.voidsetAssetList(ResponseContainerAssets assets)Set list of asset GUIDs.-
Methods inherited from class org.odpi.openmetadata.accessservices.analyticsmodeling.responses.AnalyticsModelingOMASAPIResponse
getMeta, setMeta, toString
-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
-
-
-
Method Detail
-
setAssetList
public void setAssetList(ResponseContainerAssets assets)
Set list of asset GUIDs.- Parameters:
assets- GUIDs to set.
-
getAssetList
public ResponseContainerAssets getAssetList()
Get list of asset GUIDs.- Returns:
- list of asset GUIDs.
-
-