Class ActivityStatusSearchString
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
org.odpi.openmetadata.frameworks.openmetadata.search.SearchOptions
org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
org.odpi.openmetadata.commonservices.ffdc.rest.ActivityStatusSearchString
A request body that allows the status of an activity to be included in the search criteria.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the status value.int
hashCode()
Return hash code for this objectvoid
setActivityStatus
(ActivityStatus activityStatus) Set up the status value.toString()
JSON-style toString.Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.SearchStringRequestBody
getSearchString, getSearchStringParameterName, getTypeName, setSearchString, setSearchStringParameterName, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.SearchOptions
getEndsWith, getIgnoreCase, getStartsWith, setEndsWith, setIgnoreCase, setStartsWith
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
getAnchorGUID, getLimitResultsByStatus, getSequencingOrder, getSequencingProperty, setAnchorGUID, setLimitResultsByStatus, setSequencingOrder, setSequencingProperty
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
getPageSize, getStartFrom, setPageSize, setStartFrom
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
getAsOfTime, getGraphQueryDepth, getIncludeOnlyClassifiedElements, getIncludeOnlyRelationships, getMetadataElementSubtypeNames, getMetadataElementTypeName, getSkipClassifiedElements, getSkipRelationships, setAsOfTime, setGraphQueryDepth, setIncludeOnlyClassifiedElements, setIncludeOnlyRelationships, setMetadataElementSubtypeNames, setMetadataElementTypeName, setSkipClassifiedElements, setSkipRelationships
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
getEffectiveTime, getForDuplicateProcessing, getForLineage, getGovernanceZoneFilter, setEffectiveTime, setForDuplicateProcessing, setForLineage, setGovernanceZoneFilter
-
Constructor Details
-
ActivityStatusSearchString
public ActivityStatusSearchString()Default constructor -
ActivityStatusSearchString
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getActivityStatus
Return the status value.- Returns:
- element status enum value
-
setActivityStatus
Set up the status value.- Parameters:
activityStatus
- element status enum value
-
toString
JSON-style toString.- Overrides:
toString
in classSearchStringRequestBody
- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equals
in classSearchStringRequestBody
- Parameters:
objectToCompare
- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classSearchStringRequestBody
- Returns:
- int hash code
-