Class FlatDataValue


  • public final class FlatDataValue
    extends java.lang.Object
    Defines a value set in either the Big data table or the Flat data table.
    Since:
    2.0.0
    See Also:
    BigDataDefinition, FlatDataDefinition
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatDataValue​(com.orchestranetworks.schema.Path path, java.lang.Object value)
      The constructor for FlatDataValue.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      com.orchestranetworks.schema.Path getPath()
      Returns the flat reporting path.
      java.lang.Object getValue()
      Returns the value.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatDataValue

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

      • getPath

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

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

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object