Class EntityRelationship


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class EntityRelationship
    extends java.lang.Object
    Downstream lineage information about a dataset including the source reporting the lineage
    • Constructor Detail

      • EntityRelationship

        public EntityRelationship()
    • Method Detail

      • getCreated

        @Valid
        public @Valid AuditStamp getCreated()
        Get created
        Returns:
        created
      • setCreated

        public void setCreated​(AuditStamp created)
      • getEntity

        @NotNull
        public @NotNull java.lang.String getEntity()
        The downstream dataset the lineage points to
        Returns:
        entity
      • setEntity

        public void setEntity​(java.lang.String entity)
      • getType

        @NotNull
        public @NotNull java.lang.String getType()
        The type of the relationship
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object