Class RexSearchResponse
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.RexSearchResponse
- All Implemented Interfaces:
FFDCResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorRexSearchResponse
(RexSearchResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntities
(Map<String, RexEntityDigest> entities) void
setRelationships
(Map<String, RexRelationshipAndEntitiesDigest> relationships) void
setSearchCategory
(String searchCategory) void
setSearchText
(String searchText) void
setServerName
(String serverName) Methods inherited from class org.odpi.openmetadata.viewservices.rex.api.rest.RexViewOMVSAPIResponse
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 Details
-
RexSearchResponse
public RexSearchResponse()Default constructor -
RexSearchResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getServerName
-
getSearchText
-
getSearchCategory
-
getEntities
-
getRelationships
-
setServerName
-
setSearchText
-
setSearchCategory
-
setEntities
-
setRelationships
-