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()
String
getId()
Set<inet.ipaddr.IPAddress>
getIpAddresses()
String
getKey()
void
setAllowedEvents(Set<String> allowedEvents)
void
setIpAddresses(Set<inet.ipaddr.IPAddress> ipAddresses)
void
setKey(String key)
-
-
-
Constructor Detail
-
ThirdPartyServer
public ThirdPartyServer(String id)
-
-