@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-07-17T03:06:34.437Z[Etc/UTC]") public class AttributeImportResponseDto extends Object
| Constructor and Description |
|---|
AttributeImportResponseDto() |
| Modifier and Type | Method and Description |
|---|---|
AttributeImportResponseDto |
addErrorsItem(ParameterImportResponseDto errorsItem) |
AttributeImportResponseDto |
addSuccessItem(ParameterImportResponseDto successItem) |
AttributeImportResponseDto |
attributeId(UUID attributeId) |
AttributeImportResponseDto |
attributeName(String attributeName) |
boolean |
equals(Object o) |
AttributeImportResponseDto |
errors(List<ParameterImportResponseDto> errors) |
UUID |
getAttributeId()
Get attributeId
|
String |
getAttributeName()
Get attributeName
|
List<ParameterImportResponseDto> |
getErrors()
Get errors
|
List<ParameterImportResponseDto> |
getSuccess()
Get success
|
int |
hashCode() |
void |
setAttributeId(UUID attributeId) |
void |
setAttributeName(String attributeName) |
void |
setErrors(List<ParameterImportResponseDto> errors) |
void |
setSuccess(List<ParameterImportResponseDto> success) |
AttributeImportResponseDto |
success(List<ParameterImportResponseDto> success) |
String |
toString() |
public AttributeImportResponseDto attributeId(UUID attributeId)
public UUID getAttributeId()
public void setAttributeId(UUID attributeId)
public AttributeImportResponseDto attributeName(String attributeName)
public String getAttributeName()
public void setAttributeName(String attributeName)
public AttributeImportResponseDto success(List<ParameterImportResponseDto> success)
public AttributeImportResponseDto addSuccessItem(ParameterImportResponseDto successItem)
public List<ParameterImportResponseDto> getSuccess()
public void setSuccess(List<ParameterImportResponseDto> success)
public AttributeImportResponseDto errors(List<ParameterImportResponseDto> errors)
public AttributeImportResponseDto addErrorsItem(ParameterImportResponseDto errorsItem)
public List<ParameterImportResponseDto> getErrors()
public void setErrors(List<ParameterImportResponseDto> errors)
Copyright © 2025. All rights reserved.