Class ThirdPartyServer


  • public class ThirdPartyServer
    extends Object
    Representation of a third party server, containing key, ip address, and allowed events
    • Constructor Detail

      • ThirdPartyServer

        public ThirdPartyServer​(String id)
    • Method Detail

      • getId

        public String getId()
      • getKey

        public String getKey()
      • getIpAddresses

        public Set<inet.ipaddr.IPAddress> getIpAddresses()
      • getAllowedEvents

        public Set<String> getAllowedEvents()
      • setKey

        public void setKey​(String key)
      • setIpAddresses

        public void setIpAddresses​(Set<inet.ipaddr.IPAddress> ipAddresses)
      • setAllowedEvents

        public void setAllowedEvents​(Set<String> allowedEvents)