Done ticket GEPAFINBE-128
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package net.gepafin.tendermanagement.model.response;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class SummaryPageResponseBean {
|
||||
private String username;
|
||||
private String email;
|
||||
private String role;
|
||||
private LocalDateTime lastLogin;
|
||||
private LocalDateTime registrationDate;
|
||||
private Long numberOfLoginAttempts;
|
||||
private Long applicationsProcessed;
|
||||
private List<String> actionContextLabels;
|
||||
private List<UserActionResponseBean> userActions;
|
||||
}
|
||||
Reference in New Issue
Block a user