Class ExternalIdEffectiveTimeQueryRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.frameworkservices.omf.rest.OMAGOMFAPIResponse
org.odpi.openmetadata.frameworkservices.omf.rest.ExternalIdEffectiveTimeQueryRequestBody
- All Implemented Interfaces:
FFDCResponse
- Direct Known Subclasses:
HistoryExternalIdentifiersRequestBody
ExternalIdEffectiveTimeQueryRequestBody carries the date/time for a query.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn 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.inthashCode()Return hash code for this objectvoidsetEffectiveTime(Date effectiveTime) Set up the date/time to use for the query.voidsetExternalScopeGUID(String externalScopeGUID) Set up the unique identifier of the software server capability that represents the asset manager.voidsetExternalScopeName(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
-
ExternalIdEffectiveTimeQueryRequestBody
public ExternalIdEffectiveTimeQueryRequestBody()Default constructor -
ExternalIdEffectiveTimeQueryRequestBody
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:
toStringin classOMAGOMFAPIResponse- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classFFDCResponseBase- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classFFDCResponseBase- Returns:
- int hash code
-