Class FlowDataDto
java.lang.Object
org.qubership.atp.mia.controllers.api.dto.FlowDataDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-09-12T06:34:48.437927154Z[Etc/UTC]")
public class FlowDataDto
extends Object
FlowDataDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommonConfiguration(CommonConfigurationDto commonConfiguration) boolean@Valid CommonConfigurationDtoGet commonConfigurationGet parametersGet projectId@Valid TestDataWorkbookDtoGet testDataWorkbookinthashCode()parameters(Map<String, String> parameters) putParametersItem(String key, String parametersItem) voidsetCommonConfiguration(CommonConfigurationDto commonConfiguration) voidsetParameters(Map<String, String> parameters) voidsetProjectId(String projectId) voidsetTestDataWorkbook(TestDataWorkbookDto testDataWorkbook) testDataWorkbook(TestDataWorkbookDto testDataWorkbook) toString()
-
Constructor Details
-
FlowDataDto
public FlowDataDto()
-
-
Method Details
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
parameters
-
putParametersItem
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
-
commonConfiguration
-
getCommonConfiguration
Get commonConfiguration- Returns:
- commonConfiguration
-
setCommonConfiguration
-
testDataWorkbook
-
getTestDataWorkbook
Get testDataWorkbook- Returns:
- testDataWorkbook
-
setTestDataWorkbook
-
equals
-
hashCode
public int hashCode() -
toString
-