Class ThirdPartyServer
- java.lang.Object
-
- org.apache.unomi.services.impl.events.ThirdPartyServer
-
public class ThirdPartyServer extends Object
Representation of a third party server, containing key, ip address, and allowed events
-
-
Constructor Summary
Constructors Constructor Description ThirdPartyServer(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getAllowedEvents()StringgetId()Set<inet.ipaddr.IPAddress>getIpAddresses()StringgetKey()voidsetAllowedEvents(Set<String> allowedEvents)voidsetIpAddresses(Set<inet.ipaddr.IPAddress> ipAddresses)voidsetKey(String key)
-
-
-
Constructor Detail
-
ThirdPartyServer
public ThirdPartyServer(String id)
-
-