Class ServerAuthorResourceEndpointListResponse
- 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.ServerAuthorResourceEndpointListResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class ServerAuthorResourceEndpointListResponse extends ServerAuthorViewOMVSAPIResponse
Server Author's list of Resource endpoints, which contains the list of platforms.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerAuthorResourceEndpointListResponse()Default constructorServerAuthorResourceEndpointListResponse(ServerAuthorResourceEndpointListResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceEndpoint>getPlatformList()Return the platformList.voidsetPlatformList(List<ResourceEndpoint> platformList)Set the resourceEndpointList.StringtoString()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
-
ServerAuthorResourceEndpointListResponse
public ServerAuthorResourceEndpointListResponse()
Default constructor
-
ServerAuthorResourceEndpointListResponse
public ServerAuthorResourceEndpointListResponse(ServerAuthorResourceEndpointListResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getPlatformList
public List<ResourceEndpoint> getPlatformList()
Return the platformList.- Returns:
- bean
-
setPlatformList
public void setPlatformList(List<ResourceEndpoint> platformList)
Set the resourceEndpointList.- Parameters:
platformList- - bean
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classServerAuthorViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-
-