Class FindRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.FindRequestBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the entity externalSourceNameReturn the entity identifiersgetType()Return the entity typeinthashCode()voidsetExternalSourceName(String externalSourceName) Set up the externalSourceName of the entityvoidsetIdentifiers(Identifiers identifiers) Set up the identifiers of the entityvoidSet 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
-
hashCode
public int hashCode() -
toString
-