java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.WhiteListDestination

@Entity public class WhiteListDestination extends Object
Data entity used to store the information about a notification.
  • Field Details

    • id

      private int id
      Destination identifier (address).
    • name

      private String name
      Destination name.
    • description

      private String description
      Destination name.
    • userId

      private String userId
      Destination user identification.
  • Constructor Details

    • WhiteListDestination

      public WhiteListDestination()