Class RelatedEntitiesHistoricalFindRequest
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesFindRequest
-
- org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesHistoricalFindRequest
-
- All Implemented Interfaces:
Serializable
public class RelatedEntitiesHistoricalFindRequest extends RelatedEntitiesFindRequest
RelatedEntitiesHistoricalFindRequest 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelatedEntitiesHistoricalFindRequest()Default constructorRelatedEntitiesHistoricalFindRequest(RelatedEntitiesHistoricalFindRequest template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.DategetAsOfTime()Return the point in time for the search.inthashCode()Create a hash code for this element type.voidsetAsOfTime(Date asOfTime)Set up the point in time for the search.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.RelatedEntitiesFindRequest
getEntityTypeGUIDs, getLimitResultsByClassification, setEntityTypeGUIDs, setLimitResultsByClassification
-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingProperty
-
Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
getLimitResultsByStatus, setLimitResultsByStatus
-
-
-
-
Constructor Detail
-
RelatedEntitiesHistoricalFindRequest
public RelatedEntitiesHistoricalFindRequest()
Default constructor
-
RelatedEntitiesHistoricalFindRequest
public RelatedEntitiesHistoricalFindRequest(RelatedEntitiesHistoricalFindRequest template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getAsOfTime
public Date getAsOfTime()
Return the point in time for the search.- Returns:
- date object
-
setAsOfTime
public void setAsOfTime(Date asOfTime)
Set up the point in time for the search.- Parameters:
asOfTime- date object
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classRelatedEntitiesFindRequest- Returns:
- print out of variables in a JSON-style
-
equals
public boolean equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classRelatedEntitiesFindRequest- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()
Create a hash code for this element type.- Overrides:
hashCodein classRelatedEntitiesFindRequest- Returns:
- int hash code
-
-