Class FindRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.FindRequestBody
- All Implemented Interfaces:
Serializable
FindRequestBody describes the request body used to search for an entity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the entity externalSourceNameReturn the entity identifiersgetType()
Return the entity typeint
hashCode()
void
setExternalSourceName
(String externalSourceName) Set up the externalSourceName of the entityvoid
setIdentifiers
(Identifiers identifiers) Set up the identifiers of the entityvoid
Set up the type of the entitytoString()
-
Constructor Details
-
FindRequestBody
public FindRequestBody()
-
-
Method Details
-
getIdentifiers
Return the entity identifiers- Returns:
- String - identifiers of the entity
-
getExternalSourceName
Return the entity externalSourceName- Returns:
- String - externalSourceName of the entity
-
getType
Return the entity type- Returns:
- String - type of the entity
-
setIdentifiers
Set up the identifiers of the entity- Parameters:
identifiers
- of the entity
-
setExternalSourceName
Set up the externalSourceName of the entity- Parameters:
externalSourceName
- of the entity
-
setType
Set up the type of the entity- Parameters:
type
- of the entity
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-