Class TexResourceEndpointListResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.viewservices.tex.api.rest.TexViewOMVSAPIResponse
-
- org.odpi.openmetadata.viewservices.tex.api.rest.TexResourceEndpointListResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class TexResourceEndpointListResponse extends TexViewOMVSAPIResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TexResourceEndpointListResponse()Default constructorTexResourceEndpointListResponse(TexResourceEndpointListResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceEndpoint>getPlatformList()Return the platformList.List<ResourceEndpoint>getServerList()Return the serverList.voidsetPlatformList(List<ResourceEndpoint> platformList)Set the resourceEndpointList.voidsetServerList(List<ResourceEndpoint> serverList)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
-
TexResourceEndpointListResponse
public TexResourceEndpointListResponse()
Default constructor
-
TexResourceEndpointListResponse
public TexResourceEndpointListResponse(TexResourceEndpointListResponse 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
-
getServerList
public List<ResourceEndpoint> getServerList()
Return the serverList.- Returns:
- bean
-
setServerList
public void setServerList(List<ResourceEndpoint> serverList)
Set the resourceEndpointList.- Parameters:
serverList- - bean
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classTexViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-
-