@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.712Z[Etc/UTC]") public class AttributeDto extends Object
| Constructor and Description |
|---|
AttributeDto() |
public AttributeDto dataSetList(DataSetListDto dataSetList)
@NotNull public DataSetListDto getDataSetList()
public void setDataSetList(DataSetListDto dataSetList)
public AttributeDto dataSetListReference(DataSetListDto dataSetListReference)
public DataSetListDto getDataSetListReference()
public void setDataSetListReference(DataSetListDto dataSetListReference)
public AttributeDto id(UUID id)
@NotNull public UUID getId()
public void setId(UUID id)
public AttributeDto listValues(List<ListValueDto> listValues)
public AttributeDto addListValuesItem(ListValueDto listValuesItem)
public List<ListValueDto> getListValues()
public void setListValues(List<ListValueDto> listValues)
public AttributeDto name(String name)
@NotNull public String getName()
public void setName(String name)
public AttributeDto parameters(List<ParameterDto> parameters)
public AttributeDto addParametersItem(ParameterDto parametersItem)
public List<ParameterDto> getParameters()
public void setParameters(List<ParameterDto> parameters)
public AttributeDto type(AttributeTypeDto type)
@NotNull public AttributeTypeDto getType()
public void setType(AttributeTypeDto type)
Copyright © 2025. All rights reserved.