public final class FlatDataValue extends Object
Big data
table or the Flat data
table.BigDataDefinition
,
FlatDataDefinition
Constructor and Description |
---|
FlatDataValue(com.orchestranetworks.schema.Path path,
Object value)
The constructor for
FlatDataValue . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
com.orchestranetworks.schema.Path |
getPath()
Returns the flat reporting path.
|
Object |
getValue()
Returns the value.
|
int |
hashCode() |
public FlatDataValue(com.orchestranetworks.schema.Path path, Object value)
FlatDataValue
.path
- Pathvalue
- Objectpublic com.orchestranetworks.schema.Path getPath()
public Object getValue()