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