Class HistoryExternalIdentifiersRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.frameworkservices.omf.rest.OMAGOMFAPIResponse
org.odpi.openmetadata.frameworkservices.omf.rest.ExternalIdEffectiveTimeQueryRequestBody
org.odpi.openmetadata.frameworkservices.omf.rest.HistoryExternalIdentifiersRequestBody
- All Implemented Interfaces:
- FFDCResponse
HistoryExternalIdentifiersRequestBody describes the start and stop time of the historical query.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorCopy/clone constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the starting date/time to use for the query.Return the ending date/time to use for the query.inthashCode()Return hash code for this objectvoidsetFromTime(Date fromTime) Set up the starting date/time to use for the query.voidSet up the engine date/time to use for the query.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworkservices.omf.rest.ExternalIdEffectiveTimeQueryRequestBodygetEffectiveTime, getExternalScopeGUID, getExternalScopeName, setEffectiveTime, setExternalScopeGUID, setExternalScopeNameMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBasegetActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
- 
Constructor Details- 
HistoryExternalIdentifiersRequestBodypublic HistoryExternalIdentifiersRequestBody()Default constructor
- 
HistoryExternalIdentifiersRequestBodyCopy/clone constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getFromTimeReturn the starting date/time to use for the query.- Returns:
- date object
 
- 
setFromTimeSet up the starting date/time to use for the query.- Parameters:
- fromTime- date object
 
- 
getToTimeReturn the ending date/time to use for the query.- Returns:
- date object
 
- 
setToTimeSet up the engine date/time to use for the query.- Parameters:
- toTime- date object
 
- 
toStringJSON-style toString- Overrides:
- toStringin class- ExternalIdEffectiveTimeQueryRequestBody
- Returns:
- return string containing the property names and values
 
- 
equalsReturn comparison result based on the content of the properties.- Overrides:
- equalsin class- ExternalIdEffectiveTimeQueryRequestBody
- Parameters:
- objectToCompare- test object
- Returns:
- result of comparison
 
- 
hashCodepublic int hashCode()Return hash code for this object- Overrides:
- hashCodein class- ExternalIdEffectiveTimeQueryRequestBody
- Returns:
- int hash code
 
 
-