Class FlatDataValue

java.lang.Object
com.orchestranetworks.addon.dqid.FlatDataValue

public final class FlatDataValue extends Object
Defines a value set in either the Big data table or the Flat data table.
Since:
2.0.0
See Also:
  • Constructor Details

    • FlatDataValue

      public FlatDataValue(com.orchestranetworks.schema.Path path, Object value)
      The constructor for FlatDataValue.
      Parameters:
      path - Path
      value - Object
  • Method Details

    • getPath

      public com.orchestranetworks.schema.Path getPath()
      Returns the flat reporting path.
      Returns:
      Path
    • getValue

      public Object getValue()
      Returns the value.
      Returns:
      Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object