Class ValidationDto

java.lang.Object
org.qubership.atp.mia.controllers.api.dto.ValidationDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-12T06:34:49.113363471Z[Etc/UTC]") public class ValidationDto extends Object
ValidationDto
  • Constructor Details

    • ValidationDto

      public ValidationDto()
  • Method Details

    • tableName

      public ValidationDto tableName(String tableName)
    • getTableName

      public String getTableName()
      Get tableName
      Returns:
      tableName
    • setTableName

      public void setTableName(String tableName)
    • referToCommandExecution

      public ValidationDto referToCommandExecution(List<String> referToCommandExecution)
    • addReferToCommandExecutionItem

      public ValidationDto addReferToCommandExecutionItem(String referToCommandExecutionItem)
    • getReferToCommandExecution

      public List<String> getReferToCommandExecution()
      Get referToCommandExecution
      Returns:
      referToCommandExecution
    • setReferToCommandExecution

      public void setReferToCommandExecution(List<String> referToCommandExecution)
    • tableMarker

      public ValidationDto tableMarker(TableMarkerDto tableMarker)
    • getTableMarker

      @Valid public @Valid TableMarkerDto getTableMarker()
      Get tableMarker
      Returns:
      tableMarker
    • setTableMarker

      public void setTableMarker(TableMarkerDto tableMarker)
    • exportVariables

      public ValidationDto exportVariables(Map<String,String> exportVariables)
    • putExportVariablesItem

      public ValidationDto putExportVariablesItem(String key, String exportVariablesItem)
    • getExportVariables

      public Map<String,String> getExportVariables()
      Get exportVariables
      Returns:
      exportVariables
    • setExportVariables

      public void setExportVariables(Map<String,String> exportVariables)
    • saveToWordFile

      public ValidationDto saveToWordFile(Boolean saveToWordFile)
    • getSaveToWordFile

      public Boolean getSaveToWordFile()
      Get saveToWordFile
      Returns:
      saveToWordFile
    • setSaveToWordFile

      public void setSaveToWordFile(Boolean saveToWordFile)
    • saveToZipFile

      public ValidationDto saveToZipFile(Boolean saveToZipFile)
    • getSaveToZipFile

      public Boolean getSaveToZipFile()
      Get saveToZipFile
      Returns:
      saveToZipFile
    • setSaveToZipFile

      public void setSaveToZipFile(Boolean saveToZipFile)
    • name

      public ValidationDto name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • type

      public ValidationDto type(String type)
    • getType

      public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • system

      public ValidationDto system(String system)
    • getSystem

      public String getSystem()
      Get system
      Returns:
      system
    • setSystem

      public void setSystem(String system)
    • value

      public ValidationDto value(String value)
    • getValue

      public String getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(String value)
    • values

      public ValidationDto values(List<String> values)
    • addValuesItem

      public ValidationDto addValuesItem(String valuesItem)
    • getValues

      public List<String> getValues()
      Get values
      Returns:
      values
    • setValues

      public void setValues(List<String> values)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object