@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-08-08T09:59:25.156Z[Etc/UTC]") public class BaseSearchRequestDto extends Object
| Constructor and Description |
|---|
BaseSearchRequestDto() |
| Modifier and Type | Method and Description |
|---|---|
BaseSearchRequestDto |
addIdsItem(UUID idsItem) |
BaseSearchRequestDto |
addNamesItem(String namesItem) |
boolean |
equals(Object o) |
@Valid List<UUID> |
getIds()
Get ids
|
List<String> |
getNames()
Get names
|
@Valid UUID |
getProjectId()
Get projectId
|
int |
hashCode() |
BaseSearchRequestDto |
ids(List<UUID> ids) |
BaseSearchRequestDto |
names(List<String> names) |
BaseSearchRequestDto |
projectId(UUID projectId) |
void |
setIds(List<UUID> ids) |
void |
setNames(List<String> names) |
void |
setProjectId(UUID projectId) |
String |
toString() |
public BaseSearchRequestDto ids(List<UUID> ids)
public BaseSearchRequestDto addIdsItem(UUID idsItem)
public BaseSearchRequestDto names(List<String> names)
public BaseSearchRequestDto addNamesItem(String namesItem)
public BaseSearchRequestDto projectId(UUID projectId)
@Valid public @Valid UUID getProjectId()
public void setProjectId(UUID projectId)
Copyright © 2025. All rights reserved.