Class EffectiveTimeRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.securitymanager.rest.EffectiveTimeRequestBody
-
- All Implemented Interfaces:
Serializable
public class EffectiveTimeRequestBody extends Object implements Serializable
EffectiveTimeRequestBody carries the date/time for a query.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EffectiveTimeRequestBody()Default constructorEffectiveTimeRequestBody(EffectiveTimeRequestBody 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
-
-
-
Constructor Detail
-
EffectiveTimeRequestBody
public EffectiveTimeRequestBody()
Default constructor
-
EffectiveTimeRequestBody
public EffectiveTimeRequestBody(EffectiveTimeRequestBody 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
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-