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:
Serializable,FFDCResponse
public class ServerAuthorPlatformsResponse extends ServerAuthorViewOMVSAPIResponse
A Server Author response containing the known platforms- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerAuthorPlatformsResponse()Default constructorServerAuthorPlatformsResponse(ServerAuthorPlatformsResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Platform>getPlatforms()Get the platformsvoidsetPlatforms(Set<Platform> platforms)set the platformsStringtoString()JSON-style 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
-
-
-
-
Constructor Detail
-
ServerAuthorPlatformsResponse
public ServerAuthorPlatformsResponse()
Default constructor
-
ServerAuthorPlatformsResponse
public ServerAuthorPlatformsResponse(ServerAuthorPlatformsResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
setPlatforms
public void setPlatforms(Set<Platform> platforms)
set the platforms- Parameters:
platforms- the platforms
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classServerAuthorViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-
-