Class EffectiveTimeQueryRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.rest.AssetManagerIdentifiersRequestBody
-
- org.odpi.openmetadata.accessservices.assetmanager.rest.EffectiveTimeQueryRequestBody
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExternalGlossaryLinkRequestBody,ExternalReferenceLinkRequestBody,ForeignKeyRequestBody,NameRequestBody,PrimaryKeyClassificationRequestBody,RelationshipRequestBody,SearchStringRequestBody
public class EffectiveTimeQueryRequestBody extends AssetManagerIdentifiersRequestBody
EffectiveTimeQueryRequestBody carries the date/time for a query.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EffectiveTimeQueryRequestBody()Default constructorEffectiveTimeQueryRequestBody(EffectiveTimeQueryRequestBody template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.DategetEffectiveTime()Return the date/time to use for the query.inthashCode()Return hash code for this objectvoidsetEffectiveTime(Date effectiveTime)Set up the date/time to use for the query.StringtoString()JSON-style toString-
Methods inherited from class org.odpi.openmetadata.accessservices.assetmanager.rest.AssetManagerIdentifiersRequestBody
getAssetManagerGUID, getAssetManagerName, setAssetManagerGUID, setAssetManagerName
-
-
-
-
Constructor Detail
-
EffectiveTimeQueryRequestBody
public EffectiveTimeQueryRequestBody()
Default constructor
-
EffectiveTimeQueryRequestBody
public EffectiveTimeQueryRequestBody(EffectiveTimeQueryRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getEffectiveTime
public Date getEffectiveTime()
Return the date/time to use for the query.- Returns:
- date object
-
setEffectiveTime
public void setEffectiveTime(Date effectiveTime)
Set up the date/time to use for the query.- Parameters:
effectiveTime- date object
-
toString
public String toString()
JSON-style toString- Overrides:
toStringin classAssetManagerIdentifiersRequestBody- Returns:
- return string containing the property names and values
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.- Overrides:
equalsin classAssetManagerIdentifiersRequestBody- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()
Return hash code for this object- Overrides:
hashCodein classAssetManagerIdentifiersRequestBody- Returns:
- int hash code
-
-