All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almis.awe.notifier.dto.InterestedUsersDto Maven / Gradle / Ivy

There is a newer version: 4.9.4
Show newest version
package com.almis.awe.notifier.dto;

import lombok.Data;
import lombok.experimental.Accessors;

@Data
@Accessors(chain = true)
public class InterestedUsersDto {
  private String user;
  private boolean byWeb;
  private boolean byEmail;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy