public class LicensedUserEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LicensedUserEntity.Builder |
Constructor and Description |
---|
LicensedUserEntity(Long id,
Long lastLogin,
String username,
String fullName,
String email) |
Modifier and Type | Method and Description |
---|---|
static LicensedUserEntity.Builder |
builder() |
static LicensedUserEntity.Builder |
builder(LicensedUserEntity data) |
boolean |
equals(Object o) |
String |
getEmail() |
String |
getFullName() |
Long |
getId() |
Long |
getLastLogin() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
public Long getId()
public Long getLastLogin()
public String getUsername()
public String getFullName()
public String getEmail()
public static LicensedUserEntity.Builder builder()
public static LicensedUserEntity.Builder builder(LicensedUserEntity data)
Copyright © 2021 Atlassian. All rights reserved.