Class ProcessingState
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingState()ProcessingState(Map<String,Long> syncDatesByKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,Long>getSyncDatesByKey()Gets sync states map.inthashCode()voidsetSyncDatesByKey(Map<String,Long> syncDatesByKey)Sets sync states map.StringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classReferenceable
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classReferenceable
-
hashCode
public int hashCode()
- Overrides:
hashCodein classReferenceable
-
toString
public String toString()
- Overrides:
toStringin classReferenceable
-
getSyncDatesByKey
public Map<String,Long> getSyncDatesByKey()
Gets sync states map.- Returns:
- sync states map
-
-