Class ServerAuthorPlatformsResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorViewOMVSAPIResponse
org.odpi.openmetadata.viewservices.serverauthor.api.rest.ServerAuthorPlatformsResponse
- All Implemented Interfaces:
FFDCResponse
A Server Author response containing the known platforms
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionGet the platformsvoid
setPlatforms
(Set<Platform> platforms) set the platformstoString()
JSON-style toStringMethods 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
-
Constructor Details
-
ServerAuthorPlatformsResponse
public ServerAuthorPlatformsResponse()Default constructor -
ServerAuthorPlatformsResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getPlatforms
Get the platforms- Returns:
- the platforms
-
setPlatforms
set the platforms- Parameters:
platforms
- the platforms
-
toString
JSON-style toString- Overrides:
toString
in classServerAuthorViewOMVSAPIResponse
- Returns:
- return string containing the property names and values
-