Class LineageNodeSummary

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp at which the data lineage node was created.

        Returns:
        The timestamp at which the data lineage node was created.
      • createdBy

        public final String createdBy()

        The user who created the data lineage node.

        Returns:
        The user who created the data lineage node.
      • description

        public final String description()

        The description of the data lineage node.

        Returns:
        The description of the data lineage node.
      • domainId

        public final String domainId()

        The ID of the domain of the data lineage node.

        Returns:
        The ID of the domain of the data lineage node.
      • eventTimestamp

        public final Instant eventTimestamp()

        The event timestamp of the data lineage node.

        Returns:
        The event timestamp of the data lineage node.
      • id

        public final String id()

        The ID of the data lineage node.

        Returns:
        The ID of the data lineage node.
      • name

        public final String name()

        The name of the data lineage node.

        Returns:
        The name of the data lineage node.
      • sourceIdentifier

        public final String sourceIdentifier()

        The alternate ID of the data lineage node.

        Returns:
        The alternate ID of the data lineage node.
      • typeName

        public final String typeName()

        The name of the type of the data lineage node.

        Returns:
        The name of the type of the data lineage node.
      • typeRevision

        public final String typeRevision()

        The type of the revision of the data lineage node.

        Returns:
        The type of the revision of the data lineage node.
      • updatedAt

        public final Instant updatedAt()

        The timestamp at which the data lineage node was updated.

        Returns:
        The timestamp at which the data lineage node was updated.
      • updatedBy

        public final String updatedBy()

        The user who updated the data lineage node.

        Returns:
        The user who updated the data lineage node.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)