@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.437Z[Etc/UTC]") public class DataSetListFlatDto extends Object
| Constructor and Description |
|---|
DataSetListFlatDto() |
| Modifier and Type | Method and Description |
|---|---|
DataSetListFlatDto |
addAttributesItem(AttributeFlatDto attributesItem) |
DataSetListFlatDto |
addDataSetsItem(DataSetFlatDto dataSetsItem) |
DataSetListFlatDto |
attributes(List<AttributeFlatDto> attributes) |
DataSetListFlatDto |
dataSets(List<DataSetFlatDto> dataSets) |
boolean |
equals(Object o) |
List<AttributeFlatDto> |
getAttributes()
Get attributes
|
List<DataSetFlatDto> |
getDataSets()
Get dataSets
|
UUID |
getId()
Get id
|
String |
getName()
Get name
|
int |
hashCode() |
DataSetListFlatDto |
id(UUID id) |
DataSetListFlatDto |
name(String name) |
void |
setAttributes(List<AttributeFlatDto> attributes) |
void |
setDataSets(List<DataSetFlatDto> dataSets) |
void |
setId(UUID id) |
void |
setName(String name) |
String |
toString() |
public DataSetListFlatDto attributes(List<AttributeFlatDto> attributes)
public DataSetListFlatDto addAttributesItem(AttributeFlatDto attributesItem)
public List<AttributeFlatDto> getAttributes()
public void setAttributes(List<AttributeFlatDto> attributes)
public DataSetListFlatDto dataSets(List<DataSetFlatDto> dataSets)
public DataSetListFlatDto addDataSetsItem(DataSetFlatDto dataSetsItem)
public List<DataSetFlatDto> getDataSets()
public void setDataSets(List<DataSetFlatDto> dataSets)
public DataSetListFlatDto id(UUID id)
public UUID getId()
public void setId(UUID id)
public DataSetListFlatDto name(String name)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.