@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-19T14:15:27.528Z[Etc/UTC]") public class DataSetListDependencyNodeDto extends Object
| Constructor and Description |
|---|
DataSetListDependencyNodeDto() |
| Modifier and Type | Method and Description |
|---|---|
DataSetListDependencyNodeDto |
addDependenciesItem(DataSetListDependencyNodeDto dependenciesItem) |
DataSetListDependencyNodeDto |
dependencies(List<DataSetListDependencyNodeDto> dependencies) |
boolean |
equals(Object o) |
List<DataSetListDependencyNodeDto> |
getDependencies()
Get dependencies
|
UUID |
getId()
Get id
|
String |
getName()
Get name
|
int |
hashCode() |
DataSetListDependencyNodeDto |
id(UUID id) |
DataSetListDependencyNodeDto |
name(String name) |
void |
setDependencies(List<DataSetListDependencyNodeDto> dependencies) |
void |
setId(UUID id) |
void |
setName(String name) |
String |
toString() |
public DataSetListDependencyNodeDto dependencies(List<DataSetListDependencyNodeDto> dependencies)
public DataSetListDependencyNodeDto addDependenciesItem(DataSetListDependencyNodeDto dependenciesItem)
public List<DataSetListDependencyNodeDto> getDependencies()
public void setDependencies(List<DataSetListDependencyNodeDto> dependencies)
public DataSetListDependencyNodeDto id(UUID id)
public UUID getId()
public void setId(UUID id)
public DataSetListDependencyNodeDto name(String name)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.