Class InstanceFindRequest
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.TypeLimitedFindRequest
org.odpi.openmetadata.repositoryservices.rest.properties.SubtypeLimitedFindRequest
org.odpi.openmetadata.repositoryservices.rest.properties.InstanceFindRequest
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityFindRequest,InstanceHistoricalFindRequest
InstanceFindRequest adds match properties to a find request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorInstanceFindRequest(InstanceFindRequest template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the collection of match properties for this find request.inthashCode()Create a hash code for this element type.voidsetMatchProperties(SearchProperties matchProperties) Set up the collection of match properties for this find request.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.SubtypeLimitedFindRequest
getSubtypeGUIDs, setSubtypeGUIDsMethods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.TypeLimitedFindRequest
getTypeGUID, setTypeGUIDMethods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedFindRequest
getOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertyMethods inherited from class org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIFindRequest
getLimitResultsByStatus, setLimitResultsByStatus
-
Constructor Details
-
InstanceFindRequest
public InstanceFindRequest()Default constructor -
InstanceFindRequest
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Details
-
getMatchProperties
Return the collection of match properties for this find request.- Returns:
- SearchProperties
-
setMatchProperties
Set up the collection of match properties for this find request.- Parameters:
matchProperties- to set as search criteria
-
toString
Standard toString method.- Overrides:
toStringin classSubtypeLimitedFindRequest- 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:
equalsin classSubtypeLimitedFindRequest- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classSubtypeLimitedFindRequest- Returns:
- int hash code
-