Class Triple
- java.lang.Object
-
- net.sansa_stack.datalake.spark.model.Triple
-
- All Implemented Interfaces:
Serializable
public class Triple extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetObject()StringgetProperty()StringgetSubject()voidsetObject(String object)voidsetProperty(String property)voidsetSubject(String subject)
-