Class ActivityStatusRequestBody
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.commonservices.ffdc.rest.ActivityStatusRequestBody
ActivityStatusRequestBody provides a structure for passing the status.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.Return the status list value.inthashCode()Return hash code for this objectvoidsetActivityStatusList(List<ActivityStatus> activityStatusList) Set up the status value.toString()JSON-style toString.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
getAnchorDomainName, getAnchorGUID, getAnchorScopeGUID, getGovernanceZoneFilter, getIncludeOnlyClassifiedElements, getLimitResultsByStatus, getSequencingOrder, getSequencingProperty, getSkipClassifiedElements, setAnchorDomainName, setAnchorGUID, setAnchorScopeGUID, setGovernanceZoneFilter, setIncludeOnlyClassifiedElements, setLimitResultsByStatus, setSequencingOrder, setSequencingProperty, setSkipClassifiedElementsMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
getPageSize, getStartFrom, setPageSize, setStartFromMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
getAsOfTime, getGraphQueryDepth, getIncludeOnlyRelationships, getMaxMermaidNodeCount, getMetadataElementSubtypeNames, getMetadataElementTypeName, getRelationshipsPageSize, getSkipRelationships, setAsOfTime, setGraphQueryDepth, setIncludeOnlyRelationships, setMaxMermaidNodeCount, setMetadataElementSubtypeNames, setMetadataElementTypeName, setRelationshipsPageSize, setSkipRelationshipsMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
getEffectiveTime, getForDuplicateProcessing, getForLineage, setEffectiveTime, setForDuplicateProcessing, setForLineage
-
Constructor Details
-
ActivityStatusRequestBody
public ActivityStatusRequestBody()Default constructor -
ActivityStatusRequestBody
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getActivityStatusList
Return the status list value.- Returns:
- status enum list
-
setActivityStatusList
Set up the status value.- Parameters:
activityStatusList- status enum list
-
toString
JSON-style toString.- Overrides:
toStringin classQueryOptions- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equalsin classQueryOptions- Parameters:
objectToCompare- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classQueryOptions- Returns:
- int hash code
-