java.lang.Object
org.qubership.atp.ram.clients.api.dto.environments.environment.SystemCategoryDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-10-03T13:16:58.681771617Z[Etc/UTC]") public class SystemCategoryDto extends Object
SystemCategoryDto
  • Constructor Details

    • SystemCategoryDto

      public SystemCategoryDto()
  • Method Details

    • created

      public SystemCategoryDto created(Long created)
    • getCreated

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

      public void setCreated(Long created)
    • createdBy

      public SystemCategoryDto createdBy(UUID createdBy)
    • getCreatedBy

      @Valid public @Valid UUID getCreatedBy()
      Get createdBy
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(UUID createdBy)
    • description

      public SystemCategoryDto description(String description)
    • getDescription

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

      public void setDescription(String description)
    • id

      public SystemCategoryDto id(UUID id)
    • getId

      @Valid public @Valid UUID getId()
      Get id
      Returns:
      id
    • setId

      public void setId(UUID id)
    • modified

      public SystemCategoryDto modified(Long modified)
    • getModified

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

      public void setModified(Long modified)
    • modifiedBy

      public SystemCategoryDto modifiedBy(UUID modifiedBy)
    • getModifiedBy

      @Valid public @Valid UUID getModifiedBy()
      Get modifiedBy
      Returns:
      modifiedBy
    • setModifiedBy

      public void setModifiedBy(UUID modifiedBy)
    • name

      public SystemCategoryDto name(String name)
    • getName

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

      public void setName(String name)
    • 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