public class UserResponse extends Object
| Constructor and Description |
|---|
UserResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCreatedAt() |
Long |
getId() |
String |
getRole() |
String |
getUpdatedAt() |
String |
getUsername() |
int |
hashCode() |
void |
setCreatedAt(String createdAt) |
void |
setId(Long id) |
void |
setRole(String role) |
void |
setUpdatedAt(String updatedAt) |
void |
setUsername(String username) |
String |
toString() |
public Long getId()
public String getUsername()
public String getRole()
public String getCreatedAt()
public String getUpdatedAt()
public void setId(Long id)
public void setUsername(String username)
public void setRole(String role)
public void setCreatedAt(String createdAt)
public void setUpdatedAt(String updatedAt)
protected boolean canEqual(Object other)
Copyright © 2026 Cense Data Inc.. All rights reserved.