Class RelationDto

java.lang.Object
ch.admin.bit.jeap.archrepo.web.rest.model.RelationDto

public final class RelationDto extends Object
  • Method Details

    • builder

      public static RelationDto.RelationDtoBuilder builder()
    • getRelationType

      public ch.admin.bit.jeap.archrepo.metamodel.relation.RelationType getRelationType()
    • getConsumerSystem

      public String getConsumerSystem()
    • getConsumer

      public String getConsumer()
    • getProviderSystem

      public String getProviderSystem()
    • getProvider

      public String getProvider()
    • getMethod

      public String getMethod()
    • getPath

      public String getPath()
    • getMessageType

      public String getMessageType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object