Class CompoundCompareDto
java.lang.Object
org.qubership.atp.ram.clients.api.dto.catalogue.CompoundCompareDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-06-11T14:57:00.272691897Z[Etc/UTC]")
public class CompoundCompareDto
extends Object
CompoundCompareDto
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid UUIDGet leftCompoundIdGet leftCompoundName@Valid UUIDGet rightCompoundIdGet rightCompoundNameGet statusinthashCode()leftCompoundId(UUID leftCompoundId) leftCompoundName(String leftCompoundName) rightCompoundId(UUID rightCompoundId) rightCompoundName(String rightCompoundName) voidsetLeftCompoundId(UUID leftCompoundId) voidsetLeftCompoundName(String leftCompoundName) voidsetRightCompoundId(UUID rightCompoundId) voidsetRightCompoundName(String rightCompoundName) voidstatus(CompoundCompareDto.StatusEnum status) toString()
-
Constructor Details
-
CompoundCompareDto
public CompoundCompareDto()
-
-
Method Details
-
leftCompoundId
-
getLeftCompoundId
Get leftCompoundId- Returns:
- leftCompoundId
-
setLeftCompoundId
-
leftCompoundName
-
getLeftCompoundName
Get leftCompoundName- Returns:
- leftCompoundName
-
setLeftCompoundName
-
rightCompoundId
-
getRightCompoundId
Get rightCompoundId- Returns:
- rightCompoundId
-
setRightCompoundId
-
rightCompoundName
-
getRightCompoundName
Get rightCompoundName- Returns:
- rightCompoundName
-
setRightCompoundName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-