@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-06-19T14:15:27.292Z[Etc/UTC]") public class AbstractParameterDto extends Object
| Constructor and Description |
|---|
AbstractParameterDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AttributeTypeDto |
getType()
Get type
|
String |
getValue()
Get value
|
int |
hashCode() |
void |
setType(AttributeTypeDto type) |
void |
setValue(String value) |
String |
toString() |
AbstractParameterDto |
type(AttributeTypeDto type) |
AbstractParameterDto |
value(String value) |
public AbstractParameterDto type(AttributeTypeDto type)
public AttributeTypeDto getType()
public void setType(AttributeTypeDto type)
public AbstractParameterDto value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2025. All rights reserved.