java.lang.Object
org.qubership.atp.mia.controllers.api.dto.project.EnvironmentDto

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

    • EnvironmentDto

      public EnvironmentDto()
  • Method Details

    • created

      public EnvironmentDto created(String created)
    • getCreated

      public String getCreated()
      Get created
      Returns:
      created
    • setCreated

      public void setCreated(String created)
    • createdBy

      public EnvironmentDto createdBy(String createdBy)
    • getCreatedBy

      public String getCreatedBy()
      Get createdBy
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • description

      public EnvironmentDto description(String description)
    • getDescription

      public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • id

      public EnvironmentDto id(String id)
    • getId

      public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • modified

      public EnvironmentDto modified(String modified)
    • getModified

      public String getModified()
      Get modified
      Returns:
      modified
    • setModified

      public void setModified(String modified)
    • modifiedBy

      public EnvironmentDto modifiedBy(String modifiedBy)
    • getModifiedBy

      public String getModifiedBy()
      Get modifiedBy
      Returns:
      modifiedBy
    • setModifiedBy

      public void setModifiedBy(String modifiedBy)
    • name

      public EnvironmentDto name(String name)
    • getName

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

      public void setName(String name)
    • projectId

      public EnvironmentDto projectId(String projectId)
    • getProjectId

      public String getProjectId()
      Get projectId
      Returns:
      projectId
    • setProjectId

      public void setProjectId(String projectId)
    • systems

      public EnvironmentDto systems(List<@Valid SystemDto> systems)
    • addSystemsItem

      public EnvironmentDto addSystemsItem(SystemDto systemsItem)
    • getSystems

      @Valid public @Valid List<@Valid SystemDto> getSystems()
      Get systems
      Returns:
      systems
    • setSystems

      public void setSystems(List<@Valid SystemDto> systems)
    • 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