@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.173Z[Etc/UTC]") public class AbstractEntityResponseDto extends Object
| Constructor and Description |
|---|
AbstractEntityResponseDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getId()
Get id
|
String |
getName()
Get name
|
int |
hashCode() |
AbstractEntityResponseDto |
id(UUID id) |
AbstractEntityResponseDto |
name(String name) |
void |
setId(UUID id) |
void |
setName(String name) |
String |
toString() |
public AbstractEntityResponseDto id(UUID id)
public UUID getId()
public void setId(UUID id)
public AbstractEntityResponseDto name(String name)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.