java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.ProcessingState
All Implemented Interfaces:
Serializable

public class ProcessingState extends Referenceable
The ProcessingState classification
See Also:
  • Constructor Details

    • ProcessingState

      public ProcessingState(Map<String,Long> syncDatesByKey)
    • ProcessingState

      public ProcessingState()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Referenceable
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Referenceable
    • toString

      public String toString()
      Overrides:
      toString in class Referenceable
    • getSyncDatesByKey

      public Map<String,Long> getSyncDatesByKey()
      Gets sync states map.
      Returns:
      sync states map
    • setSyncDatesByKey

      public void setSyncDatesByKey(Map<String,Long> syncDatesByKey)
      Sets sync states map.
      Parameters:
      syncDatesByKey - the sync states map