Class DinoServiceListResponse
- java.lang.Object
-
- org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
- org.odpi.openmetadata.viewservices.dino.api.rest.DinoViewOMVSAPIResponse
-
- org.odpi.openmetadata.viewservices.dino.api.rest.DinoServiceListResponse
-
- All Implemented Interfaces:
Serializable,FFDCResponse
public class DinoServiceListResponse extends DinoViewOMVSAPIResponse
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DinoServiceListResponse()Default constructorDinoServiceListResponse(DinoServiceListResponse template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RegisteredOMAGService>getServiceList()Return the serviceList.voidsetServiceList(List<RegisteredOMAGService> serviceList)Set the serverList.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.viewservices.dino.api.rest.DinoViewOMVSAPIResponse
getRequestSummary, setRequestSummary
-
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
-
DinoServiceListResponse
public DinoServiceListResponse()
Default constructor
-
DinoServiceListResponse
public DinoServiceListResponse(DinoServiceListResponse template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getServiceList
public List<RegisteredOMAGService> getServiceList()
Return the serviceList.- Returns:
- bean
-
setServiceList
public void setServiceList(List<RegisteredOMAGService> serviceList)
Set the serverList.- Parameters:
serviceList- - bean
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classDinoViewOMVSAPIResponse- Returns:
- return string containing the property names and values
-
-