Class EntityNeighborhoodHistoricalFindRequest
java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodFindRequest
org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodHistoricalFindRequest
- All Implemented Interfaces:
Serializable
TypeLimitedHistoricalFindRequest provides an extension to the search parameters to include the
point in time that the request should be based on. This extension is used since
historical queries are optional support.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the point in time for the search.int
hashCode()
Create a hash code for this element type.void
setAsOfTime
(Date asOfTime) Set up the point in time for the search.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.EntityNeighborhoodFindRequest
getEntityTypeGUIDs, getLimitResultsByClassification, getRelationshipTypeGUIDs, setEntityTypeGUIDs, setLimitResultsByClassification, setRelationshipTypeGUIDs
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
getLimitResultsByStatus, setLimitResultsByStatus
-
Constructor Details
-
EntityNeighborhoodHistoricalFindRequest
public EntityNeighborhoodHistoricalFindRequest()Default constructor -
EntityNeighborhoodHistoricalFindRequest
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getAsOfTime
Return the point in time for the search.- Returns:
- date object
-
setAsOfTime
Set up the point in time for the search.- Parameters:
asOfTime
- date object
-
toString
Standard toString method.- Overrides:
toString
in classEntityNeighborhoodFindRequest
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classEntityNeighborhoodFindRequest
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCode
in classEntityNeighborhoodFindRequest
- Returns:
- int hash code
-