public class FloatingUserResponse extends Object
| Constructor and Description |
|---|
FloatingUserResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBorrowedUntil() |
String |
getCreatedAt() |
String |
getEmail() |
Long |
getId() |
Long |
getLicenseId() |
Integer |
getMaxActivations() |
Integer |
getTimesActivated() |
String |
getUpdatedAt() |
String |
getUsername() |
int |
hashCode() |
void |
setBorrowedUntil(String borrowedUntil) |
void |
setCreatedAt(String createdAt) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setLicenseId(Long licenseId) |
void |
setMaxActivations(Integer maxActivations) |
void |
setTimesActivated(Integer timesActivated) |
void |
setUpdatedAt(String updatedAt) |
void |
setUsername(String username) |
String |
toString() |
public Long getId()
public String getEmail()
public String getUsername()
public Long getLicenseId()
public Integer getMaxActivations()
public Integer getTimesActivated()
public String getBorrowedUntil()
public String getCreatedAt()
public String getUpdatedAt()
public void setId(Long id)
public void setEmail(String email)
public void setUsername(String username)
public void setLicenseId(Long licenseId)
public void setMaxActivations(Integer maxActivations)
public void setTimesActivated(Integer timesActivated)
public void setBorrowedUntil(String borrowedUntil)
public void setCreatedAt(String createdAt)
public void setUpdatedAt(String updatedAt)
protected boolean canEqual(Object other)
Copyright © 2026 Cense Data Inc.. All rights reserved.