Class CompoundCompareDto

java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.CompoundCompareDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-10T06:10:27.942622368Z[Etc/UTC]") public class CompoundCompareDto extends Object
CompoundCompareDto
  • Constructor Details

    • CompoundCompareDto

      public CompoundCompareDto()
  • Method Details

    • leftCompoundId

      public CompoundCompareDto leftCompoundId(UUID leftCompoundId)
    • getLeftCompoundId

      @Valid public @Valid UUID getLeftCompoundId()
      Get leftCompoundId
      Returns:
      leftCompoundId
    • setLeftCompoundId

      public void setLeftCompoundId(UUID leftCompoundId)
    • leftCompoundName

      public CompoundCompareDto leftCompoundName(String leftCompoundName)
    • getLeftCompoundName

      public String getLeftCompoundName()
      Get leftCompoundName
      Returns:
      leftCompoundName
    • setLeftCompoundName

      public void setLeftCompoundName(String leftCompoundName)
    • rightCompoundId

      public CompoundCompareDto rightCompoundId(UUID rightCompoundId)
    • getRightCompoundId

      @Valid public @Valid UUID getRightCompoundId()
      Get rightCompoundId
      Returns:
      rightCompoundId
    • setRightCompoundId

      public void setRightCompoundId(UUID rightCompoundId)
    • rightCompoundName

      public CompoundCompareDto rightCompoundName(String rightCompoundName)
    • getRightCompoundName

      public String getRightCompoundName()
      Get rightCompoundName
      Returns:
      rightCompoundName
    • setRightCompoundName

      public void setRightCompoundName(String rightCompoundName)
    • status

    • getStatus

      public CompoundCompareDto.StatusEnum getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(CompoundCompareDto.StatusEnum status)
    • 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