Class EffectiveTimeQueryRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.frameworkservices.gaf.rest.OMAGGAFAPIResponse
org.odpi.openmetadata.frameworkservices.gaf.rest.EffectiveTimeQueryRequestBody
- All Implemented Interfaces:
FFDCResponse
- Direct Known Subclasses:
HistoryRequestBody
EffectiveTimeQueryRequestBody carries the date/time for a query.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the date/time to use for the query.Return the unique identifier of the software server capability that represents the asset manager.Return the qualified name of the software server capability that represents the asset manager.int
hashCode()
Return hash code for this objectvoid
setEffectiveTime
(Date effectiveTime) Set up the date/time to use for the query.void
setExternalScopeGUID
(String externalScopeGUID) Set up the unique identifier of the software server capability that represents the asset manager.void
setExternalScopeName
(String externalScopeName) Set up the qualified name of the software server capability that represents the asset manager.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
Constructor Details
-
EffectiveTimeQueryRequestBody
public EffectiveTimeQueryRequestBody()Default constructor -
EffectiveTimeQueryRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getExternalScopeGUID
Return the unique identifier of the software server capability that represents the asset manager.- Returns:
- string guid
-
setExternalScopeGUID
Set up the unique identifier of the software server capability that represents the asset manager.- Parameters:
externalScopeGUID
- string guid
-
getExternalScopeName
Return the qualified name of the software server capability that represents the asset manager.- Returns:
- string name
-
setExternalScopeName
Set up the qualified name of the software server capability that represents the asset manager.- Parameters:
externalScopeName
- string name
-
getEffectiveTime
Return the date/time to use for the query.- Returns:
- date object
-
setEffectiveTime
Set up the date/time to use for the query.- Parameters:
effectiveTime
- date object
-
toString
JSON-style toString- Overrides:
toString
in classOMAGGAFAPIResponse
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classFFDCResponseBase
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classFFDCResponseBase
- Returns:
- int hash code
-