Class ExploreResultApiDto.AgentLinkEntity

java.lang.Object
fr.enedis.chutney.agent.api.dto.ExploreResultApiDto.AgentLinkEntity
Enclosing class:
ExploreResultApiDto

public static class ExploreResultApiDto.AgentLinkEntity extends Object
  • Field Details

    • source

      public String source
    • destination

      public String destination
  • Constructor Details

    • AgentLinkEntity

      public AgentLinkEntity()
    • AgentLinkEntity

      public AgentLinkEntity(String source, String destination)