IpAccessControlEvent
class IpAccessControlEvent (View source)
Represent an IP Access Control Event.
Properties
| protected int|null | $ipAccessControlEventID | The IP Access Control Event identifier.  | 
                |
| protected IpAccessControlCategory | $category | The associated IP Access Control Category.  | 
                |
| protected Site|null | $site | The Site where this event occurred (if applicable).  | 
                |
| protected string | $ip | The IP address associated to this event.  | 
                |
| protected DateTime | $dateTime | The date/time when this event occurred.  | 
                |
| private AddressInterface|null | $ipAddress | the IP address associated to this event.  | 
                
Methods
Get the IP Access Control Event identifier.
Get the associated IP Access Control Category.
Get the IP address associated to this event.
Set the IP address associated to this event.
Get the date/time when this event occurred.
Get the IP address associated to this event.
Set the IP address associated to this event.
Details
        
                            int|null
    getIpAccessControlEventID()
        
    
    Get the IP Access Control Event identifier.
        
                            IpAccessControlCategory
    getCategory()
        
    
    Get the associated IP Access Control Category.
        
                            $this
    setCategory(IpAccessControlCategory $value)
        
    
    Set the associated IP Access Control Category.
        
                            Site|null
    getSite()
        
    
    Get the Site where this event occurred (if applicable).
        
                            $this
    setSite(Site $value = null)
        
    
    Set the Site where this event occurred (if applicable).
        
                            AddressInterface
    getIpAddress()
        
    
    Get the IP address associated to this event.
        
                            $this
    setIpAddress(AddressInterface $value)
        
    
    Set the IP address associated to this event.
        
                            DateTime
    getDateTime()
        
    
    Get the date/time when this event occurred.
        
                            $this
    setDateTime(DateTime $value)
        
    
    Set the date/time when this event occurred.
        
                    protected        string
    getIp()
        
    
    Get the IP address associated to this event.
        
                    protected        $this
    setIp(string $value)
        
    
    Set the IP address associated to this event.