Package com.chutneytesting.agent.api.dto
Class NetworkDescriptionApiDto
- java.lang.Object
-
- com.chutneytesting.agent.api.dto.NetworkDescriptionApiDto
-
public class NetworkDescriptionApiDto extends Object
DTO forNetworkDescriptiontransport.
-
-
Field Summary
Fields Modifier and Type Field Description AgentsGraphApiDtoagentsGraphNetworkConfigurationApiDtonetworkConfiguration
-
Constructor Summary
Constructors Constructor Description NetworkDescriptionApiDto()
-
-
-
Field Detail
-
agentsGraph
public AgentsGraphApiDto agentsGraph
-
networkConfiguration
public NetworkConfigurationApiDto networkConfiguration
-
-