Class FindRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.FindRequestBody
-
- All Implemented Interfaces:
Serializable
public class FindRequestBody extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FindRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetExternalSourceName()Return the entity externalSourceNameIdentifiersgetIdentifiers()Return the entity identifiersStringgetType()Return the entity typeinthashCode()voidsetExternalSourceName(String externalSourceName)Set up the externalSourceName of the entityvoidsetIdentifiers(Identifiers identifiers)Set up the identifiers of the entityvoidsetType(String type)Set up the type of the entityStringtoString()
-
-
-
Method Detail
-
getIdentifiers
public Identifiers getIdentifiers()
Return the entity identifiers- Returns:
- String - identifiers of the entity
-
getExternalSourceName
public String getExternalSourceName()
Return the entity externalSourceName- Returns:
- String - externalSourceName of the entity
-
getType
public String getType()
Return the entity type- Returns:
- String - type of the entity
-
setIdentifiers
public void setIdentifiers(Identifiers identifiers)
Set up the identifiers of the entity- Parameters:
identifiers- of the entity
-
setExternalSourceName
public void setExternalSourceName(String externalSourceName)
Set up the externalSourceName of the entity- Parameters:
externalSourceName- of the entity
-
setType
public void setType(String type)
Set up the type of the entity- Parameters:
type- of the entity
-
canEqual
protected boolean canEqual(Object other)
-
-