java.lang.Object
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIRequest
org.odpi.openmetadata.repositoryservices.rest.properties.HistoryRequest
All Implemented Interfaces:
Serializable

public class HistoryRequest extends OMRSAPIRequest
HistoryRequest carries the date/time for a historical query.
See Also:
  • Constructor Details

    • HistoryRequest

      public HistoryRequest()
      Default constructor
    • HistoryRequest

      public HistoryRequest(HistoryRequest template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getAsOfTime

      public Date getAsOfTime()
      Return the current type.
      Returns:
      date/time
    • setAsOfTime

      public void setAsOfTime(Date asOfTime)
      Set up the current type
      Parameters:
      asOfTime - date time
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Create a hash code for this element type.
      Overrides:
      hashCode in class Object
      Returns:
      int hash code