Class OpenLineage.SchemaDatasetFacetFields

  • Enclosing class:
    OpenLineage

    public static final class OpenLineage.SchemaDatasetFacetFields
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getName()  
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        The name of the field.
      • getType

        public java.lang.String getType()
        Returns:
        The type of the field.
      • getDescription

        public java.lang.String getDescription()
        Returns:
        The description of the field.