Class CreateSystemDto
java.lang.Object
org.qubership.atp.environments.service.rest.server.dto.CreateSystemDto
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreateSystemDto(UUID id, String name, UUID environmentId, String description, UUID systemCategoryId, List<ConnectionDto> connections, Status status, Long dateOfLastCheck, String version, Long dateOfCheckVersion, ParametersGettingVersion parametersGettingVersion, UUID parentSystemId, ServerItf serverItf, Boolean mergeByName, UUID linkToSystemId, UUID externalId, String externalName) TODO Make javadoc documentation for this method. -
Method Summary
-
Constructor Details
-
CreateSystemDto
public CreateSystemDto() -
CreateSystemDto
public CreateSystemDto(UUID id, String name, UUID environmentId, String description, UUID systemCategoryId, List<ConnectionDto> connections, Status status, Long dateOfLastCheck, String version, Long dateOfCheckVersion, ParametersGettingVersion parametersGettingVersion, UUID parentSystemId, ServerItf serverItf, Boolean mergeByName, UUID linkToSystemId, UUID externalId, String externalName) TODO Make javadoc documentation for this method.
-