@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-08-08T09:59:25.156Z[Etc/UTC]") public class SystemCategoryDto extends Object
| Constructor and Description |
|---|
SystemCategoryDto() |
| Modifier and Type | Method and Description |
|---|---|
SystemCategoryDto |
created(Long created) |
SystemCategoryDto |
createdBy(UUID createdBy) |
SystemCategoryDto |
description(String description) |
boolean |
equals(Object o) |
Long |
getCreated()
Get created
|
@Valid UUID |
getCreatedBy()
Get createdBy
|
String |
getDescription()
Get description
|
@Valid UUID |
getId()
Get id
|
Long |
getModified()
Get modified
|
@Valid UUID |
getModifiedBy()
Get modifiedBy
|
String |
getName()
Get name
|
int |
hashCode() |
SystemCategoryDto |
id(UUID id) |
SystemCategoryDto |
modified(Long modified) |
SystemCategoryDto |
modifiedBy(UUID modifiedBy) |
SystemCategoryDto |
name(String name) |
void |
setCreated(Long created) |
void |
setCreatedBy(UUID createdBy) |
void |
setDescription(String description) |
void |
setId(UUID id) |
void |
setModified(Long modified) |
void |
setModifiedBy(UUID modifiedBy) |
void |
setName(String name) |
String |
toString() |
public SystemCategoryDto created(Long created)
public Long getCreated()
public void setCreated(Long created)
public SystemCategoryDto createdBy(UUID createdBy)
@Valid public @Valid UUID getCreatedBy()
public void setCreatedBy(UUID createdBy)
public SystemCategoryDto description(String description)
public String getDescription()
public void setDescription(String description)
public SystemCategoryDto id(UUID id)
@Valid public @Valid UUID getId()
public void setId(UUID id)
public SystemCategoryDto modified(Long modified)
public Long getModified()
public void setModified(Long modified)
public SystemCategoryDto modifiedBy(UUID modifiedBy)
@Valid public @Valid UUID getModifiedBy()
public void setModifiedBy(UUID modifiedBy)
public SystemCategoryDto name(String name)
public String getName()
public void setName(String name)
Copyright © 2025. All rights reserved.