Class GovernedAssetListResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerOMASAPIResponse
-
- org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.GovernedAssetListResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class GovernedAssetListResponse extends SecurityOfficerOMASAPIResponse implements Serializable
TagMapResponse is the response structure used on the Governance Engine OMAS REST API calls that returns a TagMap object as a response.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GovernedAssetListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GovernedAsset>getGovernedAssetList()Return the Connection object.voidsetGovernedAssetList(List<GovernedAsset> assetList)Set up the Connection object.-
Methods inherited from class org.odpi.openmetadata.accessservices.securityofficer.api.model.rest.SecurityOfficerOMASAPIResponse
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
-
getGovernedAssetList
public List<GovernedAsset> getGovernedAssetList()
Return the Connection object.- Returns:
- connection
-
setGovernedAssetList
public void setGovernedAssetList(List<GovernedAsset> assetList)
Set up the Connection object.- Parameters:
assetList- - TagMap object
-
-