Class RexResourceEndpointListResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.rex.api.rest.RexViewOMVSAPIResponse
org.odpi.openmetadata.viewservices.rex.api.rest.RexResourceEndpointListResponse
- All Implemented Interfaces:
FFDCResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the platformList.Return the serverList.void
setPlatformList
(List<ResourceEndpoint> platformList) Set the resourceEndpointList.void
setServerList
(List<ResourceEndpoint> serverList) Set the resourceEndpointList.toString()
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
-
RexResourceEndpointListResponse
public RexResourceEndpointListResponse()Default constructor -
RexResourceEndpointListResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getPlatformList
Return the platformList.- Returns:
- bean
-
setPlatformList
Set the resourceEndpointList.- Parameters:
platformList
- - bean
-
getServerList
Return the serverList.- Returns:
- bean
-
setServerList
Set the resourceEndpointList.- Parameters:
serverList
- - bean
-
toString
JSON-style toString- Overrides:
toString
in classRexViewOMVSAPIResponse
- Returns:
- return string containing the property names and values
-