public abstract class Condition extends Object
| Type | Property and Description |
|---|---|
abstract DeviceProperty |
createDevice |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
abstract DeviceProperty |
createDeviceProperty() |
abstract Map<String,DeviceProperty> |
getDeviceProperties() |
abstract String |
getName() |
abstract List<String> |
getUserAgentContains() |
abstract List<String> |
getUserAgentDoesNotContain() |
abstract void |
setName(String redirectName) |
abstract void |
setUserAgentContains(List<String> userAgentContains) |
abstract void |
setUserAgentDoesNotContain(List<String> userAgentDoesNotContain) |
public abstract DeviceProperty createDeviceProperty
public abstract String getName()
public abstract void setName(String redirectName)
public abstract void setUserAgentDoesNotContain(List<String> userAgentDoesNotContain)
public abstract Map<String,DeviceProperty> getDeviceProperties()
public abstract DeviceProperty createDeviceProperty()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.