Package io.openlineage.client
Class OpenLineage.SchemaDatasetFacetFields
- java.lang.Object
-
- io.openlineage.client.OpenLineage.SchemaDatasetFacetFields
-
- Enclosing class:
- OpenLineage
public static final class OpenLineage.SchemaDatasetFacetFields extends java.lang.Object
model class for SchemaDatasetFacetFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
java.util.List<OpenLineage.SchemaDatasetFacetFields>
getFields()
java.lang.String
getName()
java.lang.String
getType()
-
-
-
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.
-
getFields
public java.util.List<OpenLineage.SchemaDatasetFacetFields> getFields()
- Returns:
- Nested struct fields.
-
-