Class BlockedDomainLogEntry

java.lang.Object
org.eblocker.server.common.data.parentalcontrol.BlockedDomainLogEntry

public class BlockedDomainLogEntry extends Object
  • Constructor Details

    • BlockedDomainLogEntry

      public BlockedDomainLogEntry(String deviceId, String domain, Integer listId)
    • BlockedDomainLogEntry

      public BlockedDomainLogEntry(String deviceId, String domain, Category category)
  • Method Details

    • getDeviceId

      public String getDeviceId()
    • getDomain

      public String getDomain()
    • getListId

      public Integer getListId()
    • getCategory

      public Category getCategory()