Package com.chutneytesting.agent.api.dto
Class ExploreResultApiDto
- java.lang.Object
-
- com.chutneytesting.agent.api.dto.ExploreResultApiDto
-
public class ExploreResultApiDto extends Object
DTO for ExploreResult transport.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExploreResultApiDto.AgentLinkEntitystatic classExploreResultApiDto.TargetLinkEntity
-
Field Summary
Fields Modifier and Type Field Description Set<ExploreResultApiDto.AgentLinkEntity>agentLinksSet<ExploreResultApiDto.TargetLinkEntity>targetLinks
-
Constructor Summary
Constructors Constructor Description ExploreResultApiDto()
-
-
-
Field Detail
-
agentLinks
public Set<ExploreResultApiDto.AgentLinkEntity> agentLinks
-
targetLinks
public final Set<ExploreResultApiDto.TargetLinkEntity> targetLinks
-
-